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

Doxygen tutorials support

This commit is contained in:
Maksim Shabunin
2014-12-01 19:20:12 +03:00
parent 312c8fa7e1
commit 61f36de542
61 changed files with 1372 additions and 558 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
{
@@ -190,7 +190,7 @@ struct CV_EXPORTS ICFDetectorParams
{}
};
/** @brief Integral Channel Features from @cite Dollar09
/** @brief Integral Channel Features from @cite Dollar09 .
*/
class CV_EXPORTS ICFDetector
{