@@ -48,8 +48,8 @@ class CV_EXPORTS_W EdgeDrawing : public Algorithm
4848 CV_PROP_RW int ScanInterval;
4949 /* * @brief minimun connected pixels length processed to create an edge segment.
5050
51- in gradient image, minimum connected pixels length processed to create an edge segment. pixels having upper value than GradientThresholdValue
52- will be processed. Default value is 10
51+ in gradient image, minimum connected pixels length processed to create an edge segment. pixels having upper value than GradientThresholdValue
52+ will be processed. Default value is 10
5353 */
5454 CV_PROP_RW int MinPathLength;
5555 // ! sigma value for internal GaussianBlur() function. Default value is 1.0
@@ -59,11 +59,11 @@ class CV_EXPORTS_W EdgeDrawing : public Algorithm
5959 CV_PROP_RW bool NFAValidation;
6060 // ! minimun line length to detect.
6161 CV_PROP_RW int MinLineLength;
62- // ! Default value is 6.0
62+ // ! Default value is 6.0
6363 CV_PROP_RW double MaxDistanceBetweenTwoLines;
64- // ! Default value is 1.0
64+ // ! Default value is 1.0
6565 CV_PROP_RW double LineFitErrorThreshold;
66- // ! Default value is 1.3
66+ // ! Default value is 1.3
6767 CV_PROP_RW double MaxErrorThreshold;
6868
6969 void read (const FileNode& fn);
@@ -111,7 +111,7 @@ class CV_EXPORTS_W EdgeDrawing : public Algorithm
111111 /* * @brief sets parameters.
112112
113113 this function is meant to be used for parameter setting in other languages than c++ like python.
114- @param parameters
114+ @param parameters
115115 */
116116 CV_WRAP void setParams (const EdgeDrawing::Params& parameters);
117117 virtual ~EdgeDrawing () { }
0 commit comments