File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
python/plugins/processing Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ QgsProcessingParameterEnum|OUTPUT|Output|[0] Seed Value;[1] Segment ID
5
5
QgsProcessingParameterEnum|DOWN|Method|[0] Minima;[1] Maxima
6
6
QgsProcessingParameterEnum|JOIN|Join Segments based on Threshold Value|[0] do not join;[1] seed to saddle difference;[2] seeds difference
7
7
QgsProcessingParameterNumber|THRESHOLD|Threshold|QgsProcessingParameterNumber.Double|0|False|None|None
8
- QgsProcessingParameterBoolean|EDGE |Allow Edge Pixels to be Seeds|True
9
- QgsProcessingParameterBoolean|BBORDERS |Borders|True
8
+ QgsProcessingParameterBoolean|EDGE|Allow Edge Pixels to be Seeds|True
9
+ QgsProcessingParameterBoolean|BBORDERS|Borders|True
10
10
QgsProcessingParameterRasterDestination|SEGMENTS|Segments
11
11
QgsProcessingParameterVectorDestination|SEEDS|Seed Points
12
12
QgsProcessingParameterRasterDestination|BORDERS|Borders
Original file line number Diff line number Diff line change @@ -432,9 +432,9 @@ tests:
432
432
- algorithm : saga:watershedsegmentation
433
433
name : Test (saga:watershedsegmentation)
434
434
params :
435
- ' BBORDERS ' : true
435
+ ' BBORDERS ' : true
436
436
DOWN : 0
437
- ' EDGE ' : true
437
+ ' EDGE ' : true
438
438
GRID :
439
439
name : dem.tif
440
440
type : raster
You can’t perform that action at this time.
0 commit comments