Reputation: 61
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
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
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
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
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