Smoothing (ViGrA)
- Author: O.Conrad (c) 2009
- Menu: Imagery | ViGrA [deprecated]
Description
Based on the code example "smooth.cxx" by Ullrich Koethe.
References
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Input | grid, input | INPUT | - | - |
Output | Output | grid, output | OUTPUT | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Type of smoothing | choice | TYPE | - | Available Choices: [0] exponential [1] nonlinear [2] gaussian Default: 0 | |
Size of smoothing filter | floating point number | SCALE | Smoothing kernel size specified as multiple of a cell. | Minimum: 0.000000 Default: 2.000000 | |
Edge threshold for nonlinear smoothing | floating point number | EDGE | - | Minimum: 0.000000 Default: 1.000000 |
Command Line
Usage: saga_cmd imagery_vigra 0 [-INPUT] [-OUTPUT ] [-TYPE ] [-SCALE ] [-EDGE ] -INPUT: Input grid, input -OUTPUT: Output grid, output -TYPE: Type of smoothing choice Available Choices: [0] exponential [1] nonlinear [2] gaussian Default: 0 -SCALE: Size of smoothing filter floating point number Minimum: 0.000000 Default: 2.000000 -EDGE: Edge threshold for nonlinear smoothing floating point number Minimum: 0.000000 Default: 1.000000