tags:

views:

1175

answers:

3

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.

+2  A: 

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.

Razzie
A: 

thanx Razzie.this will help me.

john
A: 

@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.

kenny