|
Evaluation of Latent Friction Ridge Technology
API for participating in NIST's evaluation of latent friction ridge identification algorithms.
|
Elements of a candidate list. More...
#include <elft.h>
Public Member Functions | |
| Candidate (const std::string &identifier={}, const FrictionRidgeGeneralizedPosition frgp={}, const double similarity={}) | |
| Candidate constructor. | |
| bool | operator== (const Candidate &rhs) const |
| bool | operator!= (const Candidate &rhs) const |
| bool | operator< (const Candidate &rhs) const |
| bool | operator<= (const Candidate &rhs) const |
| bool | operator> (const Candidate &rhs) const |
| bool | operator>= (const Candidate &rhs) const |
Public Attributes | |
| std::string | identifier {} |
| Identifier of the sample in the reference database. | |
| FrictionRidgeGeneralizedPosition | frgp {} |
| Most localized position in the identifier. | |
| double | similarity {} |
| Quantification of probe's similarity to reference sample. | |
| ELFT::Candidate::Candidate | ( | const std::string & | identifier = {}, |
| const FrictionRidgeGeneralizedPosition | frgp = {}, | ||
| const double | similarity = {} ) |
Candidate constructor.
| identifier | Identifier of the sample in the reference database. |
| frgp | Most localized position in the identifier. |
| similarity | Quantification of probe's similarity to reference sample. |
Definition at line 62 of file libelft.cpp.
| bool ELFT::Candidate::operator== | ( | const Candidate & | rhs | ) | const |
Definition at line 74 of file libelft.cpp.
| bool ELFT::Candidate::operator!= | ( | const Candidate & | rhs | ) | const |
Definition at line 84 of file libelft.cpp.
| bool ELFT::Candidate::operator< | ( | const Candidate & | rhs | ) | const |
Definition at line 91 of file libelft.cpp.
| bool ELFT::Candidate::operator<= | ( | const Candidate & | rhs | ) | const |
Definition at line 115 of file libelft.cpp.
| bool ELFT::Candidate::operator> | ( | const Candidate & | rhs | ) | const |
Definition at line 124 of file libelft.cpp.
| bool ELFT::Candidate::operator>= | ( | const Candidate & | rhs | ) | const |
Definition at line 132 of file libelft.cpp.
| std::string ELFT::Candidate::identifier {} |
| FrictionRidgeGeneralizedPosition ELFT::Candidate::frgp {} |
| double ELFT::Candidate::similarity {} |