Skip to content

Instantly share code, notes, and snippets.

@madratman
Last active May 5, 2017 06:35
Show Gist options
  • Save madratman/261a50044da79d91308132f4d5bc6c7a to your computer and use it in GitHub Desktop.
Save madratman/261a50044da79d91308132f4d5bc6c7a to your computer and use it in GitHub Desktop.
opencv manual
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