NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
#include <iostream>
#include <map>
#include <string>
#include <be_error_exception.h>
#include <be_feature.h>
#include <be_view_an2kview.h>
Go to the source code of this file.
Classes | |
class | BiometricEvaluation::View::AN2KViewVariableResolution |
A class to represent single view based on an ANSI/NIST record. More... | |
struct | BiometricEvaluation::View::AN2KViewVariableResolution::AN2KQualityMetric |
A structure to represent an AN2K quality metric. More... | |
struct | BiometricEvaluation::View::AN2KViewVariableResolution::PrintPositionCoordinate |
Offsets to the bounding boxes for the EJI, full finger views, or EJI segments. More... | |
Namespaces | |
namespace | BiometricEvaluation |
This software was developed at the National Institute of Standards and Technology (NIST) by employees of the Federal Government in the course of their official duties. | |
namespace | BiometricEvaluation::View |
View information. | |
Typedefs | |
typedef field | FIELD |
Functions | |
std::ostream & | BiometricEvaluation::View::operator<< (std::ostream &s, const AN2KViewVariableResolution::AN2KQualityMetric &qm) |
Output stream overload for AN2KQualityMetric. More... | |
std::ostream & | BiometricEvaluation::View::operator<< (std::ostream &stream, const AN2KViewVariableResolution::PrintPositionCoordinate &ppc) |
Output stream overload for PrintPositionCoordinate. More... | |
typedef field FIELD |
Definition at line 24 of file be_view_an2kview_varres.h.