Setup opencv in windows
- 1 minutes read - 33 words-
Download opencv release package https://github.com/opencv/opencv/releases/download/4.5.2/opencv-4.5.2-vc14_vc15.exe
-
run the downloaded executable, and say install it at c:\software\opencv
-
run opencv\build\setup_vars_opencv4.cmd
After above steps, your environment is ready. However there is a caveat, the environment is ephemeral.