Doxygen tutorials: support contrib, some minor changes

This commit is contained in:
Maksim Shabunin
2014-12-01 19:22:04 +03:00
parent 4ccbd44559
commit d3beb755df
9 changed files with 73 additions and 33 deletions

View File

@@ -7,7 +7,7 @@ Goal
In this tutorial you will learn how to:
- Use the @ref cv::FeatureDetector interface in order to find interest points. Specifically:
- Use the @ref cv::xfeatures2d::SURF and its function @ref cv::xfeatures2d::SURF::detect to perform the
- Use the cv::xfeatures2d::SURF and its function cv::xfeatures2d::SURF::detect to perform the
detection process
- Use the function @ref cv::drawKeypoints to draw the detected keypoints