.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH OTBGUI_MORPHOLOGICALMULTISCALEDECOMPOSITION "1" "May 2017" "otbgui_MorphologicalMultiScaleDecomposition 6.0.0" "User Commands" .SH NAME otbgui_MorphologicalMultiScaleDecomposition \- OTB MorphologicalMultiScaleDecomposition application .SH DESCRIPTION This is the MorphologicalMultiScaleDecomposition application, version 6.0.0 Perform a geodesic morphology based image analysis on an input image channel .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/MorphologicalMultiScaleDecomposition.html .SS "Parameters:" .TP \fB\-progress\fR Report progress .PP \fB\-in\fR Input Image (mandatory) \fB\-outconvex\fR [pixel] Output Convex Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory) \fB\-outconcave\fR [pixel] Output Concave Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory) \fB\-outleveling\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\-radius\fR Initial radius (mandatory, default value is 5) .TP \fB\-step\fR Radius step. (mandatory, default value is 1) .TP \fB\-levels\fR Number of levels use for multi scale (mandatory, default value is 1) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .SH EXAMPLES otbgui_MorphologicalMultiScaleDecomposition \-in ROI_IKO_PAN_LesHalles.tif \-structype ball \-channel 1 \-radius 2 \-levels 2 \-step 3 \-outconvex convex.tif \-outconcave concave.tif \-outleveling leveling.tif