ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.ImageCollection.or
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রতিটি পিক্সেলকে 1 এ সেট করে একটি চিত্র সংগ্রহকে কমিয়ে দেয় যদি এবং শুধুমাত্র যদি সেই পিক্সেলের অ-মুখোশ মানগুলির মধ্যে যেকোন মান সব মিলে যাওয়া ব্যান্ডের স্ট্যাক জুড়ে শূন্য হয় না। ব্যান্ডগুলো নামের সাথে মিলে যায়।
ব্যবহার | রিটার্নস | ImageCollection. or () | ছবি |
যুক্তি | টাইপ | বিস্তারিত | এই: collection | ইমেজ কালেকশন | ছবির সংগ্রহ কমাতে হবে। |
,প্রতিটি পিক্সেলকে 1 এ সেট করে একটি চিত্র সংগ্রহকে কমিয়ে দেয় যদি এবং শুধুমাত্র যদি সেই পিক্সেলের অ-মুখোশ মানগুলির মধ্যে যেকোন মান সব মিলে যাওয়া ব্যান্ডের স্ট্যাক জুড়ে শূন্য হয় না। ব্যান্ডগুলো নামের সাথে মিলে যায়।
ব্যবহার | রিটার্নস | ImageCollection. or () | ছবি |
যুক্তি | টাইপ | বিস্তারিত | এই: collection | ইমেজ কালেকশন | ছবির সংগ্রহ কমাতে হবে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eReduces an image collection to a single image where pixels are set to 1 if any corresponding non-masked pixel in the collection is non-zero.\u003c/p\u003e\n"],["\u003cp\u003eBand matching across images within the collection is based on band names for pixel comparison.\u003c/p\u003e\n"],["\u003cp\u003eThe reduction process considers only non-masked pixel values, ignoring masked areas in the input image collection.\u003c/p\u003e\n"],["\u003cp\u003eThis operation is accessible through the \u003ccode\u003eImageCollection.or()\u003c/code\u003e method and returns a single image as its output.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.or\n\nReduces an image collection by setting each pixel to 1 if and only if any of the non-masked values at that pixel are non-zero across the stack of all matching bands. Bands are matched by name.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| ImageCollection.or`()` | Image |\n\n| Argument | Type | Details |\n|--------------------|-----------------|---------------------------------|\n| this: `collection` | ImageCollection | The image collection to reduce. |"]]