BFMatcherAsync extension
- on
Methods
-
knnMatchAsync(
Mat query, Mat train, int k) → Future< VecVecDMatch> - KnnMatch Finds the k best matches for each descriptor from a query set.
-
matchAsync(
Mat query, Mat train) → Future< VecDMatch> - Match Finds the best match for each descriptor from a query set.
Static Methods
-
createAsync(
{int type = NORM_L2, bool crossCheck = false}) → Future< BFMatcher> -
emptyAsync(
) → Future< BFMatcher> - returns a new BFMatcher algorithm