ee.Image.polynomial
Compute a polynomial at each pixel using the given coefficients.
Usage | Returns |
---|
Image.polynomial(coefficients) | Image |
Argument | Type | Details |
---|
this: image | Image | The input image. |
coefficients | List | The polynomial coefficients in increasing order of degree starting with the constant term. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["The `polynomial` method computes a polynomial at each pixel of an image using provided coefficients."],["It takes an input image and a list of coefficients representing the polynomial."],["The coefficients are ordered by increasing degree, with the constant term first."],["The method returns a new image with the polynomial applied to each pixel."]]],[]]