I have developed a C++ program that uses OpenCV. However, when I compile it and try running it into another computer it doesn't run unless I install OpenCV in it and set the environment path to it. Is there any way to tackle this and how?
I'm using Visual Studio Ultimate 2013 and the propgram only runs in Windows (since Kinect SDK is also used with it). Thanks!