Last active
May 5, 2017 06:35
-
-
Save madratman/261a50044da79d91308132f4d5bc6c7a to your computer and use it in GitHub Desktop.
opencv manual
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake -D CMAKE_BUILD_TYPE=RELEASE | |
-D INSTALL_C_EXAMPLES=ON | |
-D INSTALL_PYTHON_EXAMPLES=OFF | |
-D OPENCV_EXTRA_MODULES_PATH=/home/ratneshmadaan/software/opencv_contrib/modules | |
-D BUILD_EXAMPLES=ON .. | |
don't forget to checkout tags in contrib and main repo | |
lol @ -D CMAKE_INSTALL_PREFIX=/home/ratneshmadaan/software/opencv/build/install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment