ee.Image.polynomial
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Berechnet für jedes Pixel ein Polynom mit den angegebenen Koeffizienten.
Nutzung | Ausgabe |
---|
Image.polynomial(coefficients) | Bild |
Argument | Typ | Details |
---|
So gehts: image | Bild | Das Eingabebild. |
coefficients | Liste | Die Polynomkoeffizienten in aufsteigender Reihenfolge des Grads, beginnend mit dem konstanten Term. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eThe \u003ccode\u003epolynomial\u003c/code\u003e method computes a polynomial at each pixel of an image using provided coefficients.\u003c/p\u003e\n"],["\u003cp\u003eIt takes an input image and a list of coefficients representing the polynomial.\u003c/p\u003e\n"],["\u003cp\u003eThe coefficients are ordered by increasing degree, with the constant term first.\u003c/p\u003e\n"],["\u003cp\u003eThe method returns a new image with the polynomial applied to each pixel.\u003c/p\u003e\n"]]],[],null,["# ee.Image.polynomial\n\nCompute a polynomial at each pixel using the given coefficients.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------|---------|\n| Image.polynomial`(coefficients)` | Image |\n\n| Argument | Type | Details |\n|----------------|-------|--------------------------------------------------------------------------------------------|\n| this: `image` | Image | The input image. |\n| `coefficients` | List | The polynomial coefficients in increasing order of degree starting with the constant term. |"]]