~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/doc/py_tutorials/py_video/py_table_of_contents_video.markdown

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Video Analysis {#tutorial_py_table_of_contents_video}
 
2
==============
 
3
 
 
4
-   @subpage tutorial_py_meanshift
 
5
 
 
6
    We have already seen
 
7
    an example of color-based tracking. It is simpler. This time, we see significantly better
 
8
    algorithms like "Meanshift", and its upgraded version, "Camshift" to find and track them.
 
9
 
 
10
-   @subpage tutorial_py_lucas_kanade
 
11
 
 
12
    Now let's discuss an important concept, "Optical Flow", which is related to videos and has many applications.
 
13
 
 
14
-   @subpage tutorial_py_bg_subtraction
 
15
 
 
16
    In several applications, we need to extract foreground for further operations like object tracking. Background Subtraction is a well-known method in those cases.