Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: AdjustSaturation

#include <image_ops.h>

하나 이상의 이미지의 채도를 조정합니다.

요약

images 는 최소 3 차원의 텐서입니다. 마지막 차원은 채널로 해석되며 3 개 여야합니다.

입력 이미지는 RGB 색상 공간에서 고려됩니다. 개념적으로 RGB 색상은 먼저 HSV에 매핑됩니다. 그런 다음 모든 채도 값에 배율을 적용한 다음 RGB 색상 공간으로 다시 매핑합니다.

인수 :

  • 범위 : 범위 개체
  • 이미지 : 조정할 이미지입니다. 최소한 3 차원.
  • 스케일 : 채도에 추가 할 부동 스케일.

보고:

  • Output : 색조가 조정 된 이미지입니다.

생성자와 소멸자

AdjustSaturation (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input scale)

공용 속성

operation
output

공공 기능

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

AdjustSaturation

 AdjustSaturation(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input images,
  ::tensorflow::Input scale
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const