KAZEAsync extension

on

Methods

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