biom:EFSRidgeCountAlgorithmCodeSimpleType

simpleType EFSRidgeCountAlgorithmCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a quadrant matrix for associating minutiae

Diagram

Enumerations

ValueDefinition
EFTS7Minutiae are nearest neighbors in eight octants; ridge count is one more than the number of intervening ridges
OCTANTMinutiae are nearest neighbors in eight octants; ridge count is the number of intervening ridges
QUADRANTThe minutiae used for ridge counts are the nearest neighbors in four quadrants, defined by the image's vertical and horizontal axes

XML Schema

<xs:simpleType name="EFSRidgeCountAlgorithmCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a quadrant matrix for associating minutiae
</xs:documentation>
</xs:annotation>
<xs:enumeration value="EFTS7">
<xs:annotation>
<xs:documentation>
Minutiae are nearest neighbors in eight octants; ridge count is one more than the number of intervening ridges
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OCTANT">
<xs:annotation>
<xs:documentation>
Minutiae are nearest neighbors in eight octants; ridge count is the number of intervening ridges
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="QUADRANT">
<xs:annotation>
<xs:documentation>
The minutiae used for ridge counts are the nearest neighbors in four quadrants, defined by the image's vertical and horizontal axes
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>