robertvazan / sourceafis-java

Fingerprint recognition engine for Java that takes a pair of human fingerprint images and returns their similarity score. Supports efficient 1:N search.
https://sourceafis.machinezoo.com/java
Apache License 2.0
245 stars 100 forks source link

Template fusion #19

Open lucaspcamargo opened 4 years ago

lucaspcamargo commented 4 years ago

Is there a way to create a template for matching from multiple input images? And would that even make a difference? I have often seen in commercial packages a way of combining templates from multiple images (of the same finger) when "enrolling" a fingerprint, in order to create an enhanced template with good data, for matching. Would that be possible with SourceAFIS? Or even desirable?

robertvazan commented 4 years ago

This is called template fusion. It's one of the features considered for future development:

https://sourceafis.machinezoo.com/custom#fusion

I will keep this issue open as a reminder about this feature request.