john
john

Reputation: 61

How to install and use Emgu CV in C#?

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.

Upvotes: 6

Views: 36433

Answers (4)

Rajind Ruparathna
Rajind Ruparathna

Reputation: 2255

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/

Upvotes: 2

Anil Kumar
Anil Kumar

Reputation: 53

Installation is very simple , just read http://www.emgu.com/wiki/index.php/Download_And_Installation , Download from sourceforge.net and install as you usually install other programs.

Upvotes: 0

kenny
kenny

Reputation: 22394

@Razzie is correct. I found it helpful include these DLLs in your OpenCV assembly project with a copy on build/change: cv110.dll, cvaux110.dll, cxcore110.dll, highgui110.dll, opencv_ffmpeg110.dll and ml110.dll.

Upvotes: 0

Razzie
Razzie

Reputation: 31232

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.

Upvotes: 11

Related Questions