| 
    Slap Fingerprint Segmentation Evaluation III
    
   API for participating in NIST's evaluation of slap fingerprint segmentation algorithms. 
   | 
 
Information identifying this submission. More...
#include <slapsegiii.h>

Public Member Functions | |
| SubmissionIdentification () | |
| Default constructor.  More... | |
| SubmissionIdentification (const std::string &libraryIdentifier, const uint16_t version, const std::string &marketingIdentifier="") | |
| SubmissionIdentification constructor.  More... | |
Public Attributes | |
| uint16_t | version {} | 
| Version number for this submission.  More... | |
| std::string | libraryIdentifier {} | 
| Identifier for this submission.  More... | |
| std::string | marketingIdentifier {} | 
| Marketing name for this submission.  More... | |
Information identifying this submission.
Definition at line 381 of file slapsegiii.h.
| SlapSegIII::SubmissionIdentification::SubmissionIdentification | ( | ) | 
Default constructor.
Definition at line 78 of file libslapsegiii.cpp.
| SlapSegIII::SubmissionIdentification::SubmissionIdentification | ( | const std::string & | libraryIdentifier, | 
| const uint16_t | version, | ||
| const std::string & | marketingIdentifier = ""  | 
        ||
| ) | 
SubmissionIdentification constructor.
| libraryIdentifier | Identifier for this submission. | 
| version | Unique version number for this submission. | 
| marketingIdentifier | Optional marketing name for this submission. | 
Definition at line 83 of file libslapsegiii.cpp.
| uint16_t SlapSegIII::SubmissionIdentification::version {} | 
Version number for this submission.
Must be unique with every new submission. Must match the final underscore-delimited token of the filename of the core library.
Definition at line 411 of file slapsegiii.h.
| std::string SlapSegIII::SubmissionIdentification::libraryIdentifier {} | 
Identifier for this submission.
Should be the same for all submissions from the same organization. Case-sensitive. Must match the regular expression "[:alnum:]+". Must be the same as the second underscore-delimited token of the filename of the core library.
Definition at line 423 of file slapsegiii.h.
| std::string SlapSegIII::SubmissionIdentification::marketingIdentifier {} | 
Marketing name for this submission.
Optional. Must match the regular expression "[[:graph:] ]*".
Definition at line 431 of file slapsegiii.h.
 1.9.3