I've installed OpenCV, but appears that one must do more. That is somehow provide paths to bins, libs, and who knows what else to be executable under VS c++ 2013? I'm pretty much clueless. Some considerations are: path = C:\Windows\system32;....C:\QTSystem;...\OPENVbin\blah; ..;%OPENCV_BUILD%\x64\VC10\bin, or OPENCV_BUILD = C:\Robert\opencv\246\build.
Somehow these samples don't seem right for providing a paths that I think I'm looking for, but maybe OPENCV_BUILD = C:\Robert\opencv\246\build;C:\opencv\build\bin ...?
Comments?