revamped
This commit is contained in:
parent
7c5a1a75b7
commit
43a74f40c0
@ -22,7 +22,7 @@ void help(char **av)
|
|||||||
{
|
{
|
||||||
cerr << "usage: " << av[0] << " im1.jpg im2.jpg"
|
cerr << "usage: " << av[0] << " im1.jpg im2.jpg"
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<< "This program shows how to use brief to match points in features2d\n"
|
<< "This program shows how to use BRIEF descriptor to match points in features2d\n"
|
||||||
<< "It takes in two images, finds keypoints and matches them displaying matches and final homography warped results\n"
|
<< "It takes in two images, finds keypoints and matches them displaying matches and final homography warped results\n"
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user