:param image:Image where keypoints (corners) are detected.
@ -17,6 +17,8 @@ Detects corners using the FAST algorithm
:param nonmaxSupression:If it is true, non-maximum suppression is applied to detected corners (keypoints).
:param type:one of the three neighborhoods as defined in the paper: ``FastFeatureDetector::TYPE_9_16``, ``FastFeatureDetector::TYPE_7_12``, ``FastFeatureDetector::TYPE_5_8``
Detects corners using the FAST algorithm by [Rosten06]_.
..[Rosten06] E. Rosten. Machine Learning for High-speed Corner Detection, 2006.