opencv/doc/tutorials/video/table_of_content_video.markdown
mehlukas 47c45e5bd3 Merge pull request #14393 from mehlukas:3.4-meanshift
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
2019-05-15 13:34:20 +03:00

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.