First time here? Check out the FAQ!
answered 2018-05-31 09:25:30 -0600
but if you use knnMatch, it will return a list of (the best) K matches.
using match instead will return a single list of matches. (that's probably, what you expected)
updated 2018-05-31 09:31:23 -0600
but if you use knnMatch, it will return a list of (the best) K matches.matches instead of a single DMatch.
updated 2018-05-31 09:34:04 -0600
if you use knnMatch, it will return a list of (the best) K matches instead of a single DMatch.DMatch. (K=2 was chosen in your example)