View source: R/sagang_womblingedgedetection.R
sagang_womblingedgedetection | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Wombling (edge detection) (sagang:womblingedgedetection). —————- Arguments —————- TMAGNITUDE: Minimum Magnitude Default value: 90 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 TDIRECTION: Maximum Angle Default value: 30 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 TNEIGHBOUR: Minimum Neighbours 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 ALIGNMENT: Alignment Default value: 1 Argument type: enum Available values: - 0: (0) between cells - 1: (1) on cell Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' NEIGHBOUR: Edge Connectivity Default value: 1 Argument type: enum Available values: - 0: (0) Rooke's case - 1: (1) Queen's case Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' FEATURE: Feature Argument type: raster Acceptable values: - Path to a raster layer EDGE_POINTS: Edge Points Argument type: vectorDestination Acceptable values: - Path for new vector layer EDGE_LINES: Edge Segments Argument type: vectorDestination Acceptable values: - Path for new vector layer GRADIENTS_OUT: Output of Gradients Default value: false 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 GRADIENTS: Gradients Argument type: rasterDestination Acceptable values: - Path for new raster layer
sagang_womblingedgedetection(
TMAGNITUDE = qgisprocess:::qgis_default_value(),
TDIRECTION = qgisprocess:::qgis_default_value(),
TNEIGHBOUR = qgisprocess:::qgis_default_value(),
ALIGNMENT = qgisprocess:::qgis_default_value(),
NEIGHBOUR = qgisprocess:::qgis_default_value(),
FEATURE = qgisprocess:::qgis_default_value(),
EDGE_POINTS = qgisprocess:::qgis_default_value(),
EDGE_LINES = qgisprocess:::qgis_default_value(),
GRADIENTS_OUT = qgisprocess:::qgis_default_value(),
GRADIENTS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
TMAGNITUDE |
|
TDIRECTION |
|
TNEIGHBOUR |
|
ALIGNMENT |
|
NEIGHBOUR |
|
FEATURE |
|
EDGE_POINTS |
|
EDGE_LINES |
|
GRADIENTS_OUT |
|
GRADIENTS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
EDGE_LINES - outputVector - Edge Segments
EDGE_POINTS - outputVector - Edge Points
GRADIENTS - outputRaster - Gradients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.