ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Image.polynomial
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রদত্ত সহগ ব্যবহার করে প্রতিটি পিক্সেলে একটি বহুপদ গণনা করুন।
ব্যবহার | রিটার্নস | Image. polynomial (coefficients) | ছবি |
যুক্তি | টাইপ | বিস্তারিত | এই: image | ছবি | ইনপুট ইমেজ. |
coefficients | তালিকা | ধ্রুবক পদ থেকে শুরু করে ডিগ্রির ক্রমবর্ধমান বহুপদী সহগ। |
,প্রদত্ত সহগ ব্যবহার করে প্রতিটি পিক্সেলে একটি বহুপদ গণনা করুন।
ব্যবহার | রিটার্নস | Image. polynomial (coefficients) | ছবি |
যুক্তি | টাইপ | বিস্তারিত | এই: image | ছবি | ইনপুট ইমেজ. |
coefficients | তালিকা | ধ্রুবক পদ থেকে শুরু করে ডিগ্রির ক্রমবর্ধমান বহুপদী সহগ। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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. |"]]