Description Usage Arguments Note Author(s) Examples
Calculates a mean shift filtering
1 2 3 | ## S4 method for signature 'character'
otbcli_LSMSVectorization(x, inseg = NULL, out = NULL,
tilesizex = 500, tilesizey = 500, verbose = FALSE, ram = "8192")
|
x |
A |
inseg |
A |
out |
The full path and name of the output file (shp) |
tilesizex |
Size of individual processing tiles in x direction |
tilesizey |
Size of individual processing tiles in y direction |
verbose |
switch for system messages default is FALSE |
ram |
reserved memory in MB |
the otb is used for the calculation of the statistics.
Thomas Nauss
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.