Scroll to navigation

OTBCLI_BINARYMORPHOLOGICALOPERATION(1) User Commands OTBCLI_BINARYMORPHOLOGICALOPERATION(1)

NAME

otbcli_BinaryMorphologicalOperation - OTB BinaryMorphologicalOperation application

DESCRIPTION

This is the BinaryMorphologicalOperation application, version 5.2.0 Performs morphological operations on an input image channel

Complete documentation: http://www.orfeo-toolbox.org/Applications/BinaryMorphologicalOperation.html

Parameters:

<boolean> Report progress


-in <string> Input Image (mandatory)
-out <string> [pixel] Feature Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)

<int32> Selected Channel (mandatory, default value is 1)
<int32> Available RAM (Mb) (optional, off by default, default value is 128)
<string> Structuring Element Type [ball/cross] (mandatory, default value is ball)
The Structuring Element X Radius (mandatory, default value is 5)
The Structuring Element Y Radius (mandatory, default value is 5)
<string> Morphological Operation [dilate/erode/opening/closing] (mandatory, default value is dilate)
<float> Foreground Value (mandatory, default value is 1)
<float> Background Value (mandatory, default value is 0)
<float> Foreground Value (mandatory, default value is 1)
<float> Background Value (mandatory, default value is 0)
Foreground Value (mandatory, default value is 1)
Background Value (mandatory, default value is 0)
Foreground Value (mandatory, default value is 1)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbcli_BinaryMorphologicalOperation -in qb_RoadExtract.tif -out opened.tif -channel 1 -structype.ball.xradius 5 -structype.ball.yradius 5 -filter erode

SEE ALSO

The full documentation for otbcli_BinaryMorphologicalOperation is maintained as a Texinfo manual. If the info and otbcli_BinaryMorphologicalOperation programs are properly installed at your site, the command

info otbcli_BinaryMorphologicalOperation

should give you access to the complete manual.

December 2015 otbcli_BinaryMorphologicalOperation 5.2.0