This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
opencv
Watch
8
Star
0
Fork
You've already forked opencv
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Open Source Computer Vision Library
https://opencv.org/
23172
Commits
6
Branches
128
Tags
3.0 GiB
Tree:
3f116468c6
opencv
/
modules
/
ml
/
CMakeLists.txt
3 lines
91 B
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
13 years ago
set
(
the_description
"Machine Learning"
)
Add python and java support for ml module
10 years ago
ocv_define_module
(
ml
opencv_core
WRAP
java
python
)