Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
a9cc8763
Commit
a9cc8763
authored
Jun 20, 2017
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: update modules descriptions
parent
db35e13b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
modules/highgui/CMakeLists.txt
+1
-1
CMakeLists.txt
modules/imgcodecs/CMakeLists.txt
+1
-1
CMakeLists.txt
modules/shape/CMakeLists.txt
+1
-1
CMakeLists.txt
modules/world/CMakeLists.txt
+1
-1
No files found.
modules/highgui/CMakeLists.txt
View file @
a9cc8763
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
)
# ----------------------------------------------------------------------------
...
...
modules/imgcodecs/CMakeLists.txt
View file @
a9cc8763
set
(
the_description
"Image
codecs
"
)
set
(
the_description
"Image
I/O
"
)
ocv_add_module
(
imgcodecs opencv_imgproc WRAP java python
)
# ----------------------------------------------------------------------------
...
...
modules/shape/CMakeLists.txt
View file @
a9cc8763
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
)
modules/world/CMakeLists.txt
View file @
a9cc8763
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment