Merge pull request #1651 from ilya-lavrenov:misprint
This commit is contained in:
commit
599d51ec14
@ -482,7 +482,7 @@ CV_EXPORTS_W void HoughLines( InputArray image, OutputArray lines,
|
|||||||
double rho, double theta, int threshold,
|
double rho, double theta, int threshold,
|
||||||
double srn=0, double stn=0 );
|
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,
|
CV_EXPORTS_W void HoughLinesP( InputArray image, OutputArray lines,
|
||||||
double rho, double theta, int threshold,
|
double rho, double theta, int threshold,
|
||||||
double minLineLength=0, double maxLineGap=0 );
|
double minLineLength=0, double maxLineGap=0 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user