Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

GUI for Image processing

Status
Not open for further replies.

jerkymotion

Member level 4
Joined
Oct 12, 2010
Messages
73
Helped
28
Reputation
56
Reaction score
28
Trophy points
1,298
Location
NEPAL
Activity points
1,824
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.

+++
 
but I needed it make in c++ languages ...
Is QT best for image processing application integrated with open CV....??
 
  • Like
Reactions: ssingh

    ssingh

    Points: 2
    Helpful Answer Positive Rating
I know persons who work w/ Image processing, and they use QT, but I´d never used, and don´t know well how it works neither advantage to use.

+++
 
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
 
  • Like
Reactions: ssingh

    ssingh

    Points: 2
    Helpful Answer Positive Rating
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!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top