From: StevenPuttemans Date: Tue, 23 Jul 2013 06:49:25 +0000 (+0200) Subject: Fixed bug 3166 - added paper reference to stardetector code X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~1134^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a92feafc49e9d1db6929dd9e33fd15f12cf90267;p=platform%2Fupstream%2Fopencv.git Fixed bug 3166 - added paper reference to stardetector code --- diff --git a/modules/features2d/doc/common_interfaces_of_feature_detectors.rst b/modules/features2d/doc/common_interfaces_of_feature_detectors.rst index 81c72d3..1358e69 100644 --- a/modules/features2d/doc/common_interfaces_of_feature_detectors.rst +++ b/modules/features2d/doc/common_interfaces_of_feature_detectors.rst @@ -220,7 +220,7 @@ StarFeatureDetector ------------------- .. ocv:class:: StarFeatureDetector : public FeatureDetector -The class implements the keypoint detector introduced by K. Konolige, synonym of ``StarDetector``. :: +The class implements the keypoint detector introduced by [Agrawal08_], synonym of ``StarDetector``. :: class StarFeatureDetector : public FeatureDetector { @@ -234,6 +234,9 @@ The class implements the keypoint detector introduced by K. Konolige, synonym of ... }; +.. [Agrawal08] Agrawal, M., Konolige, K., & Blas, M. R. (2008). Censure: Center surround extremas for realtime feature detection and matching. In Computer Vision–ECCV 2008 (pp. 102-115). Springer Berlin Heidelberg. + + DenseFeatureDetector -------------------- .. ocv:class:: DenseFeatureDetector : public FeatureDetector