ee.Algorithms.Image.Segmentation.seedGrid

Selects seed pixels for clustering.

UsageReturns
ee.Algorithms.Image.Segmentation.seedGrid(size, gridType)Image
ArgumentTypeDetails
sizeInteger, default: 5The superpixel seed location spacing, in pixels.
gridTypeString, default: "square"Type of grid. One of 'square' or 'hex'.