Compartir a través de


KnownCameraIntrinsicsProperties.TangentialDistortion 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 tangente de la cámara.

public:
 static property Platform::String ^ TangentialDistortion { Platform::String ^ get(); };
static winrt::hstring TangentialDistortion();
/// [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 TangentialDistortion();
public static string TangentialDistortion { get; }
public static string TangentialDistortion { [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.tangentialDistortion;
Public Shared ReadOnly Property TangentialDistortion As String

Valor de propiedad

String

Platform::String

winrt::hstring

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

Atributos

Se aplica a