tensor akışı:: işlem:: DecodePng
#include <image_ops.h>
PNG kodlu bir görüntünün kodunu uint8 veya uint16 tensörüne dönüştürün.
Özet
Attr channels
kodu çözülmüş görüntü için istenen renk kanalı sayısını belirtir.
Kabul edilen değerler şunlardır:
- 0: PNG kodlu görüntüdeki kanal sayısını kullanın.
- 1: gri tonlamalı bir görüntü çıktısı alın.
- 3: bir RGB görüntüsünün çıktısını alın.
- 4: bir RGBA görüntüsünün çıktısını alın.
Gerekirse PNG kodlu görüntü, istenen sayıda renk kanalıyla eşleşecek şekilde dönüştürülür.
Bu işlem aynı zamanda arayüz aynı olduğundan JPEG'lerin ve animasyonsuz GIF'lerin kodunun çözülmesini de destekler, ancak tf.image.decode_image
kullanmak daha temizdir.
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- içindekiler: 0-D. PNG kodlu görüntü.
İsteğe bağlı özellikler (bkz. Attrs
):
- kanallar: Kodu çözülmüş görüntü için renk kanallarının sayısı.
İade:
-
Output
: Şekilli 3 boyutlu[height, width, channels]
.
Yapıcılar ve Yıkıcılar | |
---|---|
DecodePng (const :: tensorflow::Scope & scope, :: tensorflow::Input contents) | |
DecodePng (const :: tensorflow::Scope & scope, :: tensorflow::Input contents, const DecodePng::Attrs & attrs) |
Genel özellikler | |
---|---|
image | |
operation |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Channels (int64 x) | |
Dtype (DataType x) |
Yapılar | |
---|---|
tensorflow:: ops:: DecodePng:: Öznitelikler | DecodePng için isteğe bağlı öznitelik ayarlayıcılar. |
Genel özellikler
görüntü
::tensorflow::Output image
operasyon
Operation operation
Kamu işlevleri
DecodePng
DecodePng( const ::tensorflow::Scope & scope, ::tensorflow::Input contents )
DecodePng
DecodePng( const ::tensorflow::Scope & scope, ::tensorflow::Input contents, const DecodePng::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
Kanallar
Attrs Channels( int64 x )
Dtipi
Attrs Dtype( DataType x )