SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Smoothing (ViGrA)

Based on the code example "smooth.cxx" by Ullrich Koethe.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputInputgrid, inputINPUT--
OutputOutputgrid, outputOUTPUT--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Type of smoothingchoiceTYPE-Available Choices:
[0] exponential
[1] nonlinear
[2] gaussian
Default: 0
Size of smoothing filterfloating point numberSCALESmoothing kernel size specified as multiple of a cell.Minimum: 0.000000
Default: 2.000000
Edge threshold for nonlinear smoothingfloating point numberEDGE-Minimum: 0.000000
Default: 1.000000

Command-line

Usage: saga_cmd imagery_vigra 0 [-INPUT <str>] [-OUTPUT <str>] [-TYPE <str>] [-SCALE <double>] [-EDGE <double>]
  -INPUT:<str>   	Input
	grid, input
  -OUTPUT:<str>  	Output
	grid, output
  -TYPE:<str>    	Type of smoothing
	choice
	Available Choices:
	[0] exponential
	[1] nonlinear
	[2] gaussian
	Default: 0
  -SCALE:<double>	Size of smoothing filter
	floating point number
	Minimum: 0.000000
	Default: 2.000000
  -EDGE:<double> 	Edge threshold for nonlinear smoothing
	floating point number
	Minimum: 0.000000
	Default: 1.000000