ORBAsync extension

on

Methods

detectAndComputeAsync(Mat src, Mat mask, {VecKeyPoint? keypoints, Mat? description, bool useProvidedKeypoints = false}) Future<(VecKeyPoint, Mat)>

Available on ORB, provided by the ORBAsync extension

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

Available on ORB, provided by the ORBAsync extension

Detect keypoints in an image using ORB.