Slap Fingerprint Segmentation Evaluation III
API for participating in NIST's evaluation of slap fingerprint segmentation algorithms.
Slap Fingerprint Segmentation Evaluation III

Overview

This is the API that must be implemented to participate in the National Institute of Standards and Technology (NIST)'s Slap Fingerprint Segmentation III Evaluation (SlapSegIII).

Implementation

A pure-virtual (abstract) class called SlapSegIII::Interface has been created. Participants must implement all methods of SlapSegIII::Interface in a subclass, and submit this implementation as a shared library. The name of the library must follow the instructions outlined in the test plan, and be identical to the information returned from SlapSegIII::Interface::getIdentification(). A test application will link against the submitted library, instantiate an instance of the implementation by calling SlapSegIII::Interface::getImplementation(), and perform various segmentation operations.

Contact

Additional information regarding the Slap Fingerprint Segmentation Evaluation by emailing the test liaisons at slaps.nosp@m.eg@n.nosp@m.ist.g.nosp@m.ov.

License

This software was developed at NIST by employees of the Federal Government in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code, this software is not subject to copyright protection and is in the public domain. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic.