<xsd:element name="ContrastEnhancement">
<xsd:annotation>
<xsd:documentation>
"ContrastEnhancement" defines the 'stretching' of contrast for a
channel of a false-color image or for a whole grey/color image.
Contrast enhancement is used to make ground features in images
more visible.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element ref="sld:Normalize" />
<xsd:element ref="sld:Histogram" />
</xsd:choice>
<xsd:element ref="sld:GammaValue" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|