OpenCV FAST operation. Why use FAST instead of FastFeatureDetector

the difference is only in the interface
( FastFeatureDetector::detect() calls FAST() internally)

1 Like