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.
1
vote
2answers
383 views
Connect to IP Camera Using Emgu CV's Capture = New Capture()
Using Visual Basic 2008 and Emgu CV, I can capture the stream of a webcam on my PC. What I want to do is connect to an IP camera, knowing its URL, using Capture = New Capture().
Here is the code I ...
1
vote
1answer
74 views
Multiply operation between images in EmguCV
I wish know if EmguCV permits a simple and efficient way to do what in MATLAB is done with the following line:
C = A .* B
(assuming that A, B and C are matrix representing grayscale images with the ...
1
vote
2answers
296 views
Kinect Depth Image only partly visible
I am new to Kinect and C#. I am trying to get the Depth Image from the Kinect, convert it to a bitmap to perform some OpenCV operations and then display it. The problem is, I am getting only a third ...
1
vote
1answer
232 views
Standard Hough Lines in EMGU CV
I am in need of using the standard Hough Transformation (instead of the using the HoughLinesBinary method which implements Probabilistic Hough Transform) and have attempted doing so by creating a ...
1
vote
2answers
118 views
Exception in setting up EMGU library in C#
I am trying to setup EMGU library for my C# project. I am following this link http://file.emgu.com/wiki/index.php/Setting_up_EMGU_C_Sharp.
I am stuck in: x64 Architecture and the EMGU.CV.Invoke ...
1
vote
1answer
336 views
Trouble using Kinect ColorImageFrame with Emgu CV
I'm working on a project for school involving C#, Kinect, and Emgu CV. I fairly new to both C# and Emgu CV, so I may be missing something simple. What I am trying to do is use the image from the ...
1
vote
0answers
249 views
OpenCV - detecting a shape in a shape collection (e.g. human in a group of humans)
I am performing blob extraction from video and using the blob's aspect ratio to classify into humans or vehicles. Works pretty well since vehicles and humans have quite differentiated aspect ratios.
...
1
vote
0answers
146 views
Window Phone augmented reality and shape recognition
I am a beginner in Windows Phone app development. My goal is to create a simple augmented reality application which will include shape recognition (ex. hand or face). Additionally I would like to draw ...
1
vote
1answer
751 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
1answer
381 views
Using emguCV (OpenCV) to capture video in 2 different program from the firewire camera?
I'm looking for a way to use OpenCV (or specifically emguCV in C#) to capture video from the same firewire on 2 different programs simultaneously. Some posts here said that it can't be done since the ...
1
vote
0answers
237 views
Computer vision: marker shape and way to detect it
I want to develop a marker based augmented reality app, and I've chosen emgu as OpenCV wrapper because is the only framework I found that supports Mono for Android and Monotouch (if you know other ...
1
vote
3answers
241 views
BitmapSource to Bitmap Returns Null( EmguCV2.4.2.1777 + Kinect )
Hy,
I am trying to convert BitmapSource to Bitmap from Kinect RGB Color Stream. I am getting null.
I am using Kinect for Windows SDK 1.6, Visual Studio 2012, Windows 7 Ultimate 64bit, EmguCV ...
1
vote
1answer
600 views
x86 Windows 8 Tablet running Pro can't access Integrated Cameras with Emgu OpenCV
I can't get Emgu CV to work with the cameras on the new Atom based Windows 8 x86 tablets. These are not the ARM based tablets running Windows 8 RT these are running the full blown Windows 8 Pro x86 on ...
1
vote
1answer
1k views
Dividing the blob in Emgu CV
I am using Emgu CV 2.4.2 and want to perform the following algorithm:
Get the blob
Set the ROI to speed up computation
Get the pixel position of local minima from the blob
Dividing the blob
Draw the ...
1
vote
1answer
191 views
How can I measure distance from webcam?
How can I measure the distance from webcam to an object or a face using EmguCV ?
1
vote
0answers
268 views
Emgu Cv Motion Detection
I'm working on hand detection using EmguCv. I have successfully detected the skin color object in live video feed. With in that skin detected object I want to track the moving hand only. Please ...
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
0answers
181 views
SEHException when inverting huge matrix
I'm trying to calculate mahalanobis distance in c# using emgu cv. I have 3 image each sized 100x100. The step are, first I calculate the covariance matrix, then I calculate the inverse covariance ...
1
vote
0answers
107 views
EmguCV detect keypoints from 3D Model
Is there a way i can retrieve the observed keypoints from a 3D model instead from an image. This is since i need to track an uneven object (simple spaceship right now: ...
1
vote
0answers
113 views
Acess violation exception emguCV cvQueryHistValue
I got stuck with Access violation exception in managed code. Histogram pointer is not null and everything seems ok. Got example of creating IntPtr's from ...
1
vote
0answers
224 views
background removal using emgucv
How to remove background from a live video feed using emgucv. I need some thing like this video. The only thing I want is a moving object or a human. i tried motion detection but didn't achieve the ...
1
vote
1answer
580 views
Emgu circle detection using a webcam
I'm trying to write a program that detects a circle when you hold it in front of the webcam. I know how the circle detection works for an image, but I can't figure out how to get it to work with a ...
1
vote
1answer
321 views
Algorithm to crop face image to a specific ratio using face detection
I have a lot of upper body/face pictures and i'm trying to create a page similar to this:
http://www.mediatechsummit.com/ehome/index.php?eventid=45432&tabid=76964&
The problem is my pictures ...
1
vote
0answers
90 views
Facial recognition algorithms Windows form to Web surface API on cloud?
I have developed a bunch of algorithms on facial recognition using VC# 10 and Emgucv and now I am supposed to export that on cloud through an web API. I don't really want to rewrite the entire code ...
1
vote
1answer
235 views
OpenCV: Match Template, combining close matches
Related to: OpenCv: Finding multiple matches
I am now able to mark where all my matches are. However, because some of the matches aren't perfect, I need to lower my threshold a little. This means ...
1
vote
0answers
133 views
OpenCV FileStorage - how to use in C# with EmguCV?
Is it possible to rewrite examples from XML/YAML Persistence page from OpenCV to EmguCV?
I mean code in first two subchapters: "XML/YAML file storages. Writing to a file storage" and "Reading data ...
1
vote
0answers
250 views
cvMatchShapes function returns strange results
I compare two similar shapes with help of cvMatchShapes() function.
result = CvInvoke.cvMatchShapes(shapeA, shapeB, Emgu.CV.CvEnum.CONTOURS_MATCH_TYPE.CV_CONTOURS_MATCH_I3, 0);
But I get the ...
1
vote
0answers
96 views
Where is the source code of 'cvextern.dll' of Emgu OpenCV?
Where can I find the source code for 'cvextern.dll' of Emgu OpenCV?
Thank you.
1
vote
0answers
296 views
Emgu CV for Android throwing Exception Java.Lang.UnsatisfiedLinkError
I am using Mono for Android and followed the instructions mentioned on this page: http://file.emgu.com/wiki/index.php/Emgu_CV_for_Android but when I run the application on the emulator, it throws the ...
1
vote
1answer
716 views
Convert from Bitmap to MIplImage or IplImage c#
I have an algorithm in created in c++ to make background subtraction, and i want to call it from c# with an argument "IplImage" using dll(extern). The problem that i acquire the camera stream in c# ...
1
vote
1answer
211 views
What is the difference between Matrix<Depth> and McvMat in Emgu cv?
What is the difference between Matrix and McvMat in Emgu cv? How do I create a McvMat?
1
vote
0answers
898 views
Emgu CV EigenObjectRecognizer not working
I've tried to code a face recognition program and need some help from the community.
The code posted below compiled with no error but the recognizer seems to be not working?
Basically target.jpg ...
1
vote
0answers
1k views
Emgu CV VideoWriter with specific codec
I need to use the VideoWriter class of Emgu CV library in order to capture a screen at real time.
what is problem now is the FILE SIZE... so, i have to use the specific codec.
so far i have tried ...
1
vote
0answers
501 views
emgu GPU Blob detection
I am confused by the current state of Emgu GPU functionality (using Emgu 2.4 x64). The methods available from a GPUImage are very limited - I am trying to use it for blob detection. Specifically a ...
1
vote
0answers
216 views
Face Recognition with EmguCV 2.4 returns NULL
I used the Face Recognition class with EmguCV version 2.2 and everything worked fine.
I just recently upgraded to the 2.4 version.
I start by creating a Recognizer class.
_recognizer = new ...
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
2answers
775 views
Emgu.CV to make an .avi
I am using Emgu.CV library for object detection and
worrying if it is possible to save my .bmp image as a frame to .AVI with this library.
I found VideoWriter class but pls give some examples or ...
1
vote
1answer
1k views
Realtime Webcam video stitching with EmguCV
i am trying to do a webcam stitch in real time with EMGUCV. Something similar to
this setup on youtube.
The problem is I am not getting a stitched video only images.
This is my code
`
public ...
1
vote
1answer
1k views
“System.AccessViolationException was unhandled” error when writing video using emgu CV
I'm trying to capture a video using EMGU CV in visual studio 2010, but when it executes the line
video.WriteFrame<Bgr, byte>(marked);
i get the follwing error:
...
1
vote
0answers
351 views
Emgu SetCaptureProperty CV_CAP_PROP_POS_FRAMES does not work as expected
m_capture.SetCaptureProperty(CAP_PROP.CV_CAP_PROP_POS_FRAMES, frameID);
double cap = m_capture.GetCaptureProperty(CAP_PROP.CV_CAP_PROP_POS_FRAMES);
I am using Emgu 2.3 (x64) and the ...
1
vote
0answers
353 views
Project points using intrinsic and transformational matrices
Currently I am working on 3D image visualizing project using C# and emgucv.net. On that project following steps already done with 2 images of same scene(a little different in rotation and ...
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
0answers
338 views
Hands free cursor control application using C# and Emgu CV [closed]
I am building an application that will allow users to control the cursor on the screen using their head movements. i am using Camshift algorithm for this purpose. Also, my application will facilitate ...
1
vote
2answers
549 views
How to create rotating bounding area while using Capture in EmguCv?
My problem is as follows:
Using EmguCv (C# OpenCV) I have to write an application that can detect if my figure rotate or not using webcam in my computer. I used Capture to catch frames from my ...
1
vote
0answers
208 views
Emgu - GetHomographyMatrixFromMatchedFeatures returns null every time
I am using Emgu (an OpenCV C# wrapper), and every time I try to get a HomographyMatrix from the GetHomographyMatrixFromMatchedFeatures method, it comes back null. The ...
1
vote
1answer
858 views
Operating on images in emgucv
I have 2 Emgu.CV.Image images:
Image<Gray, byte> img1 = new Image<Gray, byte>(@"xyz.gif");
Image<Gray, byte> img2 = new Image<Gray, byte>(@"abc.gif");
I want to perform ...
1
vote
0answers
267 views
The “pixels between the eyes” rating of opencv's facial recignition?
Ya about says it all.
And if anyone has, can post, or point me to a comprehensive list of facial recognition solutions, with the pixel between the eyes ratings, and pricing/licensing when concerning ...
1
vote
1answer
526 views
Create C# structure for CvMat.data union or any way to access it in C#
I need to access 'data' property EmguCV MCvMat structure. But that property is a pointer(IntPtr). I found that structure for this property(data) is an union. It's like this:
union Data
{
char* ...
1
vote
1answer
2k views
Value range for Image HSV for color extraction EMGUCV
In the following,
Image<Hsv, Byte> hsvimg = img.Convert<Hsv, Byte>();
Image<Gray, Byte>[] channels = hsvimg.Split();
Image<Gray, Byte> ...
1
vote
1answer
380 views
Grouping multiple bounding boxes
I am using background subtraction to detect movement on the screen then I use cvFindContours to detect contours when I use cvBoundingRect I get a lot of small rectangle this is due to background ...