diff --git a/samples/cpp/exampleBLOB.cpp b/samples/cpp/exampleBLOB.cpp index 25a575540f..de6f0c6077 100644 --- a/samples/cpp/exampleBLOB.cpp +++ b/samples/cpp/exampleBLOB.cpp @@ -175,7 +175,7 @@ int main(int argc, char *argv[]) label = Legende(*itBLOB); itBLOB++; } - try + try { // We can detect keypoint with detect method vector keyImg; @@ -204,7 +204,3 @@ int main(int argc, char *argv[]) } return 0; } - - - -