เทนเซอร์โฟลว์:: ปฏิบัติการ:: ถอดรหัสBmp

#include <image_ops.h>

ถอดรหัสเฟรมแรกของรูปภาพที่เข้ารหัส BMP เป็นเทนเซอร์ uint8

สรุป

channels attr ระบุจำนวนช่องสีที่ต้องการสำหรับภาพที่ถอดรหัส

ค่าที่ยอมรับคือ:

  • 0: ใช้จำนวนช่องในภาพที่เข้ารหัส BMP
  • 3: ส่งออกภาพ RGB
  • 4: ส่งออกภาพ RGBA

ข้อโต้แย้ง:

  • ขอบเขต: วัตถุ ขอบเขต
  • เนื้อหา: 0-D ภาพที่เข้ารหัสด้วย BMP

ผลตอบแทน:

  • Output : 3 มิติพร้อมรูปทรง [height, width, channels] คำสั่ง 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)

โครงสร้าง

เทนเซอร์โฟลว์ :: 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
)