I need an advice from u guy too, now I'm doing the project related to image processing, which library u think is the best and easiest to do with image? Open CV in C++? Or just a normal C++? Thanks...
"Image Processing" is too generic of a term. Are you doing 2-D or 3-D modelling? Or is it more like facial recognition? Are you trying to automate something to get around captcha? We need more data to make a suggestion like this.
I'm doing car plate recognition system using C++ in REAL TIME...my job mainly base on the processing of the car plate using stroke analysis technique but not doing how the image is capture using the camera(another person will do it)...actually I got the code in MATLAB, but then my lecturer ask me to convert the MATLAB code into C++ which is a really really big program...so i need to know which kind of program is more suitable...
That would be closer to the facial recognition\captcha in which case OpenCV I've heard is the way to go. Unfortunatly I'm out of my element on this topic. Not that I mean to bail on you but I would be learning the library along side of you and that kind of defeats the purpose of you posting for help :P. Sorry.
As a side note, as long as you have the display stuff down this isn't strictley WinAPI, you may get more people to help if you post this in the 'General' section. Without throwing names around there was a guy here who just got done with a project not too long ago that had to do with facial recognition, he either used OpenCV or VLC I can't remember.