biom:ImageDistortionCategoryCodeSimpleType

simpleType ImageDistortionCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a kind of distortion in an image

Diagram

Enumerations

ValueDefinition
BarrelSpherized
InflatedWide angle or fisheye distortion
PincushionPinched at the center, or bowed inwards

XML Schema

<xs:simpleType name="ImageDistortionCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of distortion in an image
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Barrel">
<xs:annotation>
<xs:documentation>
Spherized
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Inflated">
<xs:annotation>
<xs:documentation>
Wide angle or fisheye distortion
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pincushion">
<xs:annotation>
<xs:documentation>
Pinched at the center, or bowed inwards
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>