텐서플로우:: 작전:: HSV로RGB
#include <image_ops.h>
하나 이상의 이미지를 HSV에서 RGB로 변환합니다.
요약
픽셀의 RGB 값을 포함하는 images
텐서와 동일한 모양의 텐서를 출력합니다. images
의 값이 [0,1]
인 경우에만 출력이 잘 정의됩니다.
HSV 인코딩에 대한 설명은 rgb_to_hsv
참조하세요.
인수:
- 범위: 범위 개체
- 이미지: 1차원 이상 랭크. 변환할 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
공공 기능
HSV로RGB
HSVToRGB( const ::tensorflow::Scope & scope, ::tensorflow::Input images )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const