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

Add next and previous navigation links to all tutorials

This commit is contained in:
Daniel Mallia
2020-05-19 18:59:28 -04:00
parent d991c22090
commit 94d187e269
67 changed files with 207 additions and 0 deletions
@@ -1,6 +1,8 @@
How to Use Background Subtraction Methods {#tutorial_background_subtraction}
=========================================
@next_tutorial{tutorial_meanshift}
- Background subtraction (BS) is a common and widely used technique for generating a foreground
mask (namely, a binary image containing the pixels belonging to moving objects in the scene) by
using static cameras.
@@ -1,6 +1,9 @@
Meanshift and Camshift {#tutorial_meanshift}
======================
@prev_tutorial{tutorial_background_subtraction}
@next_tutorial{tutorial_optical_flow}
Goal
----
@@ -1,6 +1,8 @@
Optical Flow {#tutorial_optical_flow}
============
@prev_tutorial{tutorial_meanshift}
Goal
----