OpenCV Program does not work on another computer

asked 2016-04-01 08:52:25 -0600

downloaded "opencv-2.4.9.exe"and I opened it "D:\opencv" directory.

After that I writed an opencv library with Visula Studio 2013 and also a wrapper dll. I used this wrapper dll in a C# windows application. It worked perfectly on my computer. But when I copy an run it on another computer, it gave me an error. Error says that it can not find the opencv dlls.

Here is the sources that I used:

https://marcomuraresearch.wordpress.c...

https://drthitirat.wordpress.com/2013...

How can I make my program that can run any computer even if opencv don't exist.

edit retag flag offensive close merge delete

Comments

1

you either have to redistribute all opencv dlls you link to, or you will have to build (or use) static opencv libs

berak gravatar imageberak ( 2016-04-01 09:32:55 -0600 )edit