fixed bug in matchTemplate when template size is (1,1), refactored

This commit is contained in:
Alexey Spizhevoy
2010-12-14 09:53:17 +00:00
parent 1887b7d2e4
commit e7cf541f5f
2 changed files with 71 additions and 72 deletions

View File

@@ -51,7 +51,6 @@ const char* blacklist[] =
};
int main( int argc, char** argv )
{
return test_system.run( argc, argv, blacklist );
}