ee.Image.randomVisualizer
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
با اختصاص یک رنگ تصادفی به هر مقدار منحصر به فرد پیکسل های باند اول، یک تصویر تجسم ایجاد می کند. سه باند اول تصویر خروجی شامل مقادیر R، G و B 8 بیتی و به دنبال آن همه باندهای تصویر ورودی خواهد بود.
استفاده | برمی گرداند | Image. randomVisualizer () | تصویر |
استدلال | تایپ کنید | جزئیات | این: image | تصویر | تصویر با حداقل یک باند. |
،با اختصاص یک رنگ تصادفی به هر مقدار منحصر به فرد پیکسل های باند اول، یک تصویر تجسم ایجاد می کند. سه باند اول تصویر خروجی شامل مقادیر R، G و B 8 بیتی و به دنبال آن همه باندهای تصویر ورودی خواهد بود.
استفاده | برمی گرداند | Image. randomVisualizer () | تصویر |
استدلال | تایپ کنید | جزئیات | این: image | تصویر | تصویر با حداقل یک باند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]