diff --git a/modules/features2d/doc/common_interfaces_of_feature_detectors.rst b/modules/features2d/doc/common_interfaces_of_feature_detectors.rst index 51efca5ce..9f7b63095 100644 --- a/modules/features2d/doc/common_interfaces_of_feature_detectors.rst +++ b/modules/features2d/doc/common_interfaces_of_feature_detectors.rst @@ -144,6 +144,11 @@ Also a combined format is supported: feature detector adapter name ( ``"Grid"`` :ocv:class:`PyramidAdaptedFeatureDetector` ) + feature detector name (see above), 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 ` + * Add an initialisation function at the start of your code: `initModules_nonfree();` + FastFeatureDetector ------------------- .. ocv:class:: FastFeatureDetector : public FeatureDetector