NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
Representation of the delta. More...
#include <be_feature_minutiae.h>
Public Member Functions | |
DeltaPoint (Image::Coordinate coordinate, bool has_angle=false, int angle1=0, int angle2=0, int angle3=0) | |
Create a DeltaPoint struct. More... | |
Public Attributes | |
Image::Coordinate | coordinate |
bool | has_angle |
int | angle1 |
int | angle2 |
int | angle3 |
Representation of the delta.
A delta has a coordinate and an optional angle. The units for the X/Y coordinate and the angle are specific to the record format represented by an object of this class.
Definition at line 152 of file be_feature_minutiae.h.
BiometricEvaluation::Feature::DeltaPoint::DeltaPoint | ( | Image::Coordinate | coordinate, |
bool | has_angle = false , |
||
int | angle1 = 0 , |
||
int | angle2 = 0 , |
||
int | angle3 = 0 |
||
) |
Create a DeltaPoint struct.
Image::Coordinate BiometricEvaluation::Feature::DeltaPoint::coordinate |
Definition at line 164 of file be_feature_minutiae.h.
bool BiometricEvaluation::Feature::DeltaPoint::has_angle |
Definition at line 165 of file be_feature_minutiae.h.
int BiometricEvaluation::Feature::DeltaPoint::angle1 |
Definition at line 166 of file be_feature_minutiae.h.
int BiometricEvaluation::Feature::DeltaPoint::angle2 |
Definition at line 167 of file be_feature_minutiae.h.
int BiometricEvaluation::Feature::DeltaPoint::angle3 |
Definition at line 168 of file be_feature_minutiae.h.