ee.Image.rsedTransform

Computes the 2D maximal height surface created by placing an inverted parabola over each non-zero pixel of the input image, where the pixel's value is the height of the parabola. Viewed as a binary image (zero/not-zero) this is equivalent to buffering each non-zero input pixel by the square root of its value, in pixels.

UsageReturns
Image.rsedTransform(neighborhood, units)Image
ArgumentTypeDetails
this: imageImageThe input image.
neighborhoodInteger, default: 256Neighborhood size in pixels.
unitsString, default: "pixels"The units of the neighborhood, currently only 'pixels' are supported.