jnbis
NIST Biometric Image Software (Java Implementation)
File Explorer
Download Latest Version (.zip)- ci.yaml
- release.yaml
- BitmapHandler.java
- FileHandler.java
- NistHandler.java
- WsqHandler.java
- FacialAndSmtImage.java
- HighResolutionBinaryFingerprint.java
- HighResolutionGrayscaleFingerprint.java
- IrisImage.java
- LowResolutionBinaryFingerprint.java
- LowResolutionGrayscaleFingerprint.java
- MinutiaeData.java
- SignatureImage.java
- TransactionInformation.java
- UserDefinedDescriptiveText.java
- UserDefinedImage.java
- UserDefinedTestingImage.java
- VariableResolutionFingerprint.java
- VariableResolutionLatentImage.java
- VariableResolutionPalmprint.java
- Bitmap.java
- Nist.java
- Jnbis.java
- FacialAndSmtImageReader.java
- HighResolutionBinaryFingerprintReader.java
- HighResolutionGrayscaleFingerprintReader.java
- IrisImageReader.java
- LowResolutionBinaryFingerprintReader.java
- LowResolutionGrayscaleFingerprintReader.java
- MinutiaeDataReader.java
- RecordReader.java
- RecordReaderFactory.java
- SignatureImageReader.java
- TransactionInfoReader.java
- UserDefinedImageReader.java
- UserDefinedTestingImageReader.java
- UserDefinedTextReader.java
- VariableResolutionFingerprintReader.java
- VariableResolutionLatentImageReader.java
- VariableResolutionPalmprintReader.java
- BaseGrayscaleFingerprintRecord.java
- BaseImageRecord.java
- BaseRecord.java
- BaseVariableResolutionImageRecord.java
- InternalNist.java
- NistDecoder.java
- NistHelper.java
- WsqDecoder.java
- WsqHelper.java
- CommonRecordsTest.java
- AnsiReferencesTest.java
- FileUtils.java
- ImageAssert.java
- SampleNistTest.java
- SampleWsqTest.java
- README
- rec01_rec02_rec16.nst.an2
- type-10-14-17-piv-index-iris.an2
- type-10-branded-tattoo-mark.an2
- type-10-sap10.an2
- type-10-scar-face-sap50.an2
- type-10-tattoo-face-sap20.an2
- type-10-tattoo-zoom.an2
- type-13-14-latent-match.an2
- type-13-tip-eji-j2l.an2
- type-13-tip-eji-wsq.an2
- type-14-amp-nqm-utf8.an2
- type-14-tip-eji-j2l.an2
- type-14-tip-eji-wsq.an2
- type-14-tpcard-nqm.an2
- type-15-palms.an2
- type-17-iris.an2
- type-3.an2
- type-4-14-slaps.an2
- type-4-slaps.an2
- type-4-tpcard.an2
- type-5.an2
- type-6.an2
- type-7-latent.an2
- type-8-sig-fax.an2
- type-8-sig-raw.an2
- type-8-sig.an2
- type-9-10-14.an2
- type-9-13-9-14-m1.an2
- type-9-13-m1.an2
- type-9-13-std.an2
- type-9-14-m1.an2
- type-9-14-std.an2
- type-9-4-iafis.an2
- fp-1.png
- fp-10.png
- fp-11.png
- fp-12.png
- fp-13.png
- fp-14.png
- fp-2.png
- fp-3.png
- fp-4.png
- fp-5.png
- fp-6.png
- fp-7.png
- fp-8.png
- fp-9.png
- sample.an2
- sample.gif
- sample.jpg
- sample.png
- sample.wsq
- .gitignore
- LICENSE
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mhshams/jnbis
Downloads the entire project code from GitHub to your computer.
cd jnbis
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
$ mvn package
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
