Skip to content

Instantly share code, notes, and snippets.

@PhilippGrulich
Created February 5, 2018 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhilippGrulich/a5da4a802e3ac7fc2526a3e636aa4077 to your computer and use it in GitHub Desktop.
Save PhilippGrulich/a5da4a802e3ac7fc2526a3e636aa4077 to your computer and use it in GitHub Desktop.
Opencv with cuda Make
cmake -D WITH_CUDA=ON -D ENABLE_FAST_MATH=1 -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D INSTALL_C_EXAMPLES=OFF -D INSTALL_PYTHON_EXAMPLES=OFF -D WITH_IPP=ON -D WITH_TBB=ON -D WITH_V4L=ON -D WITH_QT=OFF -D WITH_OPENGL=ON -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules -D BUILD_EXAMPLES=OFF ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment