Top "Emgucv" questions

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

How to calculate Rotation and Translation matrices from homography?

I have already done the comparison of 2 images of same scene which are taken by one camera with different view …

computer-vision emgucv homography
EmguCV - how to specify jpeg quality when saving image?

I save jpeg image using the following C# EmguCV code: Emgu.CV.Image<Gray, byte> image ... image.Save("…

c# image-processing opencv emgucv
How to convert Bitmap to Mat structur in EmguCV & How to detect two images shift

Hello Dear Forum Members ! I am working on a project to detect change view from security camera. I mean, when …

c# opencv image-processing bitmap emgucv
Access Violation Exception mystery

I've been working with EMGU+OpenCV for quite some time and ran into this AccessViolationException mystery. First thing first, the …

c# opencv emgucv
How to perform to Template Matching in Emgu CV

Sir, I am new to Emgu CV.I am making a face recognition software.I was able to detect the …

c# opencv emgucv opencvdotnet
OpenCV (EMGUCV wrapper) integration in Unity

As you know OpenCV is very useful library that let you do amazing and powerful things in Computer vision. So …

opencv unity3d emgucv opencvsharp
How to Convert Emgu.Cv.Image<Gray,byte> to System.Image

I was new to Emgu Cv and i was wondering if someone could let me know how i change Emgu.…

c#-4.0 image-processing converter emgucv
Fill the holes in emgu cv

How can I fill the holes in binary image in emgu cv? In Aforge.net it's easy, use Fillholes class.

c# emgucv
How to implement Optical Flow tracker?

I'm using the OpenCV wrapper - Emgu CV, and I'm trying to implement a motion tracker using Optical Flow, but …

c# opencv computer-vision emgucv opticalflow