FastFeatureDetectorAsync extension
Methods
-
detectAndComputeAsync(
Mat src, Mat mask, {Mat? descriptors, VecKeyPoint? keypoints, bool useProvidedKeypoints = false}) → Future< (VecKeyPoint, Mat)> -
Available on FastFeatureDetector, provided by the FastFeatureDetectorAsync extension
DetectAndCompute keypoints and compute in an image using AKAZE. -
detectAsync(
Mat src, {VecKeyPoint? keypoints, Mat? mask}) → Future< VecKeyPoint> -
Available on FastFeatureDetector, provided by the FastFeatureDetectorAsync extension
Detect keypoints in an image using FastFeatureDetector.