Commit db9a0cfb authored by StevenPuttemans's avatar StevenPuttemans

add extra to FeatureDetector docs

parent 4f82b358
...@@ -144,6 +144,11 @@ Also a combined format is supported: feature detector adapter name ( ``"Grid"`` ...@@ -144,6 +144,11 @@ Also a combined format is supported: feature detector adapter name ( ``"Grid"``
:ocv:class:`PyramidAdaptedFeatureDetector` ) + feature detector name (see above), :ocv:class:`PyramidAdaptedFeatureDetector` ) + feature detector name (see above),
for example: ``"GridFAST"``, ``"PyramidSTAR"`` . for example: ``"GridFAST"``, ``"PyramidSTAR"`` .
.. note:: When using the SIFT and SURF detector types be sure to add the following lines to your code
* Add an extra include: `#include <opencv2/nonfree/nonfree.hpp>`
* Add an initialisation function at the start of your code: `initModules_nonfree();`
FastFeatureDetector FastFeatureDetector
------------------- -------------------
.. ocv:class:: FastFeatureDetector : public FeatureDetector .. ocv:class:: FastFeatureDetector : 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