Top "Emgucv" questions

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

EmguCV cvextern System.DllNotFoundException

I am trying to run the example of LicensePlateRecognition in EmguCV 3.1. But I always get the error System.DllNotFoundException and …

.net dll emgucv
How to get Confidence value in face recognition using EMGU CV?

I am working on a project in which i should design an application which can detect all the faces of …

c# opencv emgucv opencvdotnet
OpenCV Unmanaged DLLs not found asp.net

We are building a web application (C# .NET) that uses unmanaged libraries in the form of the Emgu opencv wrapper. …

c# asp.net opencv unmanaged emgucv
EMGU CV videowriter is unable to make video

I was trying to capture video using Emgu CV VideoWriter but it shows: Unable to create VideoWriter. Make sure you …

c# opencv bitmap emgucv image-compression
Emgu.cv's Tesseract object using incorrect path for OCR files

I wish to use EMGU.CV's Tesseract object to do OCR on some pictures. To start, I've downloaded, compiled and …

c# emgucv tesseract tessnet2
People Counting System

I want to develop a "People Counting System" using OpenCV (or Emgu CV). Please guide me on how to implement …

c# opencv video-processing emgucv
Color tracking using EMGUcv

I am trying to make an colored object tracker which uses a binary image and blob detector to follow the …

c# video-processing emgucv video-tracking
Extract transform and rotation matrices from homography?

I have 2 consecutive images from a camera and I want to estimate the change in camera pose: I calculate the …

vb.net opencv matrix emgucv homography
Using EigenObjectRecognizer

I am trying to do some facial recognition using EmguCV. I was wondering if I can use EigenObjectRecognizer for this …

c# emgucv
How to convert Image<Gray, Byte> to Image<Gray, float>?

I'm trying to substract 1 image from another, somewhat like this: Image<Gray, float> result, secondImage; Image<Gray, …

c# emgucv