ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Image.hsvToRgb
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ছবিকে HSV কালার স্পেস থেকে RGB কালার স্পেসে রূপান্তরিত করে। পরিসরে একটি 3-ব্যান্ড ইমেজ আশা করে [0, 1], এবং 3টি ব্যান্ড তৈরি করে: রেঞ্জের মান সহ লাল, সবুজ এবং নীল।
ব্যবহার | রিটার্নস | Image. hsvToRgb () | ছবি |
যুক্তি | টাইপ | বিস্তারিত | এই: 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\u003eTransforms an image from the HSV (Hue, Saturation, Value) color space to the RGB (Red, Green, Blue) color space.\u003c/p\u003e\n"],["\u003cp\u003eAccepts a 3-band HSV image with values between 0 and 1 and outputs a 3-band RGB image with values also ranging from 0 to 1.\u003c/p\u003e\n"],["\u003cp\u003eCan be applied to an image using the \u003ccode\u003eImage.hsvToRgb()\u003c/code\u003e method, which returns the transformed image.\u003c/p\u003e\n"]]],["Converts an image from the HSV color space to the RGB color space. The input image should have three bands with values between 0 and 1. The output will be a three-band RGB image, also with values in the range of 0 to 1. The function `hsvToRgb()` is applied to an input image, and it returns the transformed image.\n"],null,["# ee.Image.hsvToRgb\n\nTransforms the image from the HSV color space to the RGB color space. Expects a 3-band image in the range \\[0, 1\\], and produces 3 bands: red, green and blue with values in the range \\[0, 1\\].\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------|---------|\n| Image.hsvToRgb`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|-------------------------|\n| this: `image` | Image | The image to transform. |"]]