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.