.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH OTBGUI_DIMENSIONALITYREDUCTION "1" "December 2015" "otbgui_DimensionalityReduction 5.2.0" "User Commands" .SH NAME otbgui_DimensionalityReduction \- OTB DimensionalityReduction application .SH DESCRIPTION This is the DimensionalityReduction application, version 5.2.0 Perform Dimension reduction of the input image. .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/DimensionalityReduction.html .SS "Parameters:" .TP \fB\-progress\fR Report progress .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) (optional, off by default) .TP \fB\-rescale\fR.outmin Output min value (mandatory, default value is 0) .TP \fB\-rescale\fR.outmax Output max value (mandatory, default value is 255) .TP \fB\-outinv\fR [pixel] Inverse Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (optional, off by default) .TP \fB\-method\fR Algorithm [pca/napca/maf/ica] (mandatory, default value is pca) .TP \fB\-method\fR.napca.radiusx Set the x radius of the sliding window. (mandatory, default value is 1) .TP \fB\-method\fR.napca.radiusy Set the y radius of the sliding window. (mandatory, default value is 1) .TP \fB\-method\fR.ica.iter number of iterations (optional, on by default, default value is 20) .TP \fB\-method\fR.ica.mu Give the increment weight of W in [0, 1] (optional, on by default, default value is 1) .TP \fB\-nbcomp\fR Number of Components. (optional, on by default, default value is 0) .TP \fB\-normalize\fR Normalize. (optional, off by default) .TP \fB\-outmatrix\fR Transformation matrix output (text format) (optional, off by default) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .SH EXAMPLES otbgui_DimensionalityReduction \-in cupriteSubHsi.tif \-out FilterOutput.tif \-method pca .SH "SEE ALSO" The full documentation for .B otbgui_DimensionalityReduction is maintained as a Texinfo manual. If the .B info and .B otbgui_DimensionalityReduction programs are properly installed at your site, the command .IP .B info otbgui_DimensionalityReduction .PP should give you access to the complete manual.