Commit 79d8d0da authored by StevenPuttemans's avatar StevenPuttemans

fix small typo

parent 6d9c6e9c
......@@ -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
-------------------
......
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