Scroll to navigation

OTBGUI_CLASSIFICATIONMAPREGULARIZATION(1) User Commands OTBGUI_CLASSIFICATIONMAPREGULARIZATION(1)

NAME

otbgui_ClassificationMapRegularization - OTB ClassificationMapRegularization application

DESCRIPTION

This is the ClassificationMapRegularization application, version 5.2.0 Filters the input labeled image using Majority Voting in a ball shaped neighbordhood.

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

Parameters:

<boolean> Report progress


-io.in <string> Input classification image (mandatory)
-io.out <string> [pixel] Output regularized image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is uint8) (mandatory)

<int32> Structuring element radius (in pixels) (mandatory, default value is 1)
<boolean> Multiple majority: Undecided(X)/Original (optional, off by default)
<int32> Label for the NoData class (mandatory, default value is 0)
Label for the Undecided class (mandatory, default value is 0)
<int32> Available RAM (Mb) (optional, off by default, default value is 128)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbgui_ClassificationMapRegularization -io.in clLabeledImageQB123_1.tif -io.out clLabeledImageQB123_1_CMR_r2_nodl_10_undl_7.tif -ip.radius 2 -ip.suvbool true -ip.nodatalabel 10 -ip.undecidedlabel 7

SEE ALSO

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

info otbgui_ClassificationMapRegularization

should give you access to the complete manual.

December 2015 otbgui_ClassificationMapRegularization 5.2.0