Skip to content

Releases: usnistgov/elft

ELFT Validation (202404051110)

05 Apr 18:41
validation-202404051110
a50cef1
Compare
Choose a tag to compare
  • 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)

04 Oct 16:47
validaiton-202310021440
340d291
Compare
Choose a tag to compare

[NEW] Check RPATH in addition to RUNPATH.
[NEW] Nonsensical images.
[FIX] Check for correct number of probes during search.

ELFT Validation (202304051521)

05 Apr 19:44
validation-202304051521
dd80cce
Compare
Choose a tag to compare
  • [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)

01 Nov 18:28
validation-202211011543
cf7f41b
Compare
Choose a tag to compare
  • 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 when databaseDirectory does not exist
  • Print URL to upload submission
  • Fix typos

ELFT Validation (202202141510)

14 Feb 20:24
validation-202202141510
66679aa
Compare
Choose a tag to compare

Update validation for Ubuntu 20.04.03 LTS and other minor changes.

ELFT Validation (202106071455)

07 Jun 19:23
validation-202106071455
03ae628
Compare
Choose a tag to compare
  • [FIX] New load() API was not called.
  • [FIX] Don't write ".tmpl" suffix to manifest.

ELFT Validation (202105181356)

18 May 19:20
validation-202105181356
2257cf7
Compare
Choose a tag to compare
  • [CHG] createReferenceDatabase provides templates in a TemplateArchive.
  • [NEW] SearchInterface::load() method: reference databases are no longer provided in RAM.
  • [CHG] Improved method signatures to return Correspondence.
  • [NEW] Return extracted TemplateData and Correspondence from createTemplate() and search() respectively.
  • [NEW] Complexity indicator.
  • [NEW] CorrespondenceType can now be set.
  • [CHG] Correspondence now must have string identifier set.

ELFT Validation (202104271155)

27 Apr 16:05
validation-202104271155
0bf5292
Compare
Choose a tag to compare
  • [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)

02 Apr 14:12
validation-202104021008
e84915f
Compare
Choose a tag to compare
  • [NEW] Sample data with examiner features from an image.
  • [NEW] Sample probes supporting "same individual, different finger" scenario.

ELFT Validation (202103231629)

23 Mar 20:34
validation-202103231629
069b9dc
Compare
Choose a tag to compare
  • [FIX] Explicitly set --enable-new-dtags linker flag.