Skip to content

Commit 9da4669

Browse files
luipirnyalldawson
authored andcommittedAug 27, 2018
Fix Thershold parameter for SAGA Watershed algorithm
(cherry picked from commit ad96be9)
1 parent 9d07a8f commit 9da4669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/saga/description/WatershedSegmentation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ QgsProcessingParameterRasterLayer|GRID|Grid|None|False
44
QgsProcessingParameterEnum|OUTPUT|Output|[0] Seed Value;[1] Segment ID
55
QgsProcessingParameterEnum|DOWN|Method|[0] Minima;[1] Maxima
66
QgsProcessingParameterEnum|JOIN|Join Segments based on Threshold Value|[0] do not join;[1] seed to saddle difference;[2] seeds difference
7-
QgsProcessingParameterNumber|THRESHOLD|Threshold|QgsProcessingParameterNumber.Integer|0|False|None|None
7+
QgsProcessingParameterNumber|THRESHOLD|Threshold|QgsProcessingParameterNumber.Double|0|False|None|None
88
QgsProcessingParameterBoolean|EDGE |Allow Edge Pixels to be Seeds|True
99
QgsProcessingParameterBoolean|BBORDERS |Borders|True
1010
QgsProcessingParameterRasterDestination|SEGMENTS|Segments

0 commit comments

Comments
 (0)
Please sign in to comment.