Tensorflow :: ops :: AdjustHue
#include <image_ops.h>
Passen Sie den Farbton eines oder mehrerer Bilder an.
Zusammenfassung
images
ist ein Tensor von mindestens 3 Dimensionen. Die letzte Dimension wird als Kanäle interpretiert und muss drei sein.
Das Eingabebild wird im RGB-Farbraum berücksichtigt. Konzeptionell werden die RGB-Farben zuerst in HSV abgebildet. Ein Delta wird dann auf alle Farbtonwerte angewendet und dann wieder dem RGB-Farbraum zugeordnet.
Argumente:
- scope: Ein Scope- Objekt
- Bilder: Bilder zum Anpassen. Mindestens 3-D.
- Delta: Ein Float-Delta, das dem Farbton hinzugefügt werden soll.
Kehrt zurück:
-
Output
: Das farbtonangepasste Bild oder die Bilder.
Konstruktoren und Destruktoren | |
---|---|
AdjustHue (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input delta) |
Öffentliche Attribute | |
---|---|
operation | |
output |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
Ausgabe
::tensorflow::Output output
Öffentliche Funktionen
AdjustHue
AdjustHue( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input delta )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const