View source: R/sagang_geodesicmorphologicalreconstruction.R
sagang_geodesicmorphologicalreconstruction | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Geodesic morphological reconstruction (sagang:geodesicmorphologicalreconstruction). —————- Arguments —————- INPUT_GRID: Input Grid Argument type: raster Acceptable values: - Path to a raster layer OBJECT_GRID: Object Grid Argument type: rasterDestination Acceptable values: - Path for new raster layer DIFFERENCE_GRID: Difference Input - Reconstruction Argument type: rasterDestination Acceptable values: - Path for new raster layer SHIFT_VALUE: Shift value Default value: 5 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 BORDER_YES_NO: Preserve 1px border Yes/No Default value: true Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - 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 BIN_YES_NO: Create a binary mask Yes/No Default value: true Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - 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 THRESHOLD: Threshold Default value: 1 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_geodesicmorphologicalreconstruction(
INPUT_GRID = qgisprocess:::qgis_default_value(),
OBJECT_GRID = qgisprocess:::qgis_default_value(),
DIFFERENCE_GRID = qgisprocess:::qgis_default_value(),
SHIFT_VALUE = qgisprocess:::qgis_default_value(),
BORDER_YES_NO = qgisprocess:::qgis_default_value(),
BIN_YES_NO = qgisprocess:::qgis_default_value(),
THRESHOLD = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT_GRID |
|
OBJECT_GRID |
|
DIFFERENCE_GRID |
|
SHIFT_VALUE |
|
BORDER_YES_NO |
|
BIN_YES_NO |
|
THRESHOLD |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
DIFFERENCE_GRID - outputRaster - Difference Input - Reconstruction
OBJECT_GRID - outputRaster - Object Grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.