Scroll to navigation

OTBCLI_DYNAMICCONVERT(1) User Commands OTBCLI_DYNAMICCONVERT(1)

NAME

otbcli_DynamicConvert - OTB DynamicConvert application

DESCRIPTION

This is the Dynamic Conversion (DynamicConvert) application, version 6.4.0

Change the pixel type and rescale the image's dynamic

Complete documentation: http://www.orfeo-toolbox.org/Applications/DynamicConvert.html or -help

Parameters:

-in <string> Input image (mandatory)

<string> Rescale type [linear/log2] (mandatory, default value is linear)
<float> Gamma correction factor (optional, on by default, default value is 1)
<string> Input mask (optional, off by default)
<group> Histogram quantile cutting
<float> High cut quantile (optional, off by default, default value is 2)
<float> Low cut quantile (optional, off by default, default value is 2)
<string> Channels selection [all/grayscale/rgb] (mandatory, default value is all)
Grayscale channel (mandatory, default value is 1)
<int32> Red Channel (mandatory)
<int32> Green Channel (mandatory)
<int32> Blue Channel (mandatory)
<float> Output min value (optional, on by default, default value is 0)
<float> Output max value (optional, on by default, default value is 255)
<int32> Available RAM (Mb) (optional, off by default, default value is 128)
<string> Load otb application from xml file (optional, off by default)
<boolean> Report progress
<string list> Display long help (empty list), or help for given parameters keys

Use -help param1 [... paramN] to see detailed documentation of those parameters.

EXAMPLES

otbcli_DynamicConvert -in QB_Toulouse_Ortho_XS.tif -out otbConvertWithScalingOutput.png -type linear -channels rgb -outmin 0 -outmax 255

January 2018 otbcli_DynamicConvert 6.4.0