This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
02e29fc99c
opencv
/
modules
/
imgproc
/
CMakeLists.txt
3 lines
79 B
CMake
Raw
Normal View
History
Unescape
Escape
Global CMake reorganization: [~] Automatically tracked dependencies between modules [+] Support for optional module dependencies [+] Options to choose modules to build [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV) [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
2012-02-03 12:26:49 +01:00
set
(
the_description
"Image Processing"
)
ocv_define_module
(
imgproc
opencv_core
)
Reference in New Issue
Copy Permalink