From 0c49360318111360c12f8cc7857983cda64bff7b Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Wed, 1 Jan 2014 19:41:14 +0400 Subject: [PATCH] fixed typo --- modules/cudaimgproc/include/opencv2/cudaimgproc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp b/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp index be141b1..d451b93 100644 --- a/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp +++ b/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp @@ -224,7 +224,7 @@ CV_EXPORTS Ptr 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: -- 2.7.4