mirror of https://github.com/opencv/opencv.git
Merge pull request #8376 from mshabunin:reduce-dependencies
commit
c1007c7276
9 changed files with 7 additions and 17 deletions
@ -1,2 +1,2 @@ |
|||||||
set(the_description "2D Features Framework") |
set(the_description "2D Features Framework") |
||||||
ocv_define_module(features2d opencv_imgproc opencv_ml opencv_flann OPTIONAL opencv_highgui WRAP java python) |
ocv_define_module(features2d opencv_imgproc opencv_flann OPTIONAL opencv_highgui WRAP java python) |
||||||
|
@ -1,2 +1,2 @@ |
|||||||
set(the_description "Object Detection") |
set(the_description "Object Detection") |
||||||
ocv_define_module(objdetect opencv_core opencv_imgproc opencv_ml OPTIONAL opencv_highgui WRAP java python) |
ocv_define_module(objdetect opencv_core opencv_imgproc WRAP java python) |
||||||
|
Loading…
Reference in new issue