جریان تنسور:: عملیات:: Adjust Saturation
#include <image_ops.h>
میزان اشباع یک یا چند تصویر را تنظیم کنید.
خلاصه
images
یک تانسور حداقل 3 بعدی است. بعد آخر به عنوان کانال تفسیر می شود و باید سه باشد.
تصویر ورودی در فضای رنگی RGB در نظر گرفته می شود. از نظر مفهومی، رنگهای RGB ابتدا در HSV نگاشت میشوند. سپس یک مقیاس تمام مقادیر اشباع را اعمال میکند و سپس به فضای رنگی RGB برمیگردد.
استدلال ها:
- scope: یک شی Scope
- تصاویر: تصاویر برای تنظیم. حداقل سه بعدی
- مقیاس: مقیاس شناور برای اضافه کردن به اشباع.
برمیگرداند:
-
Output
: تصویر یا تصاویر با رنگ تنظیم شده.
سازندگان و ویرانگرها | |
---|---|
AdjustSaturation (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input scale) |
صفات عمومی | |
---|---|
operation | |
output |
توابع عمومی | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
صفات عمومی
عملیات
Operation operation
خروجی
::tensorflow::Output output
توابع عمومی
Adjust Saturation
AdjustSaturation( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input scale )
گره
::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-26 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-26 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# tensorflow::ops::AdjustSaturation Class Reference\n\ntensorflow::ops::AdjustSaturation\n=================================\n\n`#include \u003cimage_ops.h\u003e`\n\nAdjust the saturation of one or more images.\n\nSummary\n-------\n\n`images` is a tensor of at least 3 dimensions. The last dimension is interpretted as channels, and must be three.\n\nThe input image is considered in the RGB colorspace. Conceptually, the RGB colors are first mapped into HSV. A scale is then applied all the saturation values, and then remapped back to RGB colorspace.\n\nArguments:\n\n- scope: A [Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- images: Images to adjust. At least 3-D.\n- scale: A float scale to add to the saturation.\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output): The hue-adjusted image or images.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [AdjustSaturation](#classtensorflow_1_1ops_1_1_adjust_saturation_1a47cd9a146bf280dcd4bed111e35df35e)`(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, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` scale)` ||\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_adjust_saturation_1a4d7f7c27cbbdda825e016da48e6ac0e8) | [Operation](/versions/r2.1/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [output](#classtensorflow_1_1ops_1_1_adjust_saturation_1a504be90e696510fdcfc95ff05b351f62) | `::`[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_adjust_saturation_1a8106decce6b90c560154227933028802)`() const ` | `::tensorflow::Node *` |\n| [operator::tensorflow::Input](#classtensorflow_1_1ops_1_1_adjust_saturation_1a8ee6c792ccd9ac086ba0e44b3e43f730)`() const ` | ` ` ` ` |\n| [operator::tensorflow::Output](#classtensorflow_1_1ops_1_1_adjust_saturation_1ac3cb2a3bdb3ad1e20f42d9b1f95fecc6)`() 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### AdjustSaturation\n\n```gdscript\n AdjustSaturation(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input images,\n ::tensorflow::Input scale\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```"]]