sourceafis-java icon indicating copy to clipboard operation
sourceafis-java copied to clipboard

Fingerprint recognition engine for Java that takes a pair of human fingerprint images and returns their similarity score. Supports efficient 1:N search.

Results 8 sourceafis-java issues
Sort by recently updated
recently updated
newest added

Hi, I wanna know if we could make fingerprints deduplication with this library?

Hi, I am trying to build an optical fingerprint sensor with this library. The idea is to have a camera take pictures of a finger through a window and match...

Hello, Thank you for this excellent library. I have tried it with Java and I could get right results when I compared two images which include fingerprint. I want to...

Hi, Could you please add support to the ISO19794-2 Compact Template. Best regards.

Is there a way to determine if a fingerprint is of value, meaning the image is good enough to be read/matched. Some use cases are: a partial fingerprint or may...

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...

I've scanned 2 fingerprints (Left Index and Left Middle), I've then converted Bitmap to byteArray (PNG, 100% quality, 500dpi). I've checked matching for LI - LM, LM-LI, LI-LI and LM-LM....

Hi, I've found that when I include the SourceAFIS SDK in my Android application, and then compile a release version of my app, the SourceAFIS SDK is adding about 12...