parent
c521e1d1d5
commit
9fc1aa013f
6 changed files with 7 additions and 7 deletions
@ -1,3 +1,3 @@ |
|||||||
set(the_description "Image hash algorithms") |
set(the_description "Image hash algorithms") |
||||||
set(OPENCV_MODULE_IS_PART_OF_WORLD OFF) |
set(OPENCV_MODULE_IS_PART_OF_WORLD OFF) |
||||||
ocv_define_module(img_hash opencv_imgproc opencv_core WRAP java python) |
ocv_define_module(img_hash opencv_imgproc opencv_core WRAP python java) |
||||||
|
@ -1,2 +1,2 @@ |
|||||||
set(the_description "Plot function for Mat data.") |
set(the_description "Plot function for Mat data.") |
||||||
ocv_define_module(plot opencv_core opencv_imgproc WRAP python) |
ocv_define_module(plot opencv_core opencv_imgproc WRAP python java) |
||||||
|
@ -1,2 +1,2 @@ |
|||||||
set(the_description "Extended image processing module. It includes edge-aware filters and etc.") |
set(the_description "Extended image processing module. It includes edge-aware filters and etc.") |
||||||
ocv_define_module(ximgproc opencv_core opencv_imgproc opencv_calib3d opencv_imgcodecs WRAP python) |
ocv_define_module(ximgproc opencv_core opencv_imgproc opencv_calib3d opencv_imgcodecs WRAP python java) |
||||||
|
@ -1,2 +1,2 @@ |
|||||||
set(the_description "Addon to basic photo module") |
set(the_description "Addon to basic photo module") |
||||||
ocv_define_module(xphoto opencv_core opencv_imgproc WRAP python) |
ocv_define_module(xphoto opencv_core opencv_imgproc WRAP python java) |
||||||
|
Loading…
Reference in new issue