SIFTAsync extension

on

Methods

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

Available on SIFT, provided by the SIFTAsync extension

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

Available on SIFT, provided by the SIFTAsync extension

Detect keypoints in an image using SIFT.