NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Classes | Namespaces | Typedefs | Enumerations | Functions
be_feature.h File Reference
#include <vector>
#include <be_finger.h>
#include <be_palm.h>
#include <be_plantar.h>

Go to the source code of this file.

Classes

struct  BiometricEvaluation::Feature::FrictionRidgeGeneralizedPosition
 Representation of the position (Finger/Palm/Plantar) used in this class and child classes. 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::Feature
 Biometric information relating to biometric features not specific to any type of biometric record.
 

Typedefs

using BiometricEvaluation::Feature::FGP = FrictionRidgeGeneralizedPosition
 
using BiometricEvaluation::Feature::FGPSet = std::vector< FGP >
 

Enumerations

enum class  BiometricEvaluation::Feature::PositionType { BiometricEvaluation::Feature::Finger = 0 , BiometricEvaluation::Feature::Palm = 1 , BiometricEvaluation::Feature::Plantar = 2 }
 Enumeration of the types of position classes used in this class and child classes. More...
 

Functions

std::ostream & BiometricEvaluation::Feature::operator<< (std::ostream &s, const Feature::FGP &fgp)
 Output stream overload for FrictionRidgeGeneralizedPosition. More...