Fix documentation problems found by check_docs2 script

This commit is contained in:
Andrey Kamaev
2013-02-20 14:38:16 +04:00
parent 637397f621
commit 9498856b22
9 changed files with 124 additions and 125 deletions

View File

@@ -7,7 +7,8 @@ FAST
----
Detects corners using the FAST algorithm
.. ocv:function:: void FAST( InputArray image, vector<KeyPoint>& keypoints, int threshold, bool nonmaxSupression=true, type=FastFeatureDetector::TYPE_9_16 )
.. ocv:function:: void FAST( InputArray image, vector<KeyPoint>& keypoints, int threshold, bool nonmaxSupression=true )
.. ocv:function:: void FAST( InputArray image, vector<KeyPoint>& keypoints, int threshold, bool nonmaxSupression, int type )
:param image: grayscale image where keypoints (corners) are detected.