tensorflow :: ops :: AdjustHue
#include <image_ops.h>
1つまたは複数の画像の色相を調整します。
概要
images
は少なくとも3次元のテンソルです。最後の次元はチャネルとして解釈され、3つでなければなりません。
入力画像はRGB色空間で考慮されます。概念的には、RGBカラーは最初にHSVにマッピングされます。次に、デルタがすべての色相値に適用され、RGB色空間に再マップされます。
引数:
- スコープ:スコープオブジェクト
- 画像:調整する画像。少なくとも3D。
- delta:色相に追加する浮動小数点デルタ。
戻り値:
-
Output
:色相が調整された1つまたは複数の画像。
コンストラクタとデストラクタ | |
---|---|
AdjustHue (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input delta) |
パブリック属性 | |
---|---|
operation | |
output |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
操作
Operation operation
出力
::tensorflow::Output output
公の行事
AdjustHue
AdjustHue( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input delta )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const