Commit f6f5b603 authored by laurentBerger's avatar laurentBerger

trailing whitespace

parent 966d5076
...@@ -102,7 +102,7 @@ int main(int argc, char *argv[]) ...@@ -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 << "It's strange. You should use Hamming distance only for a binary descriptor\n";
cout << "**************************************************************************\n"; cout << "**************************************************************************\n";
} }
try try
{ {
descriptorMatcher->match(descImg1, descImg2, matches, Mat()); descriptorMatcher->match(descImg1, descImg2, matches, Mat());
// Keep best matches only to have a nice drawing. // Keep best matches only to have a nice drawing.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment