@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.RGBToHSV extends Pointer
images tensor, containing the HSV
value of the pixels. The output is only well defined if the value in images
are in [0,1].
output[..., 0] contains hue, output[..., 1] contains saturation, and
output[..., 2] contains value. All HSV values are in [0,1]. A hue of 0
corresponds to pure red, hue 1/3 is pure green, and 2/3 is pure blue.
Arguments:
* scope: A Scope object
* images: 1-D or higher rank. RGB data to convert. Last dimension must be size 3.
Returns:
* Output: images converted to HSV.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
RGBToHSV(Pointer p)
Pointer cast constructor.
|
RGBToHSV(tensorflow.Scope scope,
tensorflow.Input images) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.RGBToHSV |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.RGBToHSV |
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 RGBToHSV(Pointer p)
Pointer.Pointer(Pointer).public RGBToHSV(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input images)
@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.RGBToHSV operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.RGBToHSV output(tensorflow.Output output)
Copyright © 2019. All rights reserved.