VideoTemporalDenoisingControl 클래스

정의

지원되는 경우 앱에서 비디오 캡처에 대한 임시 디노이징을 사용하도록 설정할 수 있습니다.

public ref class VideoTemporalDenoisingControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VideoTemporalDenoisingControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VideoTemporalDenoisingControl
Public NotInheritable Class VideoTemporalDenoisingControl
상속
Object Platform::Object IInspectable VideoTemporalDenoisingControl
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

설명

임시 디노이징은 사람의 눈에 대한 비디오의 시각적 품질을 향상시킬 수 있지만 이미지 일관성과 세부 정보를 줄여 등록, 광학 문자 인식 및 기타 컴퓨터 비전 작업의 성능에 부정적인 영향을 줄 수 있습니다. 이 컨트롤을 사용하면 앱의 현재 비디오 캡처 시나리오에 따라 기능을 사용하거나 사용하지 않도록 설정할 수 있습니다.

VideoDeviceController.VideoTemporalDenoisingControl 속성에 액세스하여 이 클래스의 instance 가져옵니다.

수동 비디오 캡처 컨트롤을 사용하는 방법에 대한 지침은 비디오 캡처를 위한 수동 카메라 컨트롤을 참조하세요.

속성

Mode

캡처 디바이스의 현재 비디오 임시 디노이징 모드를 나타내는 값을 가져오거나 설정합니다.

Supported

캡처 디바이스가 VideoTemporalDenoisingControl을 지원하는지 나타내는 값을 가져옵니다.

SupportedModes

캡처 디바이스에서 지원하는 모드 를 나타내는 VideoTemporalDenoisingMode 값 목록을 가져옵니다.

적용 대상