Package com.machinezoo.sourceafis

This package contains classes implementing SourceAFIS fingerprint recognition algorithm in Java. Fingerprint images are processed into FingerprintTemplate objects. Probe template is then converted to FingerprintMatcher and one or more candidate templates are fed to its FingerprintMatcher.match(FingerprintTemplate) method to obtain similarity scores.
See Also:
SourceAFIS for Java tutorial