テンソルフロー::作戦::デコードPng
#include <image_ops.h>
PNG エンコードされたイメージを uint8 または uint16 テンソルにデコードします。
まとめ
attr channels
デコードされたイメージに必要なカラー チャネルの数を示します。
受け入れられる値は次のとおりです。
- 0: PNG エンコードされた画像のチャネル数を使用します。
- 1: グレースケール画像を出力します。
- 3: RGB画像を出力します。
- 4: RGBA画像を出力します。
必要に応じて、要求されたカラー チャネルの数に一致するように PNG エンコードされた画像が変換されます。
この操作は、インターフェイスが同じであるため、JPEG と非アニメーション GIF のデコードもサポートしていますが、 tf.image.decode_image
を使用する方がよりクリーンです。
引数:
- スコープ:スコープオブジェクト
- 内容: 0-D。 PNG でエンコードされた画像。
オプションの属性 ( Attrs
を参照):
- チャネル: デコードされたイメージのカラー チャネルの数。
戻り値:
-
Output
: 形状[height, width, channels]
を持つ 3-D。
コンストラクターとデストラクター | |
---|---|
DecodePng (const :: tensorflow::Scope & scope, :: tensorflow::Input contents) | |
DecodePng (const :: tensorflow::Scope & scope, :: tensorflow::Input contents, const DecodePng::Attrs & attrs) |
パブリック属性 | |
---|---|
image | |
operation |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
Channels (int64 x) | |
Dtype (DataType x) |
構造体 | |
---|---|
tensorflow:: ops:: DecodePng:: Attrs | DecodePngのオプションの属性セッター。 |
パブリック属性
画像
::tensorflow::Output image
手術
Operation operation
公共機能
デコードPng
DecodePng( const ::tensorflow::Scope & scope, ::tensorflow::Input contents )
デコードPng
DecodePng( const ::tensorflow::Scope & scope, ::tensorflow::Input contents, const DecodePng::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
チャンネル
Attrs Channels( int64 x )
Dタイプ
Attrs Dtype( DataType x )