.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH OTBGUI_MORPHOLOGICALPROFILESANALYSIS "1" "May 2017" "otbgui_MorphologicalProfilesAnalysis 6.0.0" "User Commands" .SH NAME otbgui_MorphologicalProfilesAnalysis \- OTB MorphologicalProfilesAnalysis application .SH DESCRIPTION This is the MorphologicalProfilesAnalysis application, version 6.0.0 Performs morphological profiles analysis on an input image channel. .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/MorphologicalProfilesAnalysis.html .SS "Parameters:" .TP \fB\-progress\fR Report progress .PP \fB\-in\fR Input Image (mandatory) \fB\-out\fR [pixel] Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory) .TP \fB\-channel\fR Selected Channel (mandatory, default value is 1) .TP \fB\-ram\fR Available RAM (Mb) (optional, off by default, default value is 128) .TP \fB\-structype\fR Structuring Element Type [ball/cross] (mandatory, default value is ball) .TP \fB\-size\fR Profile Size (mandatory, default value is 5) .TP \fB\-radius\fR Initial radius (mandatory, default value is 5) .TP \fB\-step\fR Radius step. (mandatory, default value is 1) .TP \fB\-profile\fR Profile [opening/closing/derivativeopening/derivativeclosing/openingcharacteristics/closingcharacteristics/classification] (mandatory, default value is opening) .TP \fB\-profile\fR.classification.sigma Sigma value for leveling tolerance (mandatory, default value is 1) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .SH EXAMPLES otbgui_MorphologicalProfilesAnalysis \-in ROI_IKO_PAN_LesHalles.tif \-channel 1 \-structype ball \-profile classification \-size 5 \-radius 1 \-step 1 \-profile.classification.sigma 1 \-out output.tif