Module Morphological Filter
Morphological filter for grids.
- Author: O.Conrad (c) 2010
 
- Specification: grid
 
- Menu: Grid|Filter
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Grid | Grid (input) | INPUT | - | - | 
| Output | Filtered Grid (*) | Grid (optional output) | RESULT | - | - | 
| Options | Search Mode | Choice | MODE | - | Available Choices: [0] Square [1] Circle Default: 1 | 
 | Radius | Integer | RADIUS | - | Minimum: 1 Default: 1 | 
 | Method | Choice | METHOD | - | Available Choices: [0] Dilation [1] Erosion [2] Opening [3] Closing Default: 0 | 
| (*) optional | 
Command-line
Usage: saga_cmd grid_filter 8 [-INPUT <str>] [-RESULT <str>] [-MODE <str>] [-RADIUS <num>] [-METHOD <str>]
  -INPUT:<str> 	Grid
	Grid (input)
  -RESULT:<str>	Filtered Grid
	Grid (optional output)
  -MODE:<str>  	Search Mode
	Choice
	Available Choices:
	[0] Square
	[1] Circle
	Default: 1
  -RADIUS:<num>	Radius
	Integer
	Minimum: 1
	Default: 1
  -METHOD:<str>	Method
	Choice
	Available Choices:
	[0] Dilation
	[1] Erosion
	[2] Opening
	[3] Closing
	Default: 0