mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
fixed documentation missmatch for ORB
This commit is contained in:
parent
33d95642d3
commit
8c9a9f1c94
@ -60,7 +60,7 @@ ORB::ORB
|
||||
--------
|
||||
The ORB constructor
|
||||
|
||||
.. ocv:function:: ORB::ORB(int nfeatures = 500, float scaleFactor = 1.2f, int nlevels = 8, int edgeThreshold = 31, int firstLevel = 0, int WTA_K=2, int scoreType=HARRIS_SCORE, int patchSize=31)
|
||||
.. ocv:function:: ORB::ORB(int nfeatures = 500, float scaleFactor = 1.2f, int nlevels = 8, int edgeThreshold = 31, int firstLevel = 0, int WTA_K=2, int scoreType=ORB::HARRIS_SCORE, int patchSize=31)
|
||||
|
||||
:param nfeatures: The maximum number of features to retain.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user