/* * video_homography.cpp * * Created on: Oct 18, 2010 * Author: erublee */ #include "opencv2/calib3d/calib3d.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include "opencv2/features2d/features2d.hpp" #include #include #include using namespace std; using namespace cv; void help(char **av) { cout << "\nThis program demonstrated the use of features2d with the Fast corner detector and brief descriptors\n" << "to track planar objects by computing their homography from the key (training) image to the query (test) image\n\n" << endl; cout << "usage: " << av[0] << "