| Tool Name | Feature Tracking |
| Tool ID | 19 |
| Library ID | grid_analysis |
| Version | 1.2 |
| Author(s) | M. Bremer, V. Wichmann (c) 2012-2026 |
Fahnestock, M. A., Scambos, T. A., and Bindschadler, R. A. (1992): Semi-automated ice velocity determination from satellite imagery. Eos, 73, 493.
Fey, C., Rutzinger, M., Wichmann, V., Prager, C., Bremer, M., and Zangerl, C. (2015): Deriving 3D displacement vectors from multi-temporal airborne laser scanning data for landslide activity analyses. GIScience & Remote Sensing, 52(4), 437-461. Link
Scambos, T. A., Dutkiewicz, M. J., Wilson, J. C., and Bindschadler, R. A. (1992): Application of image cross-correlation to the measurement of glacier velocity using satellite image data. Remote Sensing Environ., 42(3), 177-186. Link
| Name | Type | Identifier | Description | Constraints |
|---|---|---|---|---|
| Input | ||||
| Grid 1 | grid, input | GRID_1 | The first grid to correlate. | |
| Grid 2 | grid, input | GRID_2 | The second grid to correlate. | |
| DTM 1 | grid, input, optional | DTM_1 | The DEM used to extract elevation information for grid 1. | |
| DTM 2 | grid, input, optional | DTM_2 | The DEM used to extract elevation information for grid 2. | |
| Displacement Offsets | shapes, input | SHP_OFFSET | A point shapes layer with start positions and pre-calculated displacement offsets. | |
| Output | ||||
| Correlated Points | shapes, output | CORRPOINTS | Point shapes layer of correlated positions with displacement and correlation information. | |
| Displacement Vector | shapes, output | CORRLINES | Line shapes layer with displacement vectors between correlated points. | |
| Options | ||||
| Correlation Method | choice | CORR_METHOD | Choose the correlation method to use. | Available Choices: [0] local NCC [1] FFT-based NCC Default: 0 |
| Search Chip Size | choice | SEARCH_CHIPSIZE | The size of the search chip (rectangular search area) used to find the correlating reference chip (pattern template) [cells]. | Available Choices: [0] 32x32 [1] 64x64 [2] 128x128 [3] 256x256 Default: 1 |
| Reference Chip Size | choice | REF_CHIPSIZE | The size of the reference chip, i.e. the pattern template to find in search chip [cells]. | Available Choices: [0] 16x16 [1] 32x32 [2] 64x64 [3] 128x128 Default: 1 |
| Kernel Type | choice | KERNEL_TYPE | The kernel's shape. | Available Choices: [0] Square [1] Circle Default: 1 |
| Weighting | choice | WEIGHTING | The kernel weighting. | Available Choices: [0] no weighting [1] Gaussian weighting Default: 1 |
| Stepping | integer number | STEPPING | The grid cell stepping used to move the search chip over the input grids [cells]. | Minimum: 1 Default: 2 |
| Offset Type | choice | OFFSET_TYPE | Determines whether no offset between reference and search chip is applied, a uniform offset is used, or the offset varies across the spatial extent. | Available Choices: [0] no offset [1] constant offset [2] spatially variable offset Default: 0 |
| X Displacement | floating point number | DISP_X | The expected displacement in the x-direction (positive = east) [map units]. | Default: 0.000000 |
| Y Displacement | floating point number | DISP_Y | The expected displacement in the y-direction (positive = north) [map units]. | Default: 0.000000 |
| X Displacement | table field | FIELD_DISP_X | The attribute specifying the expected displacement in the x-direction (positive = east) [map units]. | |
| Y Displacement | table field | FIELD_DISP_Y | The attribute specifying the expected displacement in the y-direction (positive = north) [map units]. | |
| ID | table field | FIELD_ID | The identifier of the measurement position. | |
| Maximum Distance | floating point number | MAX_DIST | The maximum distance of a raster cell node to a pre-calculated start position [map units]. | Minimum: 0.000000 Default: 4.000000 |