텐서플로우:: 작전:: DecodeAndCropJpeg:: 속성
#include <image_ops.h>
DecodeAndCropJpeg 에 대한 선택적 속성 설정자입니다.
요약
공개 속성 | |
---|---|
acceptable_fraction_ = 1.0f | float |
channels_ = 0 | int64 |
dct_method_ = "" | StringPiece |
fancy_upscaling_ = true | bool |
ratio_ = 1 | int64 |
try_recover_truncated_ = false | bool |
공공 기능 | |
---|---|
AcceptableFraction (float x) | TF_MUST_USE_RESULT Attrs 잘린 입력이 허용되기 전에 필요한 최소 행 비율입니다. |
Channels (int64 x) | TF_MUST_USE_RESULT Attrs 디코딩된 이미지의 색상 채널 수입니다. |
DctMethod (StringPiece x) | TF_MUST_USE_RESULT Attrs 압축 해제에 사용되는 알고리즘에 대한 힌트를 지정하는 문자열입니다. |
FancyUpscaling (bool x) | TF_MUST_USE_RESULT Attrs true인 경우 크로마 평면의 더 느리지만 더 나은 스케일링을 사용합니다(yuv420/422에만 해당). |
Ratio (int64 x) | TF_MUST_USE_RESULT Attrs 축소 비율. |
TryRecoverTruncated (bool x) | TF_MUST_USE_RESULT Attrs true인 경우 잘린 입력에서 이미지를 복구하려고 시도합니다. |
공개 속성
허용_분수_
float tensorflow::ops::DecodeAndCropJpeg::Attrs::acceptable_fraction_ = 1.0f
채널_
int64 tensorflow::ops::DecodeAndCropJpeg::Attrs::channels_ = 0
dct_method_
StringPiece tensorflow::ops::DecodeAndCropJpeg::Attrs::dct_method_ = ""
멋진_업스케일링_
bool tensorflow::ops::DecodeAndCropJpeg::Attrs::fancy_upscaling_ = true
비율_
int64 tensorflow::ops::DecodeAndCropJpeg::Attrs::ratio_ = 1
try_recover_truncated_
bool tensorflow::ops::DecodeAndCropJpeg::Attrs::try_recover_truncated_ = false
공공 기능
허용 가능한 분수
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeAndCropJpeg::Attrs::AcceptableFraction( float x )
잘린 입력이 허용되기 전에 필요한 최소 행 비율입니다.
기본값은 1입니다.
채널
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeAndCropJpeg::Attrs::Channels( int64 x )
디코딩된 이미지의 색상 채널 수입니다.
기본값은 0입니다.
Dct방법
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeAndCropJpeg::Attrs::DctMethod( StringPiece x )
압축 해제에 사용되는 알고리즘에 대한 힌트를 지정하는 문자열입니다.
기본값은 시스템별 기본값에 매핑되는 ""입니다. 현재 유효한 값은 ["INTEGER_FAST", "INTEGER_ACCURATE"]입니다. 힌트는 무시될 수 있습니다(예: 내부 jpeg 라이브러리가 해당 특정 옵션이 없는 버전으로 변경됩니다.)
기본값은 ""입니다.
팬시업스케일링
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeAndCropJpeg::Attrs::FancyUpscaling( bool x )
true인 경우 크로마 평면의 더 느리지만 더 나은 스케일링을 사용합니다(yuv420/422에만 해당).
기본값은 true입니다.
비율
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeAndCropJpeg::Attrs::Ratio( int64 x )
축소 비율.
기본값은 1입니다.
복구 시도잘림됨
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeAndCropJpeg::Attrs::TryRecoverTruncated( bool x )
true인 경우 잘린 입력에서 이미지를 복구하려고 시도합니다.
기본값은 거짓