mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 22:00:25 +08:00
15 lines
466 B
Markdown
15 lines
466 B
Markdown
|
Video analysis (video module) {#tutorial_table_of_content_video}
|
||
|
=============================
|
||
|
|
||
|
Look here in order to find use on your video stream algorithms like: motion extraction, feature
|
||
|
tracking and foreground extractions.
|
||
|
|
||
|
- @subpage tutorial_background_subtraction
|
||
|
|
||
|
*Compatibility:* \> OpenCV 2.4.6
|
||
|
|
||
|
*Author:* Domenico Daniele Bloisi
|
||
|
|
||
|
We will learn how to extract foreground masks from both videos and sequences of images and
|
||
|
to show them.
|