From f6f5b6035b6d0961e580246938f07cf4458d4095 Mon Sep 17 00:00:00 2001 From: laurentBerger Date: Thu, 7 May 2015 22:55:38 +0200 Subject: [PATCH] trailing whitespace --- samples/cpp/matchmethod_orb_akaze_brisk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/matchmethod_orb_akaze_brisk.cpp b/samples/cpp/matchmethod_orb_akaze_brisk.cpp index 072b1d6781..b14abfe515 100644 --- a/samples/cpp/matchmethod_orb_akaze_brisk.cpp +++ b/samples/cpp/matchmethod_orb_akaze_brisk.cpp @@ -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.