Learned some examples of feature point matching, found that these feature points are detected automatically, in addition to coordinate also contains Angle information, such as
But I need to match the two groups of feature points is marked by hand, just 2 d coordinates of points, so how to use the opencv in criticizing or some way?
In addition I marked feature points is similar to the braille point
CodePudding user response:
Oh, this is similar to how braille some feature points matching compare?CodePudding user response:
Feature points matching cv2. DrawMatchesKnn ()
CodePudding user response:
The ORB feature point detection algorithm
CodePudding user response:
And image to extract the feature points matching is different, you said the ORB or other matching feature points, after to extract feature points and the feature points, and then you can use to describe information match, I said is the essence of lattice match, no description, is some point set out alone, such as brailleCodePudding user response:
Want to match or need to be described son ah, only some words will put some into a descriptor to matchCodePudding user response:
The