build: update modules descriptions

This commit is contained in:
Alexander Alekhin 2017-06-20 15:19:43 +03:00
parent db35e13b46
commit a9cc87636f
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
set(the_description "High-level GUI and Media I/O")
set(the_description "High-level GUI")
ocv_add_module(highgui opencv_imgproc opencv_imgcodecs OPTIONAL opencv_videoio WRAP python)
# ----------------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
set(the_description "Image codecs")
set(the_description "Image I/O")
ocv_add_module(imgcodecs opencv_imgproc WRAP java python)
# ----------------------------------------------------------------------------

View File

@ -1,2 +1,2 @@
set(the_description "Shape descriptors and matchers.")
set(the_description "Shape descriptors and matchers")
ocv_define_module(shape opencv_core opencv_imgproc opencv_video WRAP python)

View File

@ -1,4 +1,4 @@
set(the_description "All the selected OpenCV modules in a single binary")
set(the_description "All OpenCV modules")
set(OPENCV_MODULE_IS_PART_OF_WORLD FALSE)
set(BUILD_opencv_world_INIT OFF)