Fix documentation problems found by check_docs2 script

This commit is contained in:
Andrey Kamaev
2013-02-20 14:38:16 +04:00
parent 637397f621
commit 9498856b22
9 changed files with 124 additions and 125 deletions

View File

@@ -881,7 +881,7 @@ CV_EXPORTS void HoughCirclesDownload(const GpuMat& d_circles, OutputArray h_circ
//! finds arbitrary template in the grayscale image using Generalized Hough Transform
//! Ballard, D.H. (1981). Generalizing the Hough transform to detect arbitrary shapes. Pattern Recognition 13 (2): 111-122.
//! Guil, N., González-Linares, J.M. and Zapata, E.L. (1999). Bidimensional shape detection using an invariant approach. Pattern Recognition 32 (6): 1025-1038.
class CV_EXPORTS GeneralizedHough_GPU : public Algorithm
class CV_EXPORTS GeneralizedHough_GPU : public cv::Algorithm
{
public:
static Ptr<GeneralizedHough_GPU> create(int method);
@@ -1554,7 +1554,7 @@ protected:
};
// Implementation of soft (stage-less) cascaded detector.
class CV_EXPORTS SCascade : public Algorithm
class CV_EXPORTS SCascade : public cv::Algorithm
{
public: