ee.Image.polynomial

Compute a polynomial at each pixel using the given coefficients.

UsageReturns
Image.polynomial(coefficients)Image
ArgumentTypeDetails
this: imageImageThe input image.
coefficientsListThe polynomial coefficients in increasing order of degree starting with the constant term.