সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
টেনসরফ্লো :: অপস:: HSVToRGB
#include <image_ops.h>
HSV থেকে RGB-তে এক বা একাধিক ছবি রূপান্তর করুন।
সারাংশ
পিক্সেলের RGB মান সমন্বিত images
টেনসরের মতো একই আকৃতির একটি টেনসর আউটপুট করে। আউটপুট শুধুমাত্র ভালভাবে সংজ্ঞায়িত করা হয় যদি images
মান [0,1]
এ থাকে।
HSV এনকোডিংয়ের বর্ণনার জন্য rgb_to_hsv
দেখুন।
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
- ছবি: 1-ডি বা উচ্চতর র্যাঙ্ক। রূপান্তর করতে HSV ডেটা। শেষ মাত্রা মাপ 3 হতে হবে।
রিটার্ন:
-
Output
: images
RGB তে রূপান্তরিত।
পাবলিক বৈশিষ্ট্য
পাবলিক ফাংশন
নোড
::tensorflow::Node * node() const
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# tensorflow::ops::HSVToRGB Class Reference\n\ntensorflow::ops::HSVToRGB\n=========================\n\n`#include \u003cimage_ops.h\u003e`\n\nConvert one or more images from HSV to RGB.\n\nSummary\n-------\n\nOutputs a tensor of the same shape as the `images` tensor, containing the RGB value of the pixels. The output is only well defined if the value in `images` are in `[0,1]`.\n\nSee `rgb_to_hsv` for a description of the HSV encoding.\n\nArguments:\n\n- scope: A [Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- images: 1-D or higher rank. HSV data to convert. Last dimension must be size 3.\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output): `images` converted to RGB.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [HSVToRGB](#classtensorflow_1_1ops_1_1_h_s_v_to_r_g_b_1a1409722c4dd53811c226fbb1f813bd66)`(const ::`[tensorflow::Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` images)` ||\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_h_s_v_to_r_g_b_1a5078b98877259cf977691d74045a8ce9) | [Operation](/versions/r2.1/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [output](#classtensorflow_1_1ops_1_1_h_s_v_to_r_g_b_1a64224dbb99ba5a7093433f3ba94c224e) | `::`[tensorflow::Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------|------------------------|\n| [node](#classtensorflow_1_1ops_1_1_h_s_v_to_r_g_b_1ab34a36f7af9018c8c2e2c7a372d6ad8c)`() const ` | `::tensorflow::Node *` |\n| [operator::tensorflow::Input](#classtensorflow_1_1ops_1_1_h_s_v_to_r_g_b_1ada9be1d7e70b99306d4199283d565058)`() const ` | ` ` ` ` |\n| [operator::tensorflow::Output](#classtensorflow_1_1ops_1_1_h_s_v_to_r_g_b_1a710f7313104d651aa5945500ccdc9274)`() const ` | ` ` ` ` |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### output\n\n```text\n::tensorflow::Output output\n``` \n\nPublic functions\n----------------\n\n### HSVToRGB\n\n```gdscript\n HSVToRGB(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input images\n)\n``` \n\n### node\n\n```gdscript\n::tensorflow::Node * node() const \n``` \n\n### operator::tensorflow::Input\n\n```gdscript\n operator::tensorflow::Input() const \n``` \n\n### operator::tensorflow::Output\n\n```gdscript\n operator::tensorflow::Output() const \n```"]]