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

Esse commit está contido em:
Ana Huaman
2011-08-12 18:30:20 +00:00
commit 6b88d7a898
8 arquivos alterados com 139 adições e 3 exclusões
@@ -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; }