From 8c9a9f1c9422bbb8c05f6705fd185cac828c81bd Mon Sep 17 00:00:00 2001 From: Marina Kolpakova Date: Sun, 8 Jul 2012 18:26:23 +0000 Subject: [PATCH] fixed documentation missmatch for ORB --- modules/features2d/doc/feature_detection_and_description.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features2d/doc/feature_detection_and_description.rst b/modules/features2d/doc/feature_detection_and_description.rst index 0fcaf0243f..062228ee29 100644 --- a/modules/features2d/doc/feature_detection_and_description.rst +++ b/modules/features2d/doc/feature_detection_and_description.rst @@ -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.