NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
Classes | |
class | AN2KView |
A class to represent single biometric view and derived information. More... | |
class | AN2KViewVariableResolution |
A class to represent single view based on an ANSI/NIST record. More... | |
class | View |
A class to represent single biometric element view. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const AN2KView::DeviceMonitoringMode &kind) |
Output stream overload for DeviceMonitoringMode. More... | |
std::ostream & | operator<< (std::ostream &s, const AN2KViewVariableResolution::AN2KQualityMetric &qm) |
Output stream overload for AN2KQualityMetric. More... | |
std::ostream & | operator<< (std::ostream &stream, const AN2KViewVariableResolution::PrintPositionCoordinate &ppc) |
Output stream overload for PrintPositionCoordinate. More... | |
View information.
The View package gathers all classes and other items that are related to a biometric view, which represents an image and all information derived from that image, such as fingerprint minutiae.
std::ostream & BiometricEvaluation::View::operator<< | ( | std::ostream & | stream, |
const AN2KView::DeviceMonitoringMode & | kind | ||
) |
Output stream overload for DeviceMonitoringMode.
std::ostream & BiometricEvaluation::View::operator<< | ( | std::ostream & | s, |
const AN2KViewVariableResolution::AN2KQualityMetric & | qm | ||
) |
Output stream overload for AN2KQualityMetric.
[in] | s | Stream on which to append formatted AN2KQualityMetric information. |
[in] | qm | AN2KQualityMetric information to append to stream. |
std::ostream & BiometricEvaluation::View::operator<< | ( | std::ostream & | stream, |
const AN2KViewVariableResolution::PrintPositionCoordinate & | ppc | ||
) |
Output stream overload for PrintPositionCoordinate.
[in] | stream | Stream on which to append formatted PrintPositionCoordinate information. |
[in] | ppc | PrintPositionCoordinate information to append to stream. |