mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
revamped
This commit is contained in:
parent
43a74f40c0
commit
282a9f8521
@ -18,7 +18,7 @@ using namespace cv;
|
||||
|
||||
void help(char **av)
|
||||
{
|
||||
cout << "\n This program demonstrated the use of features2d with the Fast corner detector and brief descriptors\n"
|
||||
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] << " <video device number>\n" << endl;
|
||||
cout << "The following keys do stuff:" << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user