1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

moving the rest of inpaint() to the 'photo' module, temporary disabling Java test for it, adding 'photo' to Java API

This commit is contained in:
Andrey Pavlenko
2012-03-16 15:11:56 +00:00
parent 0bc5140b17
commit 20cceb8fdf
6 changed files with 74 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ if(NOT ANDROID OR NOT PYTHON_EXECUTABLE)
ocv_module_disable(java)
endif()
set(OPENCV_MODULES_EXPORTED_TO_JAVA opencv_objdetect opencv_features2d opencv_video opencv_highgui opencv_ml opencv_calib3d CACHE STRING "List of modules exported to Java API")
set(OPENCV_MODULES_EXPORTED_TO_JAVA opencv_objdetect opencv_features2d opencv_video opencv_highgui opencv_ml opencv_calib3d opencv_photo CACHE STRING "List of modules exported to Java API")
mark_as_advanced(OPENCV_MODULES_EXPORTED_TO_JAVA)
set(the_description "The java bindings")