biom:EFSRidgeCountAlgorithmCodeSimpleType
simpleType EFSRidgeCountAlgorithmCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a quadrant matrix for associating minutiae
Diagram
Enumerations
Value | Definition |
EFTS7 | Minutiae are nearest neighbors in eight octants; ridge count is one more than the number of intervening ridges |
OCTANT | Minutiae are nearest neighbors in eight octants; ridge count is the number of intervening ridges |
QUADRANT | The 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:restriction base="xs:token">
<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>