How to display output image in Windows form GUI [closed]
Hi
I am trying to show my output in windows form GUI.
I have no idea how to implement Forms in Opencv.
Please give me some basic code to show the output in windows forms.
Regards, Prabhakar M
Try Qt, Tkinter, etc
if you want my 2ct: since you sound somewhat like a noob, avoid mixing opencv and managed c++ code, those are entirely different programming models
@berak. I used tkinter in order to work with OpenCV
@supra56, you are not the problem candidate here (we can assume, you know, what you're doing...) ;)
I want to do this with C++. Pls share any basic sample.