جریان تنسور:: عملیات:: HSVToRGB
#include <image_ops.h>
یک یا چند تصویر را از HSV به RGB تبدیل کنید.
خلاصه
یک تانسور هم شکل با تانسور images
، حاوی مقدار RGB پیکسل ها را خروجی می دهد. خروجی تنها زمانی به خوبی تعریف می شود که مقدار در images
در [0,1]
باشد.
برای توضیح رمزگذاری HSV به rgb_to_hsv
مراجعه کنید.
استدلال ها:
- scope: یک شی Scope
- تصاویر: رتبه 1 بعدی یا بالاتر. داده های HSV برای تبدیل. ابعاد آخر باید سایز 3 باشد.
برمی گرداند:
-
Output
:images
تبدیل شده به RGB.
سازندگان و ویرانگرها | |
---|---|
HSVToRGB (const :: tensorflow::Scope & scope, :: tensorflow::Input images) |
صفات عمومی | |
---|---|
operation | |
output |
توابع عمومی | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
صفات عمومی
عملیات
Operation operation
خروجی
::tensorflow::Output output
توابع عمومی
HSVToRGB
HSVToRGB( const ::tensorflow::Scope & scope, ::tensorflow::Input images )
گره
::tensorflow::Node * node() const
عملگر::tensorflow::ورودی
operator::tensorflow::Input() const
عملگر::tensorflow::خروجی
operator::tensorflow::Output() const
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[],[],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.0/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.0/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.0/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r2.0/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.0/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.0/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```"]]