FastFeatureDetectorAsync extension
Methods
-
detectAsync(
Mat src) → Future< VecKeyPoint> -
Available on FastFeatureDetector, provided by the FastFeatureDetectorAsync extension
Detect keypoints in an image using FastFeatureDetector.
Static Methods
-
createAsync(
{int threshold = 10, bool nonmaxSuppression = true, FastFeatureDetectorType type = FastFeatureDetectorType.TYPE_9_16}) → Future< FastFeatureDetector> -
Available on FastFeatureDetector, provided by the FastFeatureDetectorAsync extension
returns a new FastFeatureDetector algorithm with parameters -
emptyAsync(
) → Future< FastFeatureDetector> -
Available on FastFeatureDetector, provided by the FastFeatureDetectorAsync extension
returns a new FastFeatureDetector algorithm