misprint
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Sat, 19 Oct 2013 18:59:47 +0000 (22:59 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Sat, 19 Oct 2013 18:59:47 +0000 (22:59 +0400)
modules/imgproc/include/opencv2/imgproc/imgproc.hpp

index 1981a61..05af41c 100644 (file)
@@ -482,7 +482,7 @@ CV_EXPORTS_W void HoughLines( InputArray image, OutputArray lines,
                               double rho, double theta, int threshold,
                               double srn=0, double stn=0 );
 
-//! finds line segments in the black-n-white image using probabalistic Hough transform
+//! finds line segments in the black-n-white image using probabilistic Hough transform
 CV_EXPORTS_W void HoughLinesP( InputArray image, OutputArray lines,
                                double rho, double theta, int threshold,
                                double minLineLength=0, double maxLineGap=0 );