tensorflow::
#include <image_ops.h>
Adjust the saturation of one or more images.
Summary
images is a tensor of at least 3 dimensions. The last dimension is interpreted as channels, and must be three.
The 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.
Args:
- scope: A Scope object
- images: Images to adjust. At least 3-D.
- scale: A float scale to add to the saturation.
Returns:
- Output: The hue-adjusted image or images.
| Constructors and Destructors | |
|---|---|
| AdjustSaturation(const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input scale) | 
| Public attributes | |
|---|---|
| operation | |
| output | |
| Public functions | |
|---|---|
| node() const  | ::tensorflow::Node * | 
| operator::tensorflow::Input() const  |  | 
| operator::tensorflow::Output() const  |  | 
Public attributes
operation
Operation operation
output
::tensorflow::Output output
Public functions
AdjustSaturation
AdjustSaturation( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input scale )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const