View source: R/sagang_texturalfeatures.R
sagang_texturalfeatures | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Textural features (sagang:texturalfeatures). —————- Arguments —————- GRID: Grid Argument type: raster Acceptable values: - Path to a raster layer ASM: Angular Second Moment Argument type: rasterDestination Acceptable values: - Path for new raster layer CONTRAST: Contrast Argument type: rasterDestination Acceptable values: - Path for new raster layer CORRELATION: Correlation Argument type: rasterDestination Acceptable values: - Path for new raster layer VARIANCE: Variance Argument type: rasterDestination Acceptable values: - Path for new raster layer IDM: Inverse Diff Moment Argument type: rasterDestination Acceptable values: - Path for new raster layer SUM_AVERAGE: Sum Average Argument type: rasterDestination Acceptable values: - Path for new raster layer SUM_ENTROPY: Sum Entropy Argument type: rasterDestination Acceptable values: - Path for new raster layer SUM_VARIANCE: Sum Variance Argument type: rasterDestination Acceptable values: - Path for new raster layer ENTROPY: Entropy Argument type: rasterDestination Acceptable values: - Path for new raster layer DIF_VARIANCE: Difference Variance Argument type: rasterDestination Acceptable values: - Path for new raster layer DIF_ENTROPY: Difference Entropy Argument type: rasterDestination Acceptable values: - Path for new raster layer MOC_1: Measure of Correlation-1 Argument type: rasterDestination Acceptable values: - Path for new raster layer MOC_2: Measure of Correlation-2 Argument type: rasterDestination Acceptable values: - Path for new raster layer DIRECTION: Direction Default value: 0 Argument type: enum Available values: - 0: (0) all - 1: (1) N-S - 2: (2) NE-SW - 3: (3) E-W - 4: (4) SE-NW Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' RADIUS: Radius 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 DISTANCE: Distance 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 MAX_CATS: Maximum Number of Categories Default value: 256 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_texturalfeatures(
GRID = qgisprocess:::qgis_default_value(),
ASM = qgisprocess:::qgis_default_value(),
CONTRAST = qgisprocess:::qgis_default_value(),
CORRELATION = qgisprocess:::qgis_default_value(),
VARIANCE = qgisprocess:::qgis_default_value(),
IDM = qgisprocess:::qgis_default_value(),
SUM_AVERAGE = qgisprocess:::qgis_default_value(),
SUM_ENTROPY = qgisprocess:::qgis_default_value(),
SUM_VARIANCE = qgisprocess:::qgis_default_value(),
ENTROPY = qgisprocess:::qgis_default_value(),
DIF_VARIANCE = qgisprocess:::qgis_default_value(),
DIF_ENTROPY = qgisprocess:::qgis_default_value(),
MOC_1 = qgisprocess:::qgis_default_value(),
MOC_2 = qgisprocess:::qgis_default_value(),
DIRECTION = qgisprocess:::qgis_default_value(),
RADIUS = qgisprocess:::qgis_default_value(),
DISTANCE = qgisprocess:::qgis_default_value(),
MAX_CATS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
GRID |
|
ASM |
|
CONTRAST |
|
CORRELATION |
|
VARIANCE |
|
IDM |
|
SUM_AVERAGE |
|
SUM_ENTROPY |
|
SUM_VARIANCE |
|
ENTROPY |
|
DIF_VARIANCE |
|
DIF_ENTROPY |
|
MOC_1 |
|
MOC_2 |
|
DIRECTION |
|
RADIUS |
|
DISTANCE |
|
MAX_CATS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
ASM - outputRaster - Angular Second Moment
CONTRAST - outputRaster - Contrast
CORRELATION - outputRaster - Correlation
DIF_ENTROPY - outputRaster - Difference Entropy
DIF_VARIANCE - outputRaster - Difference Variance
ENTROPY - outputRaster - Entropy
IDM - outputRaster - Inverse Diff Moment
MOC_1 - outputRaster - Measure of Correlation-1
MOC_2 - outputRaster - Measure of Correlation-2
SUM_AVERAGE - outputRaster - Sum Average
SUM_ENTROPY - outputRaster - Sum Entropy
SUM_VARIANCE - outputRaster - Sum Variance
VARIANCE - outputRaster - Variance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.