ORBAsync extension
- on
Methods
-
detectAndComputeAsync(
Mat src, Mat mask, {VecKeyPoint? keypoints, Mat? description, bool useProvidedKeypoints = false}) → Future< (VecKeyPoint, Mat)> - DetectAndCompute keypoints and compute in an image using ORB.
-
detectAsync(
Mat src) → Future< VecKeyPoint> - Detect keypoints in an image using ORB.