segmentationParamNames: Names of segmentation parameters that will be optimized

View source: R/SOptim_SegmentationFunctions.R

segmentationParamNamesR Documentation

Names of segmentation parameters that will be optimized

Description

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)

Usage

segmentationParamNames()

Value

Returns the parameter names as list object.

See Also

  • segmentation_SAGA_SRG,

  • segmentation_GRASS_RG,

  • segmentation_ArcGIS_MShift,

  • segmentation_Terralib_Baatz,

  • segmentation_Terralib_MRGrow,

  • segmentation_RSGISLib_Shep,

  • segmentation_OTB_LSMS,

  • segmentation_OTB_LSMS2


joaofgoncalves/SegOptim documentation built on Feb. 5, 2024, 11:10 p.m.