fixed typo

This commit is contained in:
Ilya Lavrenov 2014-01-01 19:41:14 +04:00
parent 1c3bfae212
commit 0c49360318

View File

@ -224,7 +224,7 @@ CV_EXPORTS Ptr<HoughLinesDetector> createHoughLinesDetector(float rho, float the
////////////////////////////////////// //////////////////////////////////////
// HoughLinesP // HoughLinesP
//! 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
class CV_EXPORTS HoughSegmentDetector : public Algorithm class CV_EXPORTS HoughSegmentDetector : public Algorithm
{ {
public: public: