What does the distance attribute in DMatches mean?
问题 I have a short question: When I do feature-matching in OpenCV, what does the distance attribute mean of DMatches in MatOfMatches ? I know that I have to filter matches with bigger distance because they aren't as good as them with lower distance. But what is the meaning of this attribute? Is it a kind of deviation? 回答1: In this context, a feature is a point of interest on the image. In order to compare features, you "describe" them using a feature detector . Each feature is then associated to