Ask Your Question

hammu's profile - activity

2017-04-06 15:27:29 -0600 answered a question How to make matching by minutiae

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.