-ifilename, --inputfilename
input image
-ofilename, --outputfilename
output classification image
-ffilter, --filterfilter
post processing filter: vito, etew_min, promorph (progressive morphological filter), open, close).
-dimmaxsize, --dimmaxsize
maximum filter kernel size
-ottype, --otypetype
Data type for output image ({Byte / Int16 / UInt16 / UInt32 / Int32 / Float32 / Float64 / CInt16 /
CInt32 / CFloat32 / CFloat64}). Empty string: inherit type from input image
-offormat, --oformatformat
Output image format (see also gdal_translate(1)).
-ctcolortable, --ctcolortable
color table (file with 5 columns: id R G B ALFA (0: transparent, 255: solid)). Use none to omit
color table
-nodatavalue, --nodatavalue
nodata value
-vlevel, --verboselevel
verbose mode if > 0
Advanced options
-circ, --circular
circular disc kernel for dilation and erosion
-stthreshold, --stthreshold
slope threshold used for morphological filtering. Use a low values to remove more height objects
in flat terrains
-htthreshold, --htthreshold
initial height threshold for progressive morphological filtering. Use low values to remove more
height objects. Optionally, a maximum height threshold can be set via a second argument (e.g.,
-ht0.2-ht2.5 sets an initial threshold at 0.2 m and caps the threshold at 2.5 m).
-minchangenumber, --minchangenumber
Stop iterations when no more pixels are changed than this threshold.