Capturing openCV video in windows forms [duplicate]
When I try to capture video from webcam using OpenCV, it opens a new window and the video is shown there.
Instead of showing in a separate window, I want the video to be shown in a windows form element like picturebox.
I am using visual c++ 2008 for developing windows forms. Plz help me.
You may wish to consider Emgu. It is a .NET wrapper for OpenCV which enables you to use almost every OpenCV features in .NET windows forms.
精彩评论