最終更新:2020-03-13 (金) 06:48:26 (1499d)  

OpenCV/CMake
Top / OpenCV / CMake

http://opencv.willowgarage.com/wiki/InstallGuide

Build the OpenCV library from source using CMake and your C++ Compiler

Note: Visual Studio users may skip this section since their installation comes with prebuilt DLL and LIB files, unless if they want to customize OpenCV such as with IPP or CUDA or Qt.

CMake-gui

  • 最初に表示されるのはデフォルトでの設定の値。
  • 例えばWITH_CUDAがチェックされていても、環境にCUDA Toolkitが見つからなかったらCUDAは使用されない。
  • 下に表示されているのはCMakeのstatus()が呼ばれた時に表示されるデバッグメッセージ。

関連