ee.Image.derivative

Computes the X and Y discrete derivatives for each band in the input image, in pixel coordinates.

For each band of the input image, the output image will have two bands named with the suffixes _x and _y, containing the respective derivatives.

UsageReturns
Image.derivative()Image
ArgumentTypeDetails
this: imageImageThe input image.