Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst

This commit is contained in:
Ana Huaman
2011-08-12 18:30:20 +00:00
parent f803fc259b
commit 6b88d7a898
8 changed files with 139 additions and 3 deletions

View File

@@ -94,4 +94,4 @@ int main( int argc, char** argv )
* @function readme
*/
void readme()
{ std::cout << " Usage: ./SURF_descriptor <img1> <img2>" << std::endl; }
{ std::cout << " Usage: ./SURF_FlannMatcher <img1> <img2>" << std::endl; }