.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH OTBGUI_BINARYMORPHOLOGICALOPERATION "1" "December 2015" "otbgui_BinaryMorphologicalOperation 5.2.0" "User Commands" .SH NAME otbgui_BinaryMorphologicalOperation \- OTB BinaryMorphologicalOperation application .SH DESCRIPTION This is the BinaryMorphologicalOperation application, version 5.2.0 Performs morphological operations on an input image channel .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/BinaryMorphologicalOperation.html .SS "Parameters:" .TP \fB\-progress\fR Report progress .PP \fB\-in\fR Input Image (mandatory) \fB\-out\fR [pixel] Feature 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\-structype\fR.ball.xradius The Structuring Element X Radius (mandatory, default value is 5) .TP \fB\-structype\fR.ball.yradius The Structuring Element Y Radius (mandatory, default value is 5) .TP \fB\-filter\fR Morphological Operation [dilate/erode/opening/closing] (mandatory, default value is dilate) .TP \fB\-filter\fR.dilate.foreval Foreground Value (mandatory, default value is 1) .TP \fB\-filter\fR.dilate.backval Background Value (mandatory, default value is 0) .TP \fB\-filter\fR.erode.foreval Foreground Value (mandatory, default value is 1) .TP \fB\-filter\fR.erode.backval Background Value (mandatory, default value is 0) .TP \fB\-filter\fR.opening.foreval Foreground Value (mandatory, default value is 1) .TP \fB\-filter\fR.opening.backval Background Value (mandatory, default value is 0) .TP \fB\-filter\fR.closing.foreval Foreground Value (mandatory, default value is 1) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .SH EXAMPLES otbgui_BinaryMorphologicalOperation \-in qb_RoadExtract.tif \-out opened.tif \-channel 1 \-structype.ball.xradius 5 \-structype.ball.yradius 5 \-filter erode .SH "SEE ALSO" The full documentation for .B otbgui_BinaryMorphologicalOperation is maintained as a Texinfo manual. If the .B info and .B otbgui_BinaryMorphologicalOperation programs are properly installed at your site, the command .IP .B info otbgui_BinaryMorphologicalOperation .PP should give you access to the complete manual.