Fixed FREAK on Android

This commit is contained in:
Andrey Kamaev
2012-06-25 11:19:11 +00:00
parent acc031aaba
commit ec3a7665b0
3 changed files with 3 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
using namespace cv;
void help( char** argv )
static void help( char** argv )
{
std::cout << "\nUsage: " << argv[0] << " [path/to/image1] [path/to/image2] \n"
<< "This is an example on how to use the keypoint descriptor presented in the following paper: \n"