I want to build GUI for image processing with my PC...I am planning to make it in visual c++ and apply the algorithms in open CV......so that i can take live images from my webcam and process it and send my processed data to the micro-controller to get the output....
please Suggest me whether i should use c++ or other languages
In Image processing, is commonly used MATLAB to start, and further convert .M file to .C file.
You can use C routines inside C++ compiler with few changes.
Simulink allow interface with webcam.
depends on what you want to do, how fast you want it to be, how complicated it is going to be, how much process is needed.
you can use matlab, c++, c#, even visual basic, ... almost every language.
I think CV is number 1 in c++.
What you want to do should work in c++ as you said
I want to build GUI for image processing with my PC...I am planning to make it in visual c++ and apply the algorithms in open CV......so that i can take live images from my webcam and process it and send my processed data to the micro-controller to get the output....
.
this would assure you of its possibility FaceTracker | Let's Make Robots!
but if you want it to be stand alone I would go with c++.
Also there is lib provided for c#, AForge.net, look it up.
i have already installed qt creator.....is it possible to perform serial communication with qt creator...as in visual studio..???..
please provide me some help ....to integrate open cv with Qt creator..and perform serial communication
Use C.. i have worked on OpenCV is good.. as you are working on a microcontroller which again needs C! its better to stick to a single programming language!