텐서플로우:: 작전:: 색조 조정
#include <image_ops.h>
하나 이상의 이미지의 색조를 조정합니다.
요약
images
최소 3차원의 텐서입니다. 마지막 차원은 채널로 해석되며 3개여야 합니다.
입력 이미지는 RGB 색상 공간으로 간주됩니다. 개념적으로 RGB 색상은 먼저 HSV에 매핑됩니다. 그런 다음 델타가 모든 색조 값에 적용된 다음 다시 RGB 색상 공간으로 다시 매핑됩니다.
인수:
- 범위: 범위 개체
- 이미지: 조정할 이미지입니다. 최소한 3D.
- 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( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input delta )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const