Commit 6a77bfb5 authored by Andrey Pavlenko's avatar Andrey Pavlenko Committed by OpenCV Buildbot

Merge pull request #1172 from StevenPuttemans:bugfix_3166_24

parents 646e817b 194af062
...@@ -220,7 +220,7 @@ StarFeatureDetector ...@@ -220,7 +220,7 @@ StarFeatureDetector
------------------- -------------------
.. ocv:class:: StarFeatureDetector : public FeatureDetector .. 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 class StarFeatureDetector : public FeatureDetector
{ {
...@@ -234,6 +234,9 @@ The class implements the keypoint detector introduced by K. Konolige, synonym of ...@@ -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 DenseFeatureDetector
-------------------- --------------------
.. ocv:class:: DenseFeatureDetector : public FeatureDetector .. ocv:class:: DenseFeatureDetector : public FeatureDetector
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment