SAGA-GIS Tool Library Documentation (v8.2.1)

Tool IMCORR - Feature Tracking

The tool performs an image correlation based on two raster data sets. Additionally, two DTMs can be given and used to optain 3D displacement vectors.
This is a SAGA implementation of the standalone IMCORR software provided by the National Snow and Ice Data Center in Boulder, Colorado / US.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputGrid 1Grid, inputGRID_1The first grid to correlate-
Grid 2Grid, inputGRID_2The second grid to correlate-
DTM 1 (*)Grid, input, optionalDTM_1The first DTM used to assign height information to grid 1-
DTM 2 (*)Grid, input, optionalDTM_2The second DTM used to assign height information to grid 2-
OutputCorrelated PointsShapes, outputCORRPOINTSCorrelated points with displacement and correlation information-
Displacement VectorShapes, outputCORRLINESDisplacement vectors between correlated points-
OptionsGrid SystemGrid systemPARAMETERS_GRID_SYSTEM--
Search Chip Size (Cells)ChoiceSEARCH_CHIPSIZEChip size of search chip, used to find correlating reference chipAvailable Choices:
[0] 16x16
[1] 32x32
[2] 64x64
[3] 128x128
[4] 256x256
Default: 2
Reference Chip Size (Cells)ChoiceREF_CHIPSIZEChip size of reference chip to be found in search chipAvailable Choices:
[0] 16x16
[1] 32x32
[2] 64x64
[3] 128x128
Default: 1
Grid Spacing (Map Units)Floating pointGRID_SPACINGGrid spacing used for the construction of correlated points [map units]Minimum: 0.100000
Maximum: 256.000000
Default: 10.000000
(*) optional

Command-line

Usage: saga_cmd grid_analysis 19 [-GRID_1 <str>] [-GRID_2 <str>] [-DTM_1 <str>] [-DTM_2 <str>] [-CORRPOINTS <str>] [-CORRLINES <str>] [-SEARCH_CHIPSIZE <str>] [-REF_CHIPSIZE <str>] [-GRID_SPACING <double>]
  -GRID_1:<str>         	Grid 1
	Grid, input
  -GRID_2:<str>         	Grid 2
	Grid, input
  -DTM_1:<str>          	DTM 1
	Grid, input, optional
  -DTM_2:<str>          	DTM 2
	Grid, input, optional
  -CORRPOINTS:<str>     	Correlated Points
	Shapes, output
  -CORRLINES:<str>      	Displacement Vector
	Shapes, output
  -SEARCH_CHIPSIZE:<str>	Search Chip Size (Cells)
	Choice
	Available Choices:
	[0] 16x16
	[1] 32x32
	[2] 64x64
	[3] 128x128
	[4] 256x256
	Default: 2
  -REF_CHIPSIZE:<str>   	Reference Chip Size (Cells)
	Choice
	Available Choices:
	[0] 16x16
	[1] 32x32
	[2] 64x64
	[3] 128x128
	Default: 1
  -GRID_SPACING:<double>	Grid Spacing (Map Units)
	Floating point
	Minimum: 0.100000
	Maximum: 256.000000
	Default: 10.000000