Releases: usnistgov/elft
Releases · usnistgov/elft
ELFT Validation (202404051110)
- Extra checks for proper inclusion of dependent libraries.
- Several additional checks to help make spot unintended errors in your algorithms:
- Duplicate entries in candidate lists (candidate ID + friction ridge position)
- Specifying likely-invalid friction ridge positions in candidate list.
- Improved warning/error messages:
- Warnings that come from some of the "nonsensical" images we include are omitted.
- Use relative path names in more messages.
ELFT Validation (202310021440)
[NEW] Check RPATH in addition to RUNPATH.
[NEW] Nonsensical images.
[FIX] Check for correct number of probes during search.
ELFT Validation (202304051521)
- [NEW] Alphanumerically sort reference identifiers before creating the TemplateArchive for createReferenceDatabase(). This should allow for more deterministic behavior when creating some types of enrollment databases as well as candidate lists when the order of enrollment into the database is important.
- [NEW] Logs CPU and RAM information to
compile.log
.
ELFT Validation (202211011543)
- Enforce API version patch level to be identical
- Check that core library name and version matches the string that is compiled into each library
- Check that
SearchInterface::getIdentification()
can be called whendatabaseDirectory
does not exist - Print URL to upload submission
- Fix typos
ELFT Validation (202202141510)
Update validation for Ubuntu 20.04.03 LTS and other minor changes.
ELFT Validation (202106071455)
- [FIX] New
load()
API was not called. - [FIX] Don't write ".tmpl" suffix to manifest.
ELFT Validation (202105181356)
- [CHG]
createReferenceDatabase
provides templates in aTemplateArchive
. - [NEW]
SearchInterface::load()
method: reference databases are no longer provided in RAM. - [CHG] Improved method signatures to return
Correspondence
. - [NEW] Return extracted
TemplateData
andCorrespondence
fromcreateTemplate()
andsearch()
respectively. - [NEW] Complexity indicator.
- [NEW]
CorrespondenceType
can now be set. - [CHG]
Correspondence
now must havestring
identifier set.
ELFT Validation (202104271155)
- [FIX] Candidate lists are properly sorted.
- [FIX] Quotes a few additional columns in output for easier parsing.
- [FIX] Typos in
elft.h
. - [NEW] ROI example.
Note: This updates the API to version 1.1, which adds/changes comparators for Coordinate
and Candidate
in libelft
.
ELFT Validation (202104021008)
- [NEW] Sample data with examiner features from an image.
- [NEW] Sample probes supporting "same individual, different finger" scenario.
ELFT Validation (202103231629)
- [FIX] Explicitly set
--enable-new-dtags
linker flag.