biom:ImageTransformationCodeSimpleType
simpleType ImageTransformationCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
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>