ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Image.randomVisualizer
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রথম ব্যান্ডের পিক্সেলের প্রতিটি অনন্য মানকে একটি এলোমেলো রঙ নির্ধারণ করে একটি ভিজ্যুয়ালাইজেশন ইমেজ তৈরি করে। আউটপুট চিত্রের প্রথম তিনটি ব্যান্ডে 8-বিট R, G এবং B মান থাকবে, তারপরে ইনপুট চিত্রের সমস্ত ব্যান্ড থাকবে।
ব্যবহার | রিটার্নস | Image. randomVisualizer () | ছবি |
যুক্তি | টাইপ | বিস্তারিত | এই: image | ছবি | অন্তত একটি ব্যান্ড সহ ছবি। |
,প্রথম ব্যান্ডের পিক্সেলের প্রতিটি অনন্য মানকে একটি এলোমেলো রঙ নির্ধারণ করে একটি ভিজ্যুয়ালাইজেশন ইমেজ তৈরি করে। আউটপুট চিত্রের প্রথম তিনটি ব্যান্ডে 8-বিট R, G এবং B মান থাকবে, তারপরে ইনপুট চিত্রের সমস্ত ব্যান্ড থাকবে।
ব্যবহার | রিটার্নস | Image. randomVisualizer () | ছবি |
যুক্তি | টাইপ | বিস্তারিত | এই: image | ছবি | অন্তত একটি ব্যান্ড সহ ছবি। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eGenerates a visualization by assigning random colors to unique pixel values in the first band of an image.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting image includes red, green, and blue bands derived from these random colors, followed by all original image bands.\u003c/p\u003e\n"],["\u003cp\u003eThis visualization tool helps in understanding the distribution and patterns of pixel values within an image.\u003c/p\u003e\n"]]],["The function `randomVisualizer()` generates a visualization image from an input image. It assigns a random color to each unique pixel value in the first band. The output image's first three bands store 8-bit Red, Green, and Blue values representing these colors. Remaining bands in the output mirror the input image's bands. It operates on an `Image` with at least one band and returns a modified `Image`.\n"],null,["# ee.Image.randomVisualizer\n\nCreates a visualization image by assigning a random color to each unique value of the pixels of the first band. The first three bands of the output image will contain 8-bit R, G and B values, followed by all bands of the input image.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------|---------|\n| Image.randomVisualizer`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|-------------------------------|\n| this: `image` | Image | Image with at least one band. |"]]