@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.AdjustSaturation extends Pointer
images is a tensor of at least 3 dimensions. The last dimension is
interpretted 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.
Arguments:
* 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.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AdjustSaturation(Pointer p)
Pointer cast constructor.
|
AdjustSaturation(tensorflow.Scope scope,
tensorflow.Input images,
tensorflow.Input scale) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.AdjustSaturation |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.AdjustSaturation |
output(tensorflow.Output output) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AdjustSaturation(Pointer p)
Pointer.Pointer(Pointer).public AdjustSaturation(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input images, @ByVal tensorflow.Input scale)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByRef public tensorflow.Operation operation()
public tensorflow.AdjustSaturation operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.AdjustSaturation output(tensorflow.Output output)
Copyright © 2019. All rights reserved.