can someone please show me an example, or links, about using emgucv to cre开发者_高级运维ate a face recognition application? I\'ve managed to create a webcam capture and face detection, but having tro
I am currently using EmguCV (OpenCV C# wrapper) sucessfully to detect faces in real-time (webcam). I get around 7 FPS.
I\'m using Emgu CV to implement a machine learning technique in c# to classify pixels of my image into 3 different categories.
I want to cut a sub-purt of an image (or crop it) using Emgu CV (or OpenCV) and calculate average color of that part开发者_高级运维; looking for changes.
I\'m trying to implement a stereo camera calibration app using emgu cv. My problem is when I try to use CvInvoke.cvRemap to undistort an image the function just hangs.No errors or crashes, it just ha
I want to detect objects using cvHoughCircles method in visual c#.If anyone knows how to do this please help me.
I want create array of IplImage pointers from C#. I know way to create IplImage pointer. IntPtr imgPointer = Marshal.AllocHGlobal(StructSize.MIplImage);
I need to access \'data\' property EmguCV MCvMat structure. But that property is a pointer(IntPtr). I found that structure for this property(data) is an union. It\'s like this:
I\'m using Emgu CV 2.1 and want to have a simple blob detection. I search for white blobs in a black image. Unfortunalty I can not fin开发者_运维问答d out how to do this! Do I need an additional libra
I have this line of code: _capture = new Capture(\"rtsp://192.168.0.61/12345\"); It captures the rtsp stream for some seconds and then stops working. Why? If there is a work around what 开发者_运维