aliran tensor:: operasi:: DekodeGif

#include <image_ops.h>

Dekode bingkai gambar berkode GIF ke tensor uint8.

Ringkasan

Gambar GIF dengan kompresi bingkai atau transparansi tidak didukung. Pada sistem Linux dan MacOS, ubah GIF animasi dari terkompresi menjadi tidak terkompresi dengan menjalankan:

convert $src.gif -coalesce $dst.gif

Operasi ini juga mendukung decoding JPEG dan PNG, meskipun lebih bersih menggunakan tf.io.decode_image .

Argumen:

  • ruang lingkup: Objek Lingkup
  • isi: 0-D. Gambar berkode GIF.

Pengembalian:

  • Output : 4-D dengan bentuk [num_frames, height, width, 3] . Urutan saluran RGB.

Konstruktor dan Destruktor

DecodeGif (const :: tensorflow::Scope & scope, :: tensorflow::Input contents)

Atribut publik

image
operation

Fungsi publik

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Atribut publik

gambar

::tensorflow::Output image

operasi

Operation operation

Fungsi publik

DekodeGif

 DecodeGif(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input contents
)

simpul

::tensorflow::Node * node() const 

operator::tensorflow::Masukan

 operator::tensorflow::Input() const 

operator::tensorflow::Keluaran

 operator::tensorflow::Output() const