diff --git a/samples/python2/feature_homography.py b/samples/python2/feature_homography.py index eec36d74e9..21be4c7e0d 100644 --- a/samples/python2/feature_homography.py +++ b/samples/python2/feature_homography.py @@ -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 [