Scroll to navigation

OTBGUI_DIMENSIONALITYREDUCTION(1) User Commands OTBGUI_DIMENSIONALITYREDUCTION(1)

NAME

otbgui_DimensionalityReduction - OTB DimensionalityReduction application

DESCRIPTION

This is the DimensionalityReduction application, version 5.2.0 Perform Dimension reduction of the input image.

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

Parameters:

<boolean> Report progress


-in <string> Input Image (mandatory)

<string> [pixel] Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (optional, off by default)
<float> Output min value (mandatory, default value is 0)
<float> Output max value (mandatory, default value is 255)
<string> [pixel] Inverse Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (optional, off by default)
<string> Algorithm [pca/napca/maf/ica] (mandatory, default value is pca)
Set the x radius of the sliding window. (mandatory, default value is 1)
Set the y radius of the sliding window. (mandatory, default value is 1)
<int32> number of iterations (optional, on by default, default value is 20)
<float> Give the increment weight of W in [0, 1] (optional, on by default, default value is 1)
<int32> Number of Components. (optional, on by default, default value is 0)
<boolean> Normalize. (optional, off by default)
<string> Transformation matrix output (text format) (optional, off by default)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbgui_DimensionalityReduction -in cupriteSubHsi.tif -out FilterOutput.tif -method pca

SEE ALSO

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

info otbgui_DimensionalityReduction

should give you access to the complete manual.

December 2015 otbgui_DimensionalityReduction 5.2.0