AKAZEAsync extension

on

Methods

detectAndComputeAsync(Mat src, Mat mask) Future<(VecKeyPoint, Mat)>
DetectAndCompute keypoints and compute in an image using AKAZE.
detectAsync(Mat src) Future<VecKeyPoint>
Detect keypoints in an image using AKAZE.

Static Methods

emptyAsync() Future<AKAZE>
returns a new AKAZE algorithm