SAGA 9.3.3 | Tool Library Documentation

Sharpening Filter


Description

This Sharpening filter uses a Laplacian filter to detect the high frequencies in the supplied grid and adds it to the original values.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridgrid, inputINPUT--
OutputFiltered Gridgrid, output, optionalRESULT--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
MethodchoiceMETHOD-Available Choices: [0] standard kernel 1 [1] standard kernel 2 [2] Standard kernel 3 [3] user defined kernel Default: 3
Kernel Radiusinteger numberKERNEL_RADIUS-Minimum: 1 Default: 2
Standard Deviationfloating point numberSIGMAThe standard deviation as percentage of the kernel radius.Minimum: 1.000000 Default: 50.000000

Command Line


Usage: saga_cmd grid_filter 19 [-INPUT ] [-RESULT ] [-METHOD ] [-KERNEL_RADIUS ] [-SIGMA ]
  -INPUT:        	Grid
	grid, input
  -RESULT:       	Filtered Grid
	grid, output, optional
  -METHOD:       	Method
	choice
	Available Choices:
	[0] standard kernel 1
	[1] standard kernel 2
	[2] Standard kernel 3
	[3] user defined kernel
	Default: 3
  -KERNEL_RADIUS:	Kernel Radius
	integer number
	Minimum: 1
	Default: 2
  -SIGMA:     	Standard Deviation
	floating point number
	Minimum: 1.000000
	Default: 50.000000