Top "Emgucv" questions

EmguCV is a cross-platform .NET wrapper to the OpenCV image processing library.

Type initialization exception

I created imageHolder class: public class ImageHolder : Image<Bgr, Byte> { private String imagePath; public ImageHolder(String path):base(…

c# .net opencv constructor emgucv
Face gender detection library

I'm looking for an SDK or library that can detect faces in a webcam stream, and detect gender. Free or …

image-processing opencv computer-vision emgucv face-detection
How to cut a sub-part of an image using Emgu CV (or OpenCV)?

I want to cut a sub-purt of an image (or crop it) using Emgu CV (or OpenCV) and calculate average …

c# video-processing emgucv
Dice face value recognition

I’m trying to build a simple application that will recognize the values of two 6-sided dice. I’m looking …

c# .net opencv image-recognition emgucv
how to convert mat to image

I need to convert a Mat to an Image in Emgu CV. Trying to cast a Mat to an image …

c# emgucv
EmguCV TypeInitializationException

i really a newbie with EgmuCV i try to capture images from webcam with the following code: //Program.cs (Winform) …

c# emgucv
EmguCV - nvcuda.dll could not be found

I've been asked to build a real-time face recognition application, and after some looking around I've decided to try EmguCV …

opencv cuda emgucv
Emgu CV get all frames from video file

I would like to ask you to help me with getting all the frames from video file using Emgu CV. …

c# video emgucv
emgu finding image a in image b

I'm new to emgu and would like some advice on where to start. I've looked through the shape detection but …

c# emgucv surf matchtemplate
How to draw histogram using EmguCV and C#

I need to draw two types of histogram, namely monodimensional and tridimensional. I'm a newbie to EMGU and all of …

c# emgucv