opencv/doc/tutorials/video/table_of_content_video.markdown
mehlukas 6bff0e24f8 Merge pull request #14314 from mehlukas:3.4-opticalflow
Extend optical flow tutorial (#14314)

* extend python optical flow tutorial with cpp example code and add it to general tutorial directory

* remove unused parameters, fix comparison between signed and unsigned int

* fix hsv range problem

* switch to samples::findFile for sample file location

* switch to command line parameter for path

* remove old tutorial as in 14393

* minor fixes
2019-05-15 15:13:57 +03:00

832 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.

  • @subpage tutorial_optical_flow

    Languages: C++, Python

    We will learn how to use optical flow methods to track sparse features or to create a dense representation.