टेंसरफ़्लो:: ऑप्स:: डिकोडबीएमपी

#include <image_ops.h>

BMP-एन्कोडेड छवि के पहले फ़्रेम को uint8 टेंसर में डिकोड करें।

सारांश

एटीआर channels डिकोड की गई छवि के लिए रंगीन चैनलों की वांछित संख्या को इंगित करता है।

स्वीकृत मान हैं:

  • 0: बीएमपी-एन्कोडेड छवि में चैनलों की संख्या का उपयोग करें।
  • 3: एक आरजीबी छवि आउटपुट करें।
  • 4: एक आरजीबीए छवि आउटपुट करें।

तर्क:

  • स्कोप: एक स्कोप ऑब्जेक्ट
  • सामग्री: 0-डी. बीएमपी-एन्कोडेड छवि.

रिटर्न:

  • Output : आकार [height, width, channels] के साथ 3-डी। आरजीबी आदेश

निर्माता और विध्वंसक

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)

संरचनाएँ

टेंसरफ्लो:: ऑप्स:: डिकोडबीएमपी:: एटर्स

DecodeBmp के लिए वैकल्पिक विशेषता सेटर।

सार्वजनिक गुण

छवि

::tensorflow::Output image

संचालन

Operation operation

सार्वजनिक समारोह

डिकोडबीएमपी

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

डिकोडबीएमपी

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

नोड

::tensorflow::Node * node() const 

ऑपरेटर::टेन्सरफ़्लो::इनपुट

 operator::tensorflow::Input() const 

ऑपरेटर::टेन्सरफ़्लो::आउटपुट

 operator::tensorflow::Output() const 

सार्वजनिक स्थैतिक कार्य

चैनल

Attrs Channels(
  int64 x
)