KAZEAsync extension

on

Methods

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

Available on KAZE, provided by the KAZEAsync extension

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

Available on KAZE, provided by the KAZEAsync extension

Detect keypoints in an image using KAZE.