2023-03-05 23:53:04 +08:00
2023-03-05 23:53:04 +08:00
2023-03-05 23:53:04 +08:00
2023-03-05 23:53:04 +08:00
2018-10-11 17:57:51 +00:00
2023-03-05 23:53:04 +08:00

编译命令

mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/Users/yaha/Code/github/opencv/output ..
make -j8
make install

使用方式

set(OpenCV_DIR "/Users/yaha/Code/github/opencv/lib/cmake/opencv4")
find_package(OpenCV REQUIRED)
S
Description
No description provided
Readme 516 MiB
Languages
C++ 92.6%
C 6.8%
CMake 0.5%
Objective-C 0.1%