1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Added TOC to most of tutorials

This commit is contained in:
Maksim Shabunin
2020-12-07 19:13:54 +03:00
parent 461e26b60b
commit c79a1528ad
93 changed files with 187 additions and 0 deletions
@@ -1,6 +1,8 @@
Detecting corners location in subpixels {#tutorial_corner_subpixels}
=======================================
@tableofcontents
@prev_tutorial{tutorial_generic_corner_detector}
@next_tutorial{tutorial_feature_detection}
@@ -1,6 +1,8 @@
Creating your own corner detector {#tutorial_generic_corner_detector}
=================================
@tableofcontents
@prev_tutorial{tutorial_good_features_to_track}
@next_tutorial{tutorial_corner_subpixels}
@@ -1,6 +1,8 @@
Shi-Tomasi corner detector {#tutorial_good_features_to_track}
==========================
@tableofcontents
@prev_tutorial{tutorial_harris_detector}
@next_tutorial{tutorial_generic_corner_detector}
@@ -1,6 +1,8 @@
Harris corner detector {#tutorial_harris_detector}
======================
@tableofcontents
@next_tutorial{tutorial_good_features_to_track}
| | |