2014-11-27 20:39:05 +08:00
|
|
|
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
|
|
|
|
|
2018-10-27 04:17:18 +08:00
|
|
|
*Languages:* C++, Java, Python
|
|
|
|
|
2014-11-27 20:39:05 +08:00
|
|
|
*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.
|
2019-05-15 18:34:20 +08:00
|
|
|
|
|
|
|
- @subpage tutorial_meanshift
|
|
|
|
|
2020-01-12 16:34:59 +08:00
|
|
|
*Languages:* C++, Java, Python
|
2019-05-15 18:34:20 +08:00
|
|
|
|
|
|
|
Learn how to use the Meanshift and Camshift algorithms to track objects in videos.
|
2019-05-15 20:13:57 +08:00
|
|
|
|
|
|
|
- @subpage tutorial_optical_flow
|
|
|
|
|
2020-01-12 16:34:59 +08:00
|
|
|
*Languages:* C++, Java, Python
|
2019-05-15 20:13:57 +08:00
|
|
|
|
|
|
|
We will learn how to use optical flow methods to track sparse features or to create a dense representation.
|