mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 14:06:27 +08:00
build: update modules descriptions
This commit is contained in:
parent
db35e13b46
commit
a9cc87636f
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user