FastFeatureDetectorAsync extension

on

Methods

detectAsync(Mat src) Future<VecKeyPoint>
Detect keypoints in an image using FastFeatureDetector.

Static Methods

createAsync({int threshold = 10, bool nonmaxSuppression = true, FastFeatureDetectorType type = FastFeatureDetectorType.TYPE_9_16}) Future<FastFeatureDetector>
returns a new FastFeatureDetector algorithm with parameters
emptyAsync() Future<FastFeatureDetector>
returns a new FastFeatureDetector algorithm