tensorflow :: ops :: AdjustHue
#include <image_ops.h>
하나 이상의 이미지의 색조를 조정합니다.
요약
images
는 최소 3 차원의 텐서입니다. 마지막 차원은 채널로 해석되며 3 개 여야합니다.
입력 이미지는 RGB 색상 공간에서 고려됩니다. 개념적으로 RGB 색상은 먼저 HSV에 매핑됩니다. 그런 다음 모든 색조 값에 델타가 적용된 다음 RGB 색상 공간으로 다시 매핑됩니다.
인수 :
- 범위 : 범위 개체
- 이미지 : 조정할 이미지입니다. 최소한 3 차원.
- delta : 색조에 추가 할 부동 델타입니다.
보고:
-
Output
: 색조가 조정 된 이미지입니다.
생성자와 소멸자 | |
---|---|
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
연산자 :: tensorflow :: 입력
operator::tensorflow::Input() const
연산자 :: tensorflow :: 출력
operator::tensorflow::Output() const