Using an environment variable set to a path value: the system cannot find the path specified for %OPENCV_DIR%
- by dumbledad
I'm trying to set an environment variable to point to the directory into which I have extracted the latest version of OpenCV, following the instructions in OpenCV's Installation in Windows tutorial.
Here's my elevated command line listing.
C:\>cd C:\OpenCV2.4.6\build\x64\vc11
C:\OpenCV2.4.6\build\x64\vc11>cd ../../../..
C:\>setx -m…