1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 00:01:17 +08:00

Merge pull request #185 from mshabunin/remove-docs

Removed sphinx documentation
This commit is contained in:
Vadim Pisarevsky
2015-03-16 13:07:31 +03:00
185 changed files with 1948 additions and 10761 deletions

View File

@@ -131,7 +131,7 @@ struct CV_EXPORTS WaldBoostParams
{}
};
/** @brief WaldBoost object detector from @cite Sochman05
/** @brief WaldBoost object detector from @cite Sochman05 .
*/
class CV_EXPORTS WaldBoost : public Algorithm
{
@@ -179,7 +179,7 @@ struct CV_EXPORTS ICFDetectorParams
{}
};
/** @brief Integral Channel Features from @cite Dollar09
/** @brief Integral Channel Features from @cite Dollar09 .
*/
class CV_EXPORTS ICFDetector
{