SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Seed Generation

The tool allows one to create seed points from a stack of input features. Such seed points can be used, for example, as input in the 'Seeded Region Growing' tool.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputFeaturesgrid list, inputFEATURES--
OutputVariancegrid, outputVARIANCE--
Seeds Grid (*)grid, output, optionalSEED_GRID--
Seed Points (*)shapes, output, optionalSEED_POINTS--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Seed TypechoiceSEED_TYPE-Available Choices:
[0] minima of variance
[1] maxima of variance
Default: 0
MethodchoiceMETHOD-Available Choices:
[0] band width smoothing
[1] band width search
Default: 0
Bandwidth (Cells)floating point numberBAND_WIDTH-Minimum: 1.000000
Default: 10.000000
Normalize FeaturesbooleanNORMALIZEStandardize the input features, i.e. rescale the input data (features) such that the mean equals 0 and the standard deviation equals 1. This is helpful when the input features have different scales, units or outliers.Default: 0
Weighting FunctionchoiceDW_WEIGHTING-Available Choices:
[0] no distance weighting
[1] inverse distance to a power
[2] exponential
[3] gaussian
Default: 0
Powerfloating point numberDW_IDW_POWER-Minimum: 0.000000
Default: 2.000000
Bandwidthfloating point numberDW_BANDWIDTHBandwidth for exponential and Gaussian weightingMinimum: 0.000000
Default: 1.000000
(*) optional

Command-line

Usage: saga_cmd imagery_segmentation 2 [-FEATURES <str>] [-VARIANCE <str>] [-SEED_GRID <str>] [-SEED_POINTS <str>] [-SEED_TYPE <str>] [-METHOD <str>] [-BAND_WIDTH <double>] [-NORMALIZE <str>] [-DW_WEIGHTING <str>] [-DW_IDW_POWER <double>] [-DW_BANDWIDTH <double>]
  -FEATURES:<str>       	Features
	grid list, input
  -VARIANCE:<str>       	Variance
	grid, output
  -SEED_GRID:<str>      	Seeds Grid
	grid, output, optional
  -SEED_POINTS:<str>    	Seed Points
	shapes, output, optional
  -SEED_TYPE:<str>      	Seed Type
	choice
	Available Choices:
	[0] minima of variance
	[1] maxima of variance
	Default: 0
  -METHOD:<str>         	Method
	choice
	Available Choices:
	[0] band width smoothing
	[1] band width search
	Default: 0
  -BAND_WIDTH:<double>  	Bandwidth (Cells)
	floating point number
	Minimum: 1.000000
	Default: 10.000000
  -NORMALIZE:<str>      	Normalize Features
	boolean
	Default: 0
  -DW_WEIGHTING:<str>   	Weighting Function
	choice
	Available Choices:
	[0] no distance weighting
	[1] inverse distance to a power
	[2] exponential
	[3] gaussian
	Default: 0
  -DW_IDW_POWER:<double>	Power
	floating point number
	Minimum: 0.000000
	Default: 2.000000
  -DW_BANDWIDTH:<double>	Bandwidth
	floating point number
	Minimum: 0.000000
	Default: 1.000000