Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install and use Emgu CV in C#?

Tags:

c#

c#-4.0

emgucv

I'm trying to do an image processing project using Emgu CV, but I still dont know about the requirements. Can anybody tell me what the required dll files are? And where should I copy them in order to use that wrapper? Please describe from the start. Thanks.

like image 712
john Avatar asked Oct 05 '09 06:10

john


People also ask

What is the use of EMGU CV?

Emgu CV is a cross-platform library that can be used to practically explore really interesting features from image capturing to character recognition. Emgu CV Essentials is a practical guide to the Emgu CV library, a . Net wrapper for the OpenCV image processing library.

What is CvInvoke?

The CvInvoke class provides a way to directly invoke OpenCV function within .NET languages. Each method in this class corresponds to a function in OpenCV of the same name. For example, a call to. IntPtr image = CvInvoke. cvCreateImage(new System.


2 Answers

There is a complete installation guide on the project wiki: http://www.emgu.com/wiki/index.php/Download_And_Installation . There is also a related question on SO. Hope this helps.

like image 133
Razzie Avatar answered Sep 30 '22 21:09

Razzie


Just posting this so that it might help someone who comes up with the same isse of setting up EmguCv.

https://notebookbft.wordpress.com/2015/03/08/setting-up-emgu-cv-project-with-visual-studio/

like image 27
Rajind Ruparathna Avatar answered Sep 30 '22 22:09

Rajind Ruparathna