Compartir a través de


KnownCameraIntrinsicsProperties.RadialDistortion Propiedad

Definición

Obtiene una clave de cadena utilizada para recuperar una matriz de valores de propiedad de punto flotante de precisión sencilla que indican la distorsión radial de la cámara.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Indica la distorsión radial de la cámara. Esta propiedad es un valor SingleArray que se debe interpretar como vector.

Atributos

Se aplica a