mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
498 B
24 lines
498 B
add_subdirectory(calib3d) |
|
add_subdirectory(core) |
|
add_subdirectory(features2d) |
|
|
|
if(MSVC OR MINGW) |
|
if(NOT CMAKE_CL_64) |
|
add_subdirectory(ffmpeg) |
|
endif() |
|
endif() |
|
|
|
add_subdirectory(highgui) |
|
add_subdirectory(imgproc) |
|
add_subdirectory(legacy) |
|
add_subdirectory(contrib) |
|
add_subdirectory(ml) |
|
add_subdirectory(objdetect) |
|
|
|
if(PYTHONLIBS_FOUND AND BUILD_NEW_PYTHON_SUPPORT) |
|
add_subdirectory(python) |
|
endif() |
|
|
|
add_subdirectory(video) |
|
add_subdirectory(haartraining) |
|
add_subdirectory(traincascade)
|
|
|