segmentationGeneric: A generic dispatcher/wrapper function for running multiple...

View source: R/SOptim_SegmentationFunctions.R

segmentationGenericR Documentation

A generic dispatcher/wrapper function for running multiple segmentation methods

Description

Runs the appropriate segmentation method with the parameters defined in ....

Usage

segmentationGeneric(segmentMethod, ...)

Arguments

segmentMethod

Character string used to define the segmentation method. Available options are:

  • "SAGA_SRG" - SAGA Simple Region Growing;

  • "GRASS_RG" - GRASS Region Growing;

  • "ArcGIS_MShift" - ArcGIS Mean Shift algorithm;

  • "Terralib_Baatz" - TerraLib Baatz algorithm;

  • "Terralib_MRGrow" - TerraLib Mean Region Growing;

  • "RSGISLib_Shep" - RSGISLib Shepherd algorithm;

  • "OTB_LSMS" - OTB Large Scale Mean Shift algorithm;

  • "OTB_LSMS2" - OTB Large Scale Mean Shift algorithm with two separate sets of parameters, one for mean-shift smoothing and another for large-scale segmentation step;

...

Specific parameters to pass to each segmentation method.

See Also

Check out more information about each specific segmentation method at:

  • 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.