/android-nfiq-calc

Seamfix Android SDK that is used to calculate the NFIQ of a captured fingerprint image. Project is an Android (Java) implementation of a C-based NFIQ calculator found here https://github.com/lessandro/nbis

Primary LanguageCApache License 2.0Apache-2.0

android-nfiq-calc

Seamfix Android SDK that is used to calculate the NFIQ of a captured fingerprint image. Project is an Android (Kotlin) implementation of a C-based NFIQ calculator found here https://github.com/lessandro/nbis

Usage

NFIQUtil.calculateNFIQUsingBitmap(context: Context, bitmap: Bitmap)

or

NFIQUtil.calculateNFIQUsingRawBytes(rawBytes: ByteArray, imageWidth: Int, imageHeight: Int)