trailing whitespace

This commit is contained in:
laurentBerger 2015-05-07 22:55:38 +02:00
parent 966d50762d
commit f6f5b6035b

View File

@ -102,7 +102,7 @@ int main(int argc, char *argv[])
cout << "It's strange. You should use Hamming distance only for a binary descriptor\n";
cout << "**************************************************************************\n";
}
try
try
{
descriptorMatcher->match(descImg1, descImg2, matches, Mat());
// Keep best matches only to have a nice drawing.