Scroll to navigation

OTBCLI_GRAYSCALEMORPHOLOGICALOPERATION(1) User Commands OTBCLI_GRAYSCALEMORPHOLOGICALOPERATION(1)

NAME

otbcli_GrayScaleMorphologicalOperation - OTB GrayScaleMorphologicalOperation application

DESCRIPTION

This is the GrayScaleMorphologicalOperation application, version 5.2.0 Performs morphological operations on a grayscale input image

Complete documentation: http://www.orfeo-toolbox.org/Applications/GrayScaleMorphologicalOperation.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)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbcli_GrayScaleMorphologicalOperation -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_GrayScaleMorphologicalOperation is maintained as a Texinfo manual. If the info and otbcli_GrayScaleMorphologicalOperation programs are properly installed at your site, the command

info otbcli_GrayScaleMorphologicalOperation

should give you access to the complete manual.

December 2015 otbcli_GrayScaleMorphologicalOperation 5.2.0