View Single Post
  #1  
Old 04-13-2011, 10:34 PM
Darkmax Darkmax is offline
Member
 
Join Date: Feb 2010
Posts: 108
help to send imagen and data from opecv c++

I'm newbie in this thing of dll's or plugins so if someone could guide me on right path.

The problem is the i want to use vizard with opencv, and first i tried the opencv for python, but some of the methods of opencv are not well implemented on python like the c++ version, and also the performance is better on c++, and there are more example of programs implemented on c++.

So my question what is the best way to send a image from the camera with also data of what i'm getting, for example the face detection of opencv i want to send the image that i get from the camera and also the numer of faces detected with the position of each face where is located, and receive that on vizard.
Reply With Quote