From db9a0cfbc079cf2cf0c95f6fe45e1227422db578 Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Mon, 15 Dec 2014 11:31:18 +0100 Subject: [PATCH] add extra to FeatureDetector docs --- modules/features2d/doc/common_interfaces_of_feature_detectors.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/features2d/doc/common_interfaces_of_feature_detectors.rst b/modules/features2d/doc/common_interfaces_of_feature_detectors.rst index 51efca5..9f7b630 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 -- 2.7.4