tensoreflusso:: ops:: RGBAHSV
#include <image_ops.h>
Converte una o più immagini da RGB a HSV.
Riepilogo
Restituisce un tensore della stessa forma del tensore images
, contenente il valore HSV dei pixel. L'output è ben definito solo se il valore nelle images
è in [0,1]
.
output[..., 0]
contiene tonalità, output[..., 1]
contiene saturazione e output[..., 2]
contiene valore. Tutti i valori HSV sono in [0,1]
. Una tonalità pari a 0 corrisponde al rosso puro, una tonalità 1/3 è verde puro e 2/3 è blu puro.
Argomenti:
- scope: un oggetto Scope
- immagini: 1-D o rango superiore. Dati RGB da convertire. L'ultima dimensione deve essere la taglia 3.
Resi:
-
Output
:images
convertite in HSV.
Costruttori e distruttori | |
---|---|
RGBToHSV (const :: tensorflow::Scope & scope, :: tensorflow::Input images) |
Attributi pubblici | |
---|---|
operation | |
output |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
RGBAHSV
RGBToHSV( const ::tensorflow::Scope & scope, ::tensorflow::Input images )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const