Top "Emgucv" questions

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

How can I get and set pixel values of an EmguCV Mat image?

I'm using the EmguCV 3.0.0 wrapper to the OpenCV 3.0 library. I'm using the Mat class in a few places. Here's an …

c# image-processing mat emgucv
Finding contour points in emgucv

I am working with emguCV for finding contours essential points then saving this point in a file and user redraw …

c# emgucv
C# - Emgu cv How to load an image from a folder using CvInvoke.cvLoadImage("ClassPic1.jpg") as intptr and access it

How to load an image from a specific folder using Emgu cv CvInvoke.cvLoadImage(...)?I am tryng to do it …

invoke emgucv intptr loadimage
OpenCV/EmguCV face recognition

I am trying to make an app that detect faces and recognizes it. I made Face detection but I want …

c# opencv emgucv face-recognition
Unable to load DLL 'opencv_core242': The specified module could not be found. Emgu CV

I'm trying to start using emgu CV open CV for C#. But I'm having trouble making it work. I'm following …

c# emgucv
The type initializer for 'Emgu.CV.CvInvoke' threw an exception

I have written simple program to open image and show image in VS 2010 in C# using EmguCV but I am …

c# image exception emgucv
Object Tracking in EmguCV

I am building an object tracking program that should track the unknown object. The user must select a region in …

c# opencv emgucv template-matching
How to create a histogram

I want to create a histogram within a C# program that uses EMGU. EMGU contains a class called MCvHistogram in …

c# image histogram emgucv
It is possible to get an IntPtr from an int[] array?

Greetings. In C#: If I have an int[] array declared like this int[] array = new array[size]; there is an …

c# int intptr emgucv stride