Emgu CV is a cross-platform .NET wrapper to the Intel OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Linux or Mac OS X.
13
votes
3answers
24k views
How to create Haar Cascade (xml) for using with OpenCV?
If you familiar with OpenCV library, you know what is haar cascade image object detection. I mean image object detection like human face or something else.
I have haar cascade xml for face detection, ...
10
votes
5answers
6k views
Face gender detection library [closed]
I'm looking for an SDK or library that can detect faces in a webcam stream, and detect gender. Free or paid, C++ or C# under Windows.
Any suggestions?
9
votes
7answers
11k views
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 for some general pointers, or maybe even an open source project.
The two dice will be black ...
4
votes
1answer
350 views
How to detect and count a spiral's turns
I need to detect a spiral shaped spring and count its coil turns.
I have tried as follows:
Image<Bgr, Byte> ProcessImage(Image<Bgr, Byte> img)
{
Image<Bgr, Byte> imgClone = ...
3
votes
1answer
3k views
Emgu Capture plays video super fast
When I am playing back a video using Emgu, it plays back way faster than it should. Here is the relevant code.
public Form1()
{
InitializeComponent();
_capture = new Capture("test.avi");
...
2
votes
2answers
6k views
creating histogram using emgu cv c#
i want to create histogram using emgu cv ..
there is a class called MCvHistogram in it.
But i am not getting , how to use that class.
actually i am reading a image from file into Emgu.CV.Image ...
2
votes
1answer
1k views
Hough Circle in c# , dynamic memory
I have problem in dynamic memory allocation getting data from matrix
Image image_gray = new Image("im1.jpg");
Matrix circles = new Matrix(100, 1, 3);
Question 1: How can I locate dynamic memory ...
1
vote
2answers
3k views
Using EigenObjectRecognizer
I am trying make Facial recognition using Emgu Cv. And using EigenObjectRecognizer could I do it? Also is some one can explain that usage of it? because if there is a no same foto it also returns ...
0
votes
1answer
1k views
Removing background from _capture.QueryFrame()
I am using Emgucv and i would like to know if it possible to remove the background from a _capture.QueryFrame and to be able to focus on the nearest object on my camera? Thanks in advance.
2
votes
3answers
3k views
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("imageName.jpg");
But image is stored in extremally low quality (1 color square per 8x8 ...
1
vote
1answer
140 views
Ordering 2d/3d object behind other element
As you can see in the link, I have two elements: first is image element which is taken from camera (using EmguCV) and the other one is viewport3d which renders 3d object. I also include 2d object (see ...
1
vote
3answers
4k views
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 I can't figure out a way to combine the horizontal and vertical information retrieved from ...
0
votes
2answers
196 views
Putting a smaller image within a larger image.
I need to put a smaller image within a larger image. the smaller picture should be centered in the larger picture. I'm working with C# and OpenCV, does anyone know how to do this?
7
votes
2answers
4k views
Need Haar Casscades for Nose, Eyes & Lips(Mouth)
I need Haar Cascades xml files for Mouth, Eyes & Nose. Do provide me useful links.
Any kind of help would be highly appreciated.
5
votes
4answers
3k views
How do I equalize contrast & brightness of images using opencv?
I've got an image that I've scanned, but the white paper is not white on the screen. Is there a way to equalize the contract/brightness to make the background whiter?
Update
I've tried the ...
2
votes
3answers
154 views
Trouble with locking an image between threads
I need to obtain a lock in two different threads in order to access a Bitmap (which is populated from a webcam) in EmguCv.
I have a "GetFrame" functions that queries the camera and places what it ...
8
votes
5answers
5k views
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 and OpenCV as the facial recognition library.
The issue I'm having at the ...
7
votes
1answer
803 views
Is it possible to find the edge of a “spotty” region in emgucv?
I have an image that looks like this:
and I want to find the edges of the dark part so like this (the red lines are what I am looking for):
I have tried a few approaches and none have worked so ...
6
votes
1answer
2k views
Calling the on-screen keyboard using a button in C#
I am creating a windows application using C#, where in a button on the GUI when clicked, should display the on-screen keyboard.
Would appreciate if any help is granted. thanks.
Also, since I am ...
4
votes
1answer
2k views
Calculating distance using a single camera
I would like to calculate distance to certain objects in the scene, I know that I can only calculate relative distance when using a single camera but I know the coordinates of some objects in the ...
3
votes
1answer
2k views
EmguCV Cut Face+Neck Skin Only And Save New Image
In my app, I will input a human image and I want to get the face and neck only of that person as output in separate image. Example: Below image as input:(Source:http://www.fremantlepress.com.au)
...
2
votes
2answers
4k views
Tracking blobs with OpenCV
I have an EMGU (openCV wrapper) program that subtracts the background from
a camera feed and extracts nice clean blobs.
Now I need something that will track these blobs and assign them with IDs.
Any ...
1
vote
1answer
94 views
EmguCV - Face Recognition - 'Object reference not set' exception when using training set from Microsoft Access Database
I've been developing a face recognition application using EmguCV (C#). I got the whole thing working okay if I store the face images (training set) in simple windows folder. But, after I tried to ...
1
vote
1answer
1k views
Fourier Transform + emgucv
Can anybody tell me what is the problem in this code...
Basically I am trying to compute the dft of the image and show it as an image on my screen.
Image<Gray, float> GreyOriginalImage = new ...
1
vote
1answer
1k views
Emgu CV and the official Microsoft Kinect SDK?
Emgu CV currently allows the use of the Kinect with the OpenNI drivers.
I've also seen that there exists an mssdk-openni bridge application to allow the Kinects running on the official Microsoft ...
9
votes
3answers
4k views
How do I choose an image interpolation method? (Emgu/OpenCV)
The image resizing function provided by Emgu (a .net wrapper for OpenCV) can use any one of four interpolation methods:
CV_INTER_NN (default)
CV_INTER_LINEAR
CV_INTER_CUBIC
CV_INTER_AREA
I roughly ...
4
votes
2answers
4k views
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 color of that part; looking for changes.
Thanks
3
votes
2answers
955 views
How to Crop Image without changing the aspect ratio
I need to crop a image without changing its aspect ratio. i am taking picture from CANON1100D using EDSDK. Captured image
Width = 1920 and Height=1280
so aspect ration is 1.5. but i need picture ...
3
votes
4answers
8k views
OpenCV/EmguCV face recognition
I am trying to make an app that detect faces and recognizes it. I made Face detection but I want some idea to when making recognition. I'm using a web cam for tracking and it can detect the face.Then ...
2
votes
4answers
3k views
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. We are forcing the build to be in 32-bit (x86), and we are using the 32-bit version of ...
2
votes
3answers
3k views
How can I change the contrast of an image using OpenCV?
I'd like to look at the contrast of an image in a certain masked region, and reduce it if it is too great. Are there built-in functions that can help me with this? If not, what sort of algorithm ...
2
votes
1answer
1k views
Why might EmguCV Gaussian blur not return identical results as OpenCV Gaussian blur?
I'm experiencing a mismatch between the OpenCV GaussianBlur function and the EmguCv CvInvoke.cvSmooth/Image.SmoothGaussian functions.
The GaussianBlur call:
GaussianBlur(src, dest, Size(13,13), 1.5, ...
1
vote
1answer
32 views
Pixel-wise summation and subtraction in EmguCV
I'm looking for an elegant way to perform pixel-wise summation and subtraction in EmguCV.
I'm trying to calculate the Haar-like features of an image.
For a one-dimensional situation, it's done by ...
1
vote
1answer
735 views
The type initializer for 'Emgu.CV.CvInvoke' threw an exception for Win8 64bit, VS2012
I am trying to use EmguCV to make a website in Visual Studio. Getting an error "The type initializer for 'Emgu.CV.CvInvoke' threw an exception" with the Inner Exception "An attempt was made to load a ...
1
vote
4answers
2k views
Exception initializing Emgu.CV
Hey this is my first time using this website, but I a problem. I saw this awesome youtube video about getting ocr to work with vb.net. Here the url:
http://www.youtube.com/watch?v=Kjdu8SjEtG0
So I ...
1
vote
2answers
2k views
How to extract features from image for classification and object recognition?
I'm confused about the way I should make the "features extraction " method
I want to use SVMs to apply "Object recognition" in images ,
There's a sample in Emgu's examples that holds an XML file ...
1
vote
1answer
615 views
Showing processed images from an IP camera
I have an IP-camera that serves images. These images are then processed via EmguCV and then I want to display the processed images.
To show the images, I use this code:
Window1(){
...
...
1
vote
1answer
1k views
How can I detect direction and number of objects using Emgu?
How can I detect direction and number of objects using Emgu?
Objects are moving in all directions (2D); and a camera is seeing these objects (on a 2D surface). Object may have little differences in ...
0
votes
0answers
59 views
Stereo Calibration and 3d Reconstruction
the result of 3d reprojection function is a matrix that has X,Y,Z of each pixel.
let's take the first element of this matrix points[0] which has: X= 414.580017 Y= -85.03029 Z= 10000.0
what is the ...
0
votes
0answers
75 views
C# - Emgu Cv - Face Recognition- Loading training sets of Faces saved to Access database as a binary in to EigenObjectRecognizer for Face recognition
I was having a hard time loading training set from Ms Access database in to the main form that does the Face Recognition. I saved the training sets with their names and ID in to the database as a ...
0
votes
0answers
127 views
Cannot get SURF example in EMGU.CV to work?
I am trying to detect a pattern shown in two images. Hence I have been trying to use the SURF algorithim found in emgu.CV, but the "SURFFeature" example that is given gives me the following error:
...
0
votes
1answer
121 views
EMGUCV fastest set pixel
I Need fastest way to iterate an EmguCV bitmap matrix and set pixel. i found this after google but it takes about 3 sec for 700x500 image:
Documents says that access (get) data matrix is just o(1) ...
0
votes
2answers
3k views
Image preprocessing for text recognition
What's the best set of image preprocessing operations to apply to images for text recognition in EmguCV?
I've included two sample images here.
Applying a low or high pass filter won't be suitable, ...
0
votes
1answer
477 views
EmguCV ImageGrabbed Event WPF App
I have problems with the following code
namespace MyApp
{
public partial class PhotoWindow : Window
{
private Capture _capture;
public PhotoWindow ()
{
...
0
votes
1answer
554 views
EmguCV TypeInitializationException
i really a newbie with EgmuCV
i try to capture images from webcam with the following code:
//Program.cs (Winform)
using System;
using System.Collections.Generic;
using System.ComponentModel;
using ...
0
votes
1answer
433 views
Building EmguCV on OSX Snow Leopard
I would really appreciate your help with an installation error. I've been trying to figure this out for days and can't find the answer online. Also, I need to use the EMGUCV wrapper for my work, and ...
0
votes
1answer
2k views
how to get video from ip camera using emgucv
I'm trying to get video from ip camera in emgu, i could display video in browser from "http://169.254.255.253" ip, how could i display this from emgu?
please it,s very important for me.
0
votes
2answers
511 views
watershed function provided by EmguCv
I want to use watershed function provided by emgucv.I used the following code but all I get is a white picture.Please help me and correct this code.Thanks.
Image im;
Bitmap bm;
Bitmap bmF;
...
0
votes
1answer
394 views
Gaussian Noise in emgucv
How can I add gaussian noise ( with a particular mean and variance ) to an image using emgucv ?
0
votes
1answer
632 views
EmguCV - Create image from unmanaged data
I'm using EmguCV and i've got a byte type Grayscale Matrix with the size of 640x480 and Every element of the matrix is either 255 or 0. Now I need to make an Image from this. The best constructor I ...



