.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5. .TH OTBGUI_CONTRASTENHANCEMENT "1" "January 2018" "otbgui_ContrastEnhancement 6.4.0" "User Commands" .SH NAME otbgui_ContrastEnhancement \- OTB ContrastEnhancement application .SH DESCRIPTION This is the Contrast Enhancement (ContrastEnhancement) application, version 6.4.0 .PP This application is the implementation of the histogram equalization algorithm. It can be used to enhance contrast in an image or to reduce the dynamic of the image without losing too much contrast. It offers several options as a no data value, a contrast limitation factor, a local version of the algorithm and also a mode to equalized the luminance of the image. .PP Parameters: .PP \fB\-in\fR Input Image (mandatory) .TP \fB\-out\fR [pixel] Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory) .TP \fB\-bins\fR Number of bin (mandatory, default value is 256) .TP \fB\-hfact\fR Contrast Limitation (optional, off by default) .TP \fB\-nodata\fR Nodata Value (optional, off by default) .TP \fB\-spatial\fR Spatial parameters for the histogram computation [local/global] (mandatory, default value is local) .TP \fB\-spatial\fR.local.h Thumbnail height in pixel (mandatory, default value is 256) .TP \fB\-spatial\fR.local.w Thumbnail width in pixel (mandatory, default value is 256) .TP \fB\-minmax\fR Minimum and maximum definition [auto/manuel] (mandatory, default value is auto) .TP \fB\-minmax\fR.auto.global Global (optional, off by default) .TP \fB\-minmax\fR.manuel.min Minimum (optional, off by default) .TP \fB\-minmax\fR.manuel.max Maximum (optional, off by default) .TP \fB\-mode\fR What to equalized [each/lum] (mandatory, default value is each) .TP \fB\-mode\fR.lum.red Red Channel .TP \fB\-mode\fR.lum.red.ch Red Channel (mandatory, default value is 0) .TP \fB\-mode\fR.lum.red.coef Value for luminance computation (mandatory, default value is 0.21) .TP \fB\-mode\fR.lum.green Green Channel .TP \fB\-mode\fR.lum.green.ch Greenen Channel (mandatory, default value is 1) .TP \fB\-mode\fR.lum.green.coef Value for luminance computation (mandatory, default value is 0.71) .TP \fB\-mode\fR.lum.blue Blue Channel .TP \fB\-mode\fR.lum.blue.ch Blue Channel (mandatory, default value is 2) .TP \fB\-mode\fR.lum.blue.coef Value for luminance computation (mandatory, default value is 0.08) .TP \fB\-ram\fR Available RAM (Mb) (optional, off by default, default value is 128) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .TP \fB\-progress\fR Report progress .TP \fB\-help\fR Display long help (empty list), or help for given parameters keys .PP Use \fB\-help\fR param1 [... paramN] to see detailed documentation of those parameters. .SH EXAMPLES Local contrast enhancement by luminance .PP otbgui_ContrastEnhancement \-in couleurs.tif \-out equalizedcouleurs.tif float \-bins 256 \-spatial.local.w 500 \-spatial.local.h 500 \-mode lum