テンソルフロー::作戦::デコードBmp

#include <image_ops.h>

BMP でエンコードされたイメージの最初のフレームを uint8 テンソルにデコードします。

まとめ

attr channelsデコードされたイメージに必要なカラー チャネルの数を示します。

受け入れられる値は次のとおりです。

  • 0: BMP エンコードされたイメージのチャネル数を使用します。
  • 3: RGB画像を出力します。
  • 4: RGBA画像を出力します。

引数:

  • スコープ:スコープオブジェクト
  • 内容: 0-D。 BMP でエンコードされた画像。

戻り値:

  • Output : 形状[height, width, channels]を持つ 3-D。 RGB順序

コンストラクターとデストラクター

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

パブリック属性

image
operation

公共機能

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

パブリック静的関数

Channels (int64 x)

構造体

tensorflow:: ops:: DecodeBmp:: Attrs

DecodeBmpのオプションの属性セッター。

パブリック属性

画像

::tensorflow::Output image

手術

Operation operation

公共機能

デコードBmp

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

デコードBmp

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

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

チャンネル

Attrs Channels(
  int64 x
)