mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] some cleaning in SAGA algs
Removed algs that were not working or not useful, so as to have a more compact collection of alga
This commit is contained in:
parent
499a310a33
commit
e0ab079a08
@ -1,9 +0,0 @@
|
||||
Bifurcation
|
||||
recreations_fractals
|
||||
ParameterNumber|ITERATIONS|Value Count|None|None|10
|
||||
ParameterNumber|NVALUES|Value Count|None|None|10
|
||||
ParameterNumber|SEED|Seed Value|None|None|1.0
|
||||
ParameterNumber|RANGE_MIN|Min|None|None|0.0
|
||||
ParameterNumber|RANGE_MAX|Max|None|None|1.0
|
||||
ParameterNumber|STEP|Number of Steps|None|None|1
|
||||
OutputTable|TABLE|Output
|
@ -1,8 +0,0 @@
|
||||
Change Vector Analysis
|
||||
grid_analysis
|
||||
ParameterRaster|A1|Grid A. Init|False
|
||||
ParameterRaster|A2|Grid A. Final|False
|
||||
ParameterRaster|B1|Grid B. Init|False
|
||||
ParameterRaster|B2|Grid B. Final|False
|
||||
OutputRaster|DIST|Distance
|
||||
OutputRaster|ANGLE|Angle
|
@ -1,6 +0,0 @@
|
||||
Color Blending
|
||||
grid_visualisation
|
||||
ParameterMultipleInput|GRIDS|Grids|3|False
|
||||
ParameterNumber|NSTEPS|Interpolation Steps|None|None|0
|
||||
ParameterSelection|RANGE|Color Stretch|[0] fit to each grid;[1] fit to overall range;[2] fit to overall 1.5 standard deviation;[3] fit to overall 2.0 standard deviation
|
||||
OutputRaster|GRID|Grid
|
@ -1,6 +0,0 @@
|
||||
Combine Grids
|
||||
grid_tools
|
||||
ParameterRaster|GRID1|Grid 1|False
|
||||
ParameterRaster|GRID2|Grid 2|False
|
||||
ParameterFixedTable|LOOKUP|LookUp Table|3|Value in Grid 1;Value in Grid 2;Resulting Value|False
|
||||
OutputRaster|RESULT|Result
|
@ -1,4 +0,0 @@
|
||||
Fractal Dimension of Grid Surface
|
||||
recreations_fractals
|
||||
ParameterRaster|INPUT|Input|False
|
||||
OutputTable|RESULT|Result
|
@ -1,8 +0,0 @@
|
||||
Gaussian Landscapes
|
||||
recreations_fractals
|
||||
ParameterNumber|NX|Width (Cells)|None|None|100
|
||||
ParameterNumber|NY|Height (Cells)|None|None|100
|
||||
ParameterNumber|H|Roughness/Smoothness|None|None|0.0
|
||||
ParameterSelection|METHOD|Method|[0] Simple;[1] Flattening
|
||||
ParameterNumber|M|Flattening|None|None|0.0
|
||||
OutputRaster|GRID|Grid
|
@ -1,8 +0,0 @@
|
||||
ViGrA - Basic Morphological Operations
|
||||
vigra
|
||||
ParameterRaster|INPUT|Input|False
|
||||
OutputRaster|OUTPUT|Output
|
||||
ParameterSelection|TYPE|Operation|[0] Dilation;[1] Erosion; [2] Median; [3] User defined rank
|
||||
ParameterNumber|RADIUS|Radius (Cells)|0|None|1
|
||||
ParameterNumber|RANK|User defined rank|0|1|0.5
|
||||
ParameterBoolean|RESCALE| Rescale values (0-255)|TRUE
|
@ -1,5 +0,0 @@
|
||||
ViGrA - Distance
|
||||
vigra
|
||||
ParameterRaster|INPUT|Input|False
|
||||
OutputRaster|OUTPUT|Distance
|
||||
ParameterSelection|NORM|Type of distance calculation| [0] Chessboard; [1] Manhattan; [2] Euclidean
|
@ -1,7 +0,0 @@
|
||||
ViGrA - Edge Detection
|
||||
vigra
|
||||
ParameterRaster|INPUT|Input|False
|
||||
OutputRaster|OUTPUT|Edges
|
||||
ParameterSelection|TYPE|Detector type|[0] Canny;[1] Shen-Castan
|
||||
ParameterNumber|SCALE|Operator scale|0|None|1
|
||||
ParameterNumber|THRESHOLD|Gradient threshold|0|None|1
|
@ -1,4 +0,0 @@
|
||||
ViGrA - Fourier Transform (Real)
|
||||
vigra
|
||||
ParameterRaster|INPUT|Input|False
|
||||
OutputRaster|OUTPUT|Output
|
@ -1,6 +0,0 @@
|
||||
ViGrA - Fourier Transform
|
||||
vigra
|
||||
ParameterRaster|INPUT|Input|False
|
||||
OutputRaster|REAL|Real
|
||||
OutputRaster|IMAG|Imaginary
|
||||
ParameterBoolean|CENTER|Centered|True
|
@ -1,7 +0,0 @@
|
||||
ViGrA - Fourier Transform Inverse
|
||||
vigra
|
||||
ParameterRaster|REAL|Real|False
|
||||
ParameterRaster|IMAG|Imaginary|False
|
||||
OutputRaster|REAL_OUT|Real
|
||||
OutputRaster|IMAG_OUT|Imaginary
|
||||
ParameterBoolean|CENTER|Centered|True
|
@ -1,7 +0,0 @@
|
||||
ViGrA - Smoothing
|
||||
vigra
|
||||
ParameterRaster|INPUT|Input|False
|
||||
OutputRaster|OUTPUT|Output
|
||||
ParameterSelection|TYPE|Type of smoothing|[0] exponential;[1] nonlinear;[2] gaussian
|
||||
ParameterNumber|SCALE|Size of smoothing filter|0|None|2
|
||||
ParameterNumber|EDGE|Edge threshold for nonlinear smoothing|0|None|1
|
@ -1,7 +0,0 @@
|
||||
ViGrA - Watershed Segmentation
|
||||
vigra
|
||||
ParameterRaster|INPUT|Input|False
|
||||
ParameterNumber|SCALE|Width of gradient filter|0|None|1
|
||||
ParameterBoolean|RGB|RGB coded data|True
|
||||
ParameterBoolean|EDGES|Edges|True
|
||||
OutputRaster|OUTPUT|Segmentation
|
Loading…
x
Reference in New Issue
Block a user