mirror of
https://github.com/opencv/opencv.git
synced 2025-07-20 19:17:36 +08:00
Fixing a bug
This commit is contained in:
parent
b21314bccd
commit
ed9e63c8e5
@ -9,7 +9,7 @@ int main(int argc, char** argv)
|
||||
{
|
||||
if(argc != 3)
|
||||
{
|
||||
printf("Usage: matches_simple <image1> <image2>\n");
|
||||
printf("Usage: matcher_simple <image1> <image2>\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user