build: update modules descriptions
This commit is contained in:
@@ -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)
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
set(the_description "Image codecs")
|
||||
set(the_description "Image I/O")
|
||||
ocv_add_module(imgcodecs opencv_imgproc WRAP java python)
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user