mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
fix small typo
This commit is contained in:
parent
6d9c6e9c7a
commit
79d8d0da3b
@ -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
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user