Scroll to navigation

OTBGUI_COLORMAPPING(1) User Commands OTBGUI_COLORMAPPING(1)

NAME

otbgui_ColorMapping - OTB ColorMapping application

DESCRIPTION

This is the ColorMapping application, version 5.2.0 Maps an input label image to 8-bits RGB using look-up tables.

Complete documentation: http://www.orfeo-toolbox.org/Applications/ColorMapping.html

Parameters:

<boolean> Report progress


-in <string> Input Image (mandatory)
-out <string> [pixel] Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is uint8) (mandatory)

<int32> Available RAM (Mb) (optional, off by default, default value is 128)
<string> Operation [labeltocolor/colortolabel] (mandatory, default value is labeltocolor)
<int32> Not Found Label (optional, on by default, default value is 404)
<string> Color mapping method [custom/continuous/optimal/image] (mandatory, default value is custom)


-method.custom.lut <string> Look-up table file (mandatory)

<float> Mapping range lower value (mandatory, default value is 0)
<float> Mapping range higher value (mandatory, default value is 255)
Background label (mandatory, default value is 0)
<string> Support Image (mandatory)
<float> NoData value (optional, off by default, default value is 0)
<int32> lower quantile (optional, on by default, default value is 2)
<int32> upper quantile (optional, on by default, default value is 2)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbgui_ColorMapping -in ROI_QB_MUL_1_SVN_CLASS_MULTI.png -method custom -method.custom.lut ROI_QB_MUL_1_SVN_CLASS_MULTI_PNG_ColorTable.txt -out Colorized_ROI_QB_MUL_1_SVN_CLASS_MULTI.tif

SEE ALSO

The full documentation for otbgui_ColorMapping is maintained as a Texinfo manual. If the info and otbgui_ColorMapping programs are properly installed at your site, the command

info otbgui_ColorMapping

should give you access to the complete manual.

December 2015 otbgui_ColorMapping 5.2.0