ee.Image.randomVisualizer
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह पहली बैंड की पिक्सल की हर यूनीक वैल्यू को कोई रैंडम रंग असाइन करके, विज़ुअलाइज़ेशन इमेज बनाता है. आउटपुट इमेज के पहले तीन बैंड में 8-बिट R, G, और B वैल्यू होंगी. इसके बाद, इनपुट इमेज के सभी बैंड होंगे.
इस्तेमाल | रिटर्न |
---|
Image.randomVisualizer() | इमेज |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: image | इमेज | कम से कम एक बैंड वाली इमेज. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (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. |"]]