robertvazan / sourceafis-net

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

Image quality #11

Open paulojoao opened 3 years ago

paulojoao commented 3 years ago

Hi,

SourceAFIS-net provides a mechanism to check fingerprint image quality?

robertvazan commented 3 years ago

Not at the moment. You can use opensource NFIQ or NFIQ2.

h3x0r-official commented 7 months ago

what is the ideal image quality or format of the fingerprint?

robertvazan commented 7 months ago

@h3x0r-official Image format and visual quality do not matter as much as number of minutiae on the fingerprint. The bigger the fingerprint. the better the quality.

h3x0r-official commented 7 months ago

Alright Thanks.