Dynamic Conversion

Brief Description

Change the pixel type and rescale the image's dynamic

Tags

Image Manipulation, Conversion, Image Dynamic

Long Description

This application performs an image pixel type conversion (short, ushort, uchar, int, uint, float and double types are handled). The output image is written in the specified format (ie. that corresponds to the given extension).
The conversion can include a rescale of the data range, by default it's set between the 2nd to the 98th percentile. The rescale can be linear or log2.
The choice of the output channels can be done with the extended filename, but less easy to handle. To do this, a 'channels' parameter allows you to select the desired bands at the output. There are 3 modes, the available choices are:
* grayscale : to display mono image as standard color image
* rgb : select 3 bands in the input image (multi-bands)
* all : keep all bands.

Parameters

Limitations

None

Authors

OTB-Team

See also

Convert, Rescale

Example of use