Added descriptions to PlaneTracker samples

This commit is contained in:
Alexander Mordvintesv
2012-08-05 10:20:42 +03:00
parent 353c69e017
commit d9dc02541a
3 changed files with 65 additions and 3 deletions

View File

@@ -3,16 +3,21 @@ Feature homography
==================
Example of using features2d framework for interactive video homography matching.
ORB features and FLANN matcher are used.
ORB features and FLANN matcher are used. The actual tracking is implemented by
PlaneTracker class in plane_tracker.py
Inspired by http://www.youtube.com/watch?v=-ZNYoL8rzPY
video: http://www.youtube.com/watch?v=FirtmYcC0Vc
Usage
-----
feature_homography.py [<video source>]
Select a textured planar object to track by drawing a box with a mouse.
Keys:
SPACE - pause video
Select a textured planar object to track by drawing a box with a mouse.
'''
import numpy as np