biom:ImageTransformationCodeSimpleType
simpleType ImageTransformationCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a kind of image transformation
Diagram
Enumerations
| Value | Definition |
| AGE | Age progressed |
| AXIS | Off-axis image rectification/Angle correction |
| Colorshift | Color shifted |
| Contrast | Contrast stretched |
| CROP | Cropped |
| DIST | Distortion corrected (e.g. fisheye correction) |
| Downsample | Downsampled |
| GRAY | Grayscale from color |
| ILLUM | Illumination transform |
| IMGFUSE | Image-level fusion of two or more images |
| INTERPOLATE | Upsampled |
| MULTCOMP | Multiply compressed |
| Multiview | Multiview image |
| Pose | Face-specific pose correction |
| ROTATE | Rotated (in-plane) |
| SNIR | Simulated Near IR |
| SUPERRES | Superresolution image, derived from multiple lower resolution images |
| White | White balance adjusted |
XML Schema
<xs:simpleType name="ImageTransformationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of image transformation</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AGE">
<xs:annotation>
<xs:documentation>
Age progressed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AXIS">
<xs:annotation>
<xs:documentation>
Off-axis image rectification/Angle correction</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Colorshift">
<xs:annotation>
<xs:documentation>
Color shifted</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Contrast">
<xs:annotation>
<xs:documentation>
Contrast stretched</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CROP">
<xs:annotation>
<xs:documentation>
Cropped</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DIST">
<xs:annotation>
<xs:documentation>
Distortion corrected (e.g. fisheye correction)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Downsample">
<xs:annotation>
<xs:documentation>
Downsampled</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GRAY">
<xs:annotation>
<xs:documentation>
Grayscale from color</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ILLUM">
<xs:annotation>
<xs:documentation>
Illumination transform</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IMGFUSE">
<xs:annotation>
<xs:documentation>
Image-level fusion of two or more images</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INTERPOLATE">
<xs:annotation>
<xs:documentation>
Upsampled</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MULTCOMP">
<xs:annotation>
<xs:documentation>
Multiply compressed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Multiview">
<xs:annotation>
<xs:documentation>
Multiview image</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pose">
<xs:annotation>
<xs:documentation>
Face-specific pose correction</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ROTATE">
<xs:annotation>
<xs:documentation>
Rotated (in-plane)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SNIR">
<xs:annotation>
<xs:documentation>
Simulated Near IR</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SUPERRES">
<xs:annotation>
<xs:documentation>
Superresolution image, derived from multiple lower resolution images</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="White">
<xs:annotation>
<xs:documentation>
White balance adjusted</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>