إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Image.polynomial
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
احتساب حدودية في كل بكسل باستخدام المعاملات المحدّدة
الاستخدام | المرتجعات |
---|
Image.polynomial(coefficients) | صورة |
الوسيطة | النوع | التفاصيل |
---|
هذا: image | صورة | الصورة المدخَلة |
coefficients | قائمة | معاملات الحدود المتعددة بترتيب تصاعدي للدرجة بدءًا من الحد الثابت |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]