biom:ImageTransformationCodeSimpleType

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

Definition

A data type for a kind of image transformation

Diagram

Enumerations

ValueDefinition
AGEAge progressed
AXISOff-axis image rectification/Angle correction
COLORSHIFTColor shifted
CONTRASTContrast stretched
CROPCropped
DISTDistortion corrected (e.g. fisheye correction)
DOWNSAMPLEDownsampled
GRAYGrayscale from color
ILLUMIllumination transform
IMGFUSEImage-level fusion of two or more images
INTERPOLATEUpsampled
MULTCOMPMultiply compressed
MULTIVIEWMultiview image
POSEFace-specific pose correction
ROTATERotated (in-plane)
SNIRSimulated Near IR
SUPERRESSuperresolution image, derived from multiple lower resolution images
WHITEWhite 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: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>