NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Public Member Functions | Public Attributes | List of all members
BiometricEvaluation::Feature::DeltaPoint Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DeltaPoint()

BiometricEvaluation::Feature::DeltaPoint::DeltaPoint ( Image::Coordinate  coordinate,
bool  has_angle = false,
int  angle1 = 0,
int  angle2 = 0,
int  angle3 = 0 
)

Create a DeltaPoint struct.

Member Data Documentation

◆ coordinate

Image::Coordinate BiometricEvaluation::Feature::DeltaPoint::coordinate

Definition at line 164 of file be_feature_minutiae.h.

◆ has_angle

bool BiometricEvaluation::Feature::DeltaPoint::has_angle

Definition at line 165 of file be_feature_minutiae.h.

◆ angle1

int BiometricEvaluation::Feature::DeltaPoint::angle1

Definition at line 166 of file be_feature_minutiae.h.

◆ angle2

int BiometricEvaluation::Feature::DeltaPoint::angle2

Definition at line 167 of file be_feature_minutiae.h.

◆ angle3

int BiometricEvaluation::Feature::DeltaPoint::angle3

Definition at line 168 of file be_feature_minutiae.h.


The documentation for this struct was generated from the following file: