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