View source: R/SOptim_SegmentationFunctions.R
segmentationParamNames | R Documentation |
Outputs a list containing the names of segmentation parameters that will be optimized by the package for each available segmentation algorithm:
SAGA_SRG - SAGA Seeded Region Growing,
GRASS_RG - GRASS Region Growing,
ArcGIS_MShift - Mean Shift algorithm from ArcGIS,
TerraLib_Baatz and TerraLib_MRGrow - Baatz algorithm and Mean Region Growing from TerraLib,
RSGISLib_Shep - Shepherd's algorithm from RSGISLib,and,
Orfeo Toolbox (OTB) - Large-scale Mean-shift (single and two parameter set)
segmentationParamNames()
Returns the parameter names as list
object.
segmentation_SAGA_SRG
,
segmentation_GRASS_RG
,
segmentation_ArcGIS_MShift
,
segmentation_Terralib_Baatz
,
segmentation_Terralib_MRGrow
,
segmentation_RSGISLib_Shep
,
segmentation_OTB_LSMS
,
segmentation_OTB_LSMS2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.