tensorflow :: ops :: HSVToRGB
#include <image_ops.h>
1つまたは複数の画像をHSVからRGBに変換します。
概要
ピクセルのRGB値を含む、 images
テンソルと同じ形状のテンソルを出力します。 images
の値が[0,1]
場合にのみ、出力は明確に定義されimages
。
HSVエンコーディングの説明については、 rgb_to_hsv
を参照してください。
引数:
- スコープ:スコープオブジェクト
- 画像:1-D以上のランク。変換するHSVデータ。最後の寸法はサイズ3でなければなりません。
戻り値:
-
Output
:RGBに変換されたimages
。
コンストラクタとデストラクタ | |
---|---|
HSVToRGB (const :: tensorflow::Scope & scope, :: tensorflow::Input images) |
パブリック属性 | |
---|---|
operation | |
output |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
操作
Operation operation
出力
::tensorflow::Output output
公の行事
HSVToRGB
HSVToRGB( const ::tensorflow::Scope & scope, ::tensorflow::Input images )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const