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.com/2015/04/16/install-opencv-visual-studio/comment-page-1/#comment-181
https://drthitirat.wordpress.com/2013/06/06/use-opencv-c-codes-in-a-vc-project-solution-of-creating-a-managed-clr-wrapper/
How can I make my program that can run any computer even if opencv don't exist.