From d9dc02541a3987c58579c44a50ba1d82e378b782 Mon Sep 17 00:00:00 2001 From: Alexander Mordvintesv Date: Sun, 5 Aug 2012 10:20:42 +0300 Subject: [PATCH] Added descriptions to PlaneTracker samples --- samples/python2/feature_homography.py | 9 +++++-- samples/python2/plane_ar.py | 22 ++++++++++++++++ samples/python2/plane_tracker.py | 37 ++++++++++++++++++++++++++- 3 files changed, 65 insertions(+), 3 deletions(-) diff --git a/samples/python2/feature_homography.py b/samples/python2/feature_homography.py index eec36d74e..21be4c7e0 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 [