1 | initial version |
try a
>>> help(cv2.FlannBasedMatcher)
and you'll see:
knnMatch(...)
knnMatch(queryDescriptors, trainDescriptors, k[, mask[, compactResult]]) -> matches
. @brief Finds the k best matches for each descriptor from a query set.
so, simple, silly typo on your side ;)