mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
31 lines
400 B
ReStructuredText
31 lines
400 B
ReStructuredText
FAST REGION GROWING ALGORITHM
|
|
=============================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Input Grids[MultipleInput]``:
|
|
- ``Seeds Grid[Raster]``:
|
|
- ``Smooth Rep[Raster]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Segmente[Raster]``:
|
|
- ``Mean[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:fastregiongrowingalgorithm', input, start, rep, result, mean)
|