ORBAsync extension

on

Methods

detectAndComputeAsync(Mat src, Mat mask) 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.

Static Methods

createAsync({int nFeatures = 500, double scaleFactor = 1.2, int nLevels = 8, int edgeThreshold = 31, int firstLevel = 0, int WTA_K = 2, ORBScoreType scoreType = ORBScoreType.HARRIS_SCORE, int patchSize = 31, int fastThreshold = 20}) Future<ORB>

Available on ORB, provided by the ORBAsync extension

NewORBWithParams returns a new ORB algorithm with parameters
emptyAsync() Future<ORB>

Available on ORB, provided by the ORBAsync extension

returns a new ORB algorithm