AKAZEAsync extension

on

Methods

detectAndComputeAsync(Mat src, Mat mask) Future<(VecKeyPoint, Mat)>

Available on AKAZE, provided by the AKAZEAsync extension

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

Available on AKAZE, provided by the AKAZEAsync extension

Detect keypoints in an image using AKAZE.

Static Methods

emptyAsync() Future<AKAZE>

Available on AKAZE, provided by the AKAZEAsync extension

returns a new AKAZE algorithm