| License |
License |
|---|---|
| GroupId | GroupIdcom.machinezoo.sourceafis |
| ArtifactId | ArtifactIdsourceafis |
| Last Version | Last Version3.16.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSourceAFIS
Fingerprint recognition engine that takes a pair of human fingerprint images and returns their similarity score. Supports efficient 1:N search.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sourceafis-3.16.1.pom | |
| sourceafis-3.16.1.jar | 128 KB |
| sourceafis-3.16.1-sources.jar | 61 KB |
| sourceafis-3.16.1-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.machinezoo.sourceafis/sourceafis/ -->
<dependency>
<groupId>com.machinezoo.sourceafis</groupId>
<artifactId>sourceafis</artifactId>
<version>3.16.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.machinezoo.sourceafis/sourceafis/
implementation 'com.machinezoo.sourceafis:sourceafis:3.16.1'
// https://jarcasting.com/artifacts/com.machinezoo.sourceafis/sourceafis/
implementation ("com.machinezoo.sourceafis:sourceafis:3.16.1")
'com.machinezoo.sourceafis:sourceafis:jar:3.16.1'
<dependency org="com.machinezoo.sourceafis" name="sourceafis" rev="3.16.1">
<artifact name="sourceafis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.machinezoo.sourceafis', module='sourceafis', version='3.16.1')
)
libraryDependencies += "com.machinezoo.sourceafis" % "sourceafis" % "3.16.1"
[com.machinezoo.sourceafis/sourceafis "3.16.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.machinezoo.stagean : stagean | jar | 1.2.0 |
| com.machinezoo.fingerprintio : fingerprintio | jar | 1.3.0 |
| it.unimi.dsi : fastutil | jar | 8.5.6 |
| commons-io : commons-io | jar | 2.11.0 |
| com.google.code.gson : gson | jar | 2.8.9 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-cbor | jar | 2.13.1 |
| com.github.mhshams : jnbis | jar | 2.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.hamcrest : hamcrest | jar | 2.2 |