First time here? Check out the FAQ!
answered 2017-04-06 15:13:09 -0600
First, convert the minutiea coordinates to a MatOfKeyPoint, then compute the (e.g. ORB) descriptors with a DescriptorExtractor. Now you can match them with a BFMatcher with e.g. knn.
MatOfKeyPoint
DescriptorExtractor
BFMatcher