Ask Your Question

Revision history [back]

click to hide/show revision 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 ;)