tensoreflusso:: ops:: RidimensionaBicubico
#include <image_ops.h>
size
images
utilizzando l'interpolazione bicubica.
Riepilogo
Le immagini di input possono essere di diversi tipi ma le immagini di output sono sempre float.
Argomenti:
- scope: un oggetto Scope
- immagini: 4-D con forma
[batch, height, width, channels]
. - size: = A 1-D int32 Tensore di 2 elementi:
new_height, new_width
. La nuova dimensione per le immagini.
Attributi facoltativi (vedi Attrs
):
- align_corners: se vero, i centri dei 4 pixel d'angolo dei tensori di input e output sono allineati, preservando i valori nei pixel d'angolo. Il valore predefinito è falso.
Resi:
-
Output
: 4-D con forma[batch, new_height, new_width, channels]
.
Costruttori e distruttori | |
---|---|
ResizeBicubic (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size) | |
ResizeBicubic (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size, const ResizeBicubic::Attrs & attrs) |
Attributi pubblici | |
---|---|
operation | |
resized_images |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Funzioni pubbliche statiche | |
---|---|
AlignCorners (bool x) | |
HalfPixelCenters (bool x) |
Strutture | |
---|---|
tensorflow:: ops:: ResizeBicubic:: Attrs | Setter di attributi facoltativi per ResizeBicubic . |
Attributi pubblici
operazione
Operation operation
immagini_ridimensionate
::tensorflow::Output resized_images
Funzioni pubbliche
RidimensionaBicubico
ResizeBicubic( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size )
RidimensionaBicubico
ResizeBicubic( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, const ResizeBicubic::Attrs & attrs )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const
Funzioni pubbliche statiche
Allinea angoli
Attrs AlignCorners( bool x )
HalfPixelCenter
Attrs HalfPixelCenters( bool x )