Merge pull request #7065 from StevenPuttemans:fix_typo_features2d

This commit is contained in:
Alexander Alekhin 2016-08-08 11:39:25 +00:00
commit 443f302414

View File

@ -147,7 +147,7 @@ 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();`
* Add an initialisation function at the start of your code: `initModule_nonfree();`
FastFeatureDetector
-------------------