SIFTAsync extension

on

Methods

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

Static Methods

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