Merge pull request #2103 from ilya-lavrenov:typo

This commit is contained in:
Roman Donchenko 2014-01-09 12:38:55 +04:00 committed by OpenCV Buildbot
commit ea3dd9d5e7

View File

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