mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
Merge pull request #9276 from mshabunin:bump-dnn-docs
This commit is contained in:
commit
adb62403ec
@ -24,7 +24,7 @@ if(HAVE_DOC_GENERATOR)
|
|||||||
endforeach()
|
endforeach()
|
||||||
ocv_list_sort(BASE_MODULES)
|
ocv_list_sort(BASE_MODULES)
|
||||||
ocv_list_sort(EXTRA_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})
|
list(REMOVE_ITEM BASE_MODULES ${FIXED_ORDER_MODULES})
|
||||||
set(BASE_MODULES ${FIXED_ORDER_MODULES} ${BASE_MODULES})
|
set(BASE_MODULES ${FIXED_ORDER_MODULES} ${BASE_MODULES})
|
||||||
endif(HAVE_DOC_GENERATOR)
|
endif(HAVE_DOC_GENERATOR)
|
||||||
|
@ -58,6 +58,10 @@ As always, we would be happy to hear your comments and receive your contribution
|
|||||||
Ever wondered
|
Ever wondered
|
||||||
how your digital camera detects people's faces? Look here to find out!
|
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
|
- @subpage tutorial_table_of_content_ml
|
||||||
|
|
||||||
Use the powerful
|
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
|
- @subpage tutorial_table_of_content_viz
|
||||||
|
|
||||||
These tutorials show how to use Viz module effectively.
|
These tutorials show how to use Viz module effectively.
|
||||||
|
|
||||||
- @subpage tutorial_table_of_content_dnn
|
|
||||||
|
|
||||||
These tutorials show how to use dnn module effectively.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user