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
886b1f39
Commit
886b1f39
authored
Jul 31, 2017
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved dnn module documentation and tutorials links higher in the lists
parent
bdb6b45c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
doc/CMakeLists.txt
+1
-1
tutorials.markdown
doc/tutorials/tutorials.markdown
+4
-4
No files found.
doc/CMakeLists.txt
View file @
886b1f39
...
...
@@ -24,7 +24,7 @@ if(HAVE_DOC_GENERATOR)
endforeach
()
ocv_list_sort
(
BASE_MODULES
)
ocv_list_sort
(
EXTRA_MODULES
)
set
(
FIXED_ORDER_MODULES core imgproc imgcodecs videoio highgui video calib3d features2d objdetect ml flann photo stitching
)
set
(
FIXED_ORDER_MODULES core imgproc imgcodecs videoio highgui video calib3d features2d objdetect
dnn
ml flann photo stitching
)
list
(
REMOVE_ITEM BASE_MODULES
${
FIXED_ORDER_MODULES
}
)
set
(
BASE_MODULES
${
FIXED_ORDER_MODULES
}
${
BASE_MODULES
}
)
endif
(
HAVE_DOC_GENERATOR
)
...
...
doc/tutorials/tutorials.markdown
View file @
886b1f39
...
...
@@ -58,6 +58,10 @@ As always, we would be happy to hear your comments and receive your contribution
Ever wondered
how your digital camera detects people's faces? Look here to find out!
-
@subpage tutorial_table_of_content_dnn
These tutorials show how to use dnn module effectively.
-
@subpage tutorial_table_of_content_ml
Use the powerful
...
...
@@ -85,7 +89,3 @@ As always, we would be happy to hear your comments and receive your contribution
-
@subpage tutorial_table_of_content_viz
These tutorials show how to use Viz module effectively.
-
@subpage tutorial_table_of_content_dnn
These tutorials show how to use dnn module effectively.
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