NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Classes | Functions
BiometricEvaluation::View Namespace Reference

View information. More...

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...
 

Detailed Description

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.

Function Documentation

◆ operator<<() [1/3]

std::ostream & BiometricEvaluation::View::operator<< ( std::ostream &  stream,
const AN2KView::DeviceMonitoringMode kind 
)

Output stream overload for DeviceMonitoringMode.

◆ operator<<() [2/3]

std::ostream & BiometricEvaluation::View::operator<< ( std::ostream &  s,
const AN2KViewVariableResolution::AN2KQualityMetric qm 
)

Output stream overload for AN2KQualityMetric.

Parameters
[in]sStream on which to append formatted AN2KQualityMetric information.
[in]qmAN2KQualityMetric information to append to stream.
Returns
stream with a qm textual representation appended.

◆ operator<<() [3/3]

std::ostream & BiometricEvaluation::View::operator<< ( std::ostream &  stream,
const AN2KViewVariableResolution::PrintPositionCoordinate ppc 
)

Output stream overload for PrintPositionCoordinate.

Parameters
[in]streamStream on which to append formatted PrintPositionCoordinate information.
[in]ppcPrintPositionCoordinate information to append to stream.
Returns
Stream with a ppc textual representation appended.