BRISKAsync extension
- on
Methods
-
detectAndComputeAsync(
Mat src, Mat mask) → Future< (VecKeyPoint, Mat)> -
Available on BRISK, provided by the BRISKAsync extension
DetectAndCompute keypoints and compute in an image using BRISK. -
detectAsync(
Mat src) → Future< VecKeyPoint> -
Available on BRISK, provided by the BRISKAsync extension
Detect keypoints in an image using BRISK.