Statistics
| Revision:

root / org.gvsig.toolbox / tags / v1.0.1 / org.gvsig.toolbox.gui / alg_descriptions / saga / description / alg_grid_filter_81.txt @ 431

History | View | Annotate | Download (1.08 KB)

1 9 nbrodin
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_filter
11
module name :	Laplacian Filter
12
author      :	(c) 2003 by A. Ringeler, (c) 2008 by O. Conrad
13
_____________________________________________
14
go...
15
Usage: 2 -INPUT <str> [-RESULT <str>] [-METHOD <str>] [-SIGMA <str>] [-RADIUS <num>] [-MODE <str>]
16
  -INPUT:<str> 	Grid
17
	Grid (input)
18
  -RESULT:<str>	Filtered Grid
19
	Grid (optional output)
20
  -METHOD:<str>	Method
21
	Choice
22
	Available Choices:
23
	[0] standard kernel 1
24
	[1] standard kernel 2
25
	[2] Standard kernel 3
26
	[3] user defined kernel
27
  -SIGMA:<str> 	Standard Deviation (Percent of Radius)
28
	Floating point
29
	Minimum: 0.000010
30
  -RADIUS:<num>	Radius
31
	Integer
32
	Minimum: 1.000000
33
  -MODE:<str>  	Search Mode
34
	Choice
35
	Available Choices:
36
	[0] square
37
	[1] circle