KnownCameraIntrinsicsProperties.RadialDistortion 属性

定义

获取一个字符串键,该字符串键用于检索指示相机径向失真的单精度浮点属性值数组。

public:
 static property Platform::String ^ RadialDistortion { Platform::String ^ get(); };
static winrt::hstring RadialDistortion();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownCameraIntrinsicsProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring RadialDistortion();
public static string RadialDistortion { get; }
public static string RadialDistortion { [Windows.Foundation.Metadata.Deprecated("KnownCameraIntrinsicsProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownCameraIntrinsicsProperties.radialDistortion;
Public Shared ReadOnly Property RadialDistortion As String

属性值

String

Platform::String

winrt::hstring

指示相机的径向失真。 此属性是一个 SingleArray 值,应将其解释为向量。

属性

适用于