NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
A class to represent a set of minutiae data points. More...
#include <be_feature_minutiae.h>
Inherited by BiometricEvaluation::Feature::AN2K7Minutiae, and BiometricEvaluation::Feature::INCITSMinutiae.
Public Member Functions | |
virtual | ~Minutiae () |
virtual MinutiaeFormat | getFormat () const =0 |
Obtain the minutiae format kind. More... | |
virtual MinutiaPointSet | getMinutiaPoints () const =0 |
Obtain the set of finger minutiae data points. More... | |
virtual RidgeCountItemSet | getRidgeCountItems () const =0 |
Obtain the set of ridge count data items. More... | |
virtual CorePointSet | getCores () const =0 |
Obtains the set of core positions. More... | |
virtual DeltaPointSet | getDeltas () const =0 |
Obtains the set of delta positions. More... | |
Protected Member Functions | |
Minutiae () | |
A class to represent a set of minutiae data points.
Each set includes the core and delta data points, if they are included in the source record. This class represents an interface that subclasses of this class will implement, providing more information on the minutioe that is specific to the record format represented by that class.
Definition at line 185 of file be_feature_minutiae.h.
|
virtual |
|
inlineprotected |
Definition at line 226 of file be_feature_minutiae.h.
|
pure virtual |
Obtain the minutiae format kind.
Implemented in BiometricEvaluation::Feature::AN2K7Minutiae, and BiometricEvaluation::Feature::INCITSMinutiae.
|
pure virtual |
Obtain the set of finger minutiae data points.
The set may be empty.
Implemented in BiometricEvaluation::Feature::AN2K7Minutiae, and BiometricEvaluation::Feature::INCITSMinutiae.
|
pure virtual |
Obtain the set of ridge count data items.
The set may be empty.
Implemented in BiometricEvaluation::Feature::AN2K7Minutiae, and BiometricEvaluation::Feature::INCITSMinutiae.
|
pure virtual |
Obtains the set of core positions.
The set may be empty.
Implemented in BiometricEvaluation::Feature::AN2K7Minutiae, and BiometricEvaluation::Feature::INCITSMinutiae.
|
pure virtual |
Obtains the set of delta positions.
The set may be empty.
Implemented in BiometricEvaluation::Feature::AN2K7Minutiae, and BiometricEvaluation::Feature::INCITSMinutiae.