X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FShapeRecognition%2FShapeRec_FeatureDetector.cxx;fp=src%2FShapeRecognition%2FShapeRec_FeatureDetector.cxx;h=5f1547c9b2ae22d9d02f9ed1dce33bde88a96eb2;hb=888b3b52e179ae1505352d56ba63477275693919;hp=af6df93cf41209c3944dada7ee4d2c7d7d5ef87e;hpb=66be812a4e054626003ed898e018cb375aeffd5f;p=modules%2Fgeom.git diff --git a/src/ShapeRecognition/ShapeRec_FeatureDetector.cxx b/src/ShapeRecognition/ShapeRec_FeatureDetector.cxx index af6df93cf..5f1547c9b 100644 --- a/src/ShapeRecognition/ShapeRec_FeatureDetector.cxx +++ b/src/ShapeRecognition/ShapeRec_FeatureDetector.cxx @@ -257,7 +257,7 @@ bool ShapeRec_FeatureDetector::ComputeContours( bool useROI, ShapeRec_Parameters Computes the lines in the image located at imagePath */ bool ShapeRec_FeatureDetector::ComputeLines(){ - MESSAGE("ShapeRec_FeatureDetector::ComputeLines()") + MESSAGE("ShapeRec_FeatureDetector::ComputeLines()"); // Initialising images cv::Mat src, src_gray, detected_edges, dst;