SourceAFIS project ported from https://github.com/robertvazan/sourceafis-java to run on Android.
This is version 3.10.0
of original SourceAFIS Java version.
FingerprintImage.java
and ImageDecoder.java
are not ported due its complexity, and we don't need it.
You can get the latest build from Jitpack Maven repository.
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
dependencies {
implementation 'com.github.LintraMax:SourceAFIS-Android:v3.10.0'
}