aliran tensor:: operasi:: DekodeBmp

#include <image_ops.h>

Decode frame pertama gambar yang dikodekan BMP ke tensor uint8.

Ringkasan

channels attr menunjukkan jumlah saluran warna yang diinginkan untuk gambar yang didekodekan.

Nilai yang diterima adalah:

  • 0: Gunakan jumlah saluran dalam gambar berkode BMP.
  • 3: mengeluarkan gambar RGB.
  • 4: menampilkan gambar RGBA.

Argumen:

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

Pengembalian:

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

Konstruktor dan Destruktor

DecodeBmp (const :: tensorflow::Scope & scope, :: tensorflow::Input contents)
DecodeBmp (const :: tensorflow::Scope & scope, :: tensorflow::Input contents, const DecodeBmp::Attrs & attrs)

Atribut publik

image
operation

Fungsi publik

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

Fungsi statis publik

Channels (int64 x)

Struktur

tensorflow:: ops:: DecodeBmp:: Attrs

Penyetel atribut opsional untuk DecodeBmp .

Atribut publik

gambar

::tensorflow::Output image

operasi

Operation operation

Fungsi publik

DekodeBmp

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

DekodeBmp

 DecodeBmp(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input contents,
  const DecodeBmp::Attrs & attrs
)

simpul

::tensorflow::Node * node() const 

operator::tensorflow::Masukan

 operator::tensorflow::Input() const 

operator::tensorflow::Keluaran

 operator::tensorflow::Output() const 

Fungsi statis publik

Saluran

Attrs Channels(
  int64 x
)