View source: R/sagang_imcorrfeaturetracking.R
sagang_imcorrfeaturetracking | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Imcorr - feature tracking (sagang:imcorrfeaturetracking). —————- Arguments —————- GRID_1: Grid 1 Argument type: raster Acceptable values: - Path to a raster layer GRID_2: Grid 2 Argument type: raster Acceptable values: - Path to a raster layer DTM_1: DTM 1 (optional) Argument type: raster Acceptable values: - Path to a raster layer DTM_2: DTM 2 (optional) Argument type: raster Acceptable values: - Path to a raster layer CORRPOINTS: Correlated Points Argument type: vectorDestination Acceptable values: - Path for new vector layer CORRLINES: Displacement Vector Argument type: vectorDestination Acceptable values: - Path for new vector layer SEARCH_CHIPSIZE: Search Chip Size (Cells) Default value: 2 Argument type: enum Available values: - 0: (0) 16x16 - 1: (1) 32x32 - 2: (2) 64x64 - 3: (3) 128x128 - 4: (4) 256x256 Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' REF_CHIPSIZE: Reference Chip Size (Cells) Default value: 1 Argument type: enum Available values: - 0: (0) 16x16 - 1: (1) 32x32 - 2: (2) 64x64 - 3: (3) 128x128 Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' GRID_SPACING: Grid Spacing (Map Units) Default value: 10 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_imcorrfeaturetracking(
GRID_1 = qgisprocess:::qgis_default_value(),
GRID_2 = qgisprocess:::qgis_default_value(),
DTM_1 = qgisprocess:::qgis_default_value(),
DTM_2 = qgisprocess:::qgis_default_value(),
CORRPOINTS = qgisprocess:::qgis_default_value(),
CORRLINES = qgisprocess:::qgis_default_value(),
SEARCH_CHIPSIZE = qgisprocess:::qgis_default_value(),
REF_CHIPSIZE = qgisprocess:::qgis_default_value(),
GRID_SPACING = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
GRID_1 |
|
GRID_2 |
|
DTM_1 |
|
DTM_2 |
|
CORRPOINTS |
|
CORRLINES |
|
SEARCH_CHIPSIZE |
|
REF_CHIPSIZE |
|
GRID_SPACING |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CORRLINES - outputVector - Displacement Vector
CORRPOINTS - outputVector - Correlated Points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.