Description Usage Arguments Note Author(s) Examples
Calculates a mean shift filtering
1 2 3 4  | ## S4 method for signature 'character'
otbcli_LSMSSmallRegionsMerging(x, inseg = NULL,
  out = NULL, minsize = 20, tilesizex = 500, tilesizey = 500,
  verbose = FALSE, return_raster = FALSE, ram = "8192")
 | 
x | 
 A   | 
inseg | 
 A   | 
out | 
 The full path and name of the output file  | 
minsize | 
 Minimum size of the extracted segments  | 
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  | 
return_raster | 
 boolean if TRUE a raster stack is returned  | 
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.