.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH OTBGUI_MORPHOLOGICALCLASSIFICATION "1" "May 2017" "otbgui_MorphologicalClassification 6.0.0" "User Commands" .SH NAME otbgui_MorphologicalClassification \- OTB MorphologicalClassification application .SH DESCRIPTION This is the MorphologicalClassification application, version 6.0.0 Performs morphological convex, concave and flat classification on an input image channel .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/MorphologicalClassification.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\-radius\fR Radius (mandatory, default value is 5) .TP \fB\-sigma\fR Sigma value for leveling tolerance (mandatory, default value is 0.5) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .SH EXAMPLES otbgui_MorphologicalClassification \-in ROI_IKO_PAN_LesHalles.tif \-channel 1 \-structype ball \-radius 5 \-sigma 0.5 \-out output.tif