BRISKAsync extension

on

Methods

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

Static Methods

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