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.