Skip to content

Commit

Permalink
Fix Thershold parameter for SAGA Watershed algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir authored and nyalldawson committed Aug 23, 2018
1 parent 2a72eda commit ad96be9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ QgsProcessingParameterRasterLayer|GRID|Grid|None|False
QgsProcessingParameterEnum|OUTPUT|Output|[0] Seed Value;[1] Segment ID
QgsProcessingParameterEnum|DOWN|Method|[0] Minima;[1] Maxima
QgsProcessingParameterEnum|JOIN|Join Segments based on Threshold Value|[0] do not join;[1] seed to saddle difference;[2] seeds difference
QgsProcessingParameterNumber|THRESHOLD|Threshold|QgsProcessingParameterNumber.Integer|0|False|None|None
QgsProcessingParameterNumber|THRESHOLD|Threshold|QgsProcessingParameterNumber.Double|0|False|None|None
QgsProcessingParameterBoolean|EDGE |Allow Edge Pixels to be Seeds|True
QgsProcessingParameterBoolean|BBORDERS |Borders|True
QgsProcessingParameterRasterDestination|SEGMENTS|Segments
Expand Down

0 comments on commit ad96be9

Please sign in to comment.