mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 08:49:14 +08:00
47c45e5bd3
Extend meanshift tutorial (#14393) * copy original tutorial and python code * add cpp code, fix python code * add camshift cpp code, fix bug in meanshift code * add description to ToC page * fix shadowing previous local declaration * fix grammar: with -> within * docs: remove content of old py_meanshift tutorial, add link * docs: replace meanshift tutorial subpage in Python tutorials * switch to ref to fix wrong breadcrumb navigation * switch to cmdline for path as in #14314 * Apply suggestions from code review * order programming languages alphabetically
653 B
653 B
Video analysis (video module)
Look here in order to find use on your video stream algorithms like: motion extraction, feature tracking and foreground extractions.
-
@subpage tutorial_background_subtraction
Languages: C++, Java, Python
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.
-
@subpage tutorial_meanshift
Languages: C++, Python
Learn how to use the Meanshift and Camshift algorithms to track objects in videos.