CameraIntrinsics(Vector2, Vector2, Vector3, Vector2, UInt32, UInt32) Конструктор

Определение

Создает экземпляр CameraIntrinsics.

public:
 CameraIntrinsics(float2 focalLength, float2 principalPoint, float3 radialDistortion, float2 tangentialDistortion, unsigned int imageWidth, unsigned int imageHeight);
 CameraIntrinsics(float2 const& focalLength, float2 const& principalPoint, float3 const& radialDistortion, float2 const& tangentialDistortion, uint32_t const& imageWidth, uint32_t const& imageHeight);
public CameraIntrinsics(Vector2 focalLength, Vector2 principalPoint, Vector3 radialDistortion, Vector2 tangentialDistortion, uint imageWidth, uint imageHeight);
function CameraIntrinsics(focalLength, principalPoint, radialDistortion, tangentialDistortion, imageWidth, imageHeight)
Public Sub New (focalLength As Vector2, principalPoint As Vector2, radialDistortion As Vector3, tangentialDistortion As Vector2, imageWidth As UInteger, imageHeight As UInteger)

Параметры

focalLength
Vector2 Vector2

float2

Фокусное расстояние камеры.

principalPoint
Vector2 Vector2

float2

Основная точка камеры.

radialDistortion
Vector3 Vector3

float3

Коэффициент радиального искажения камеры.

tangentialDistortion
Vector2 Vector2

float2

Коэффициент тангенциального искажения камеры.

imageWidth
UInt32

unsigned int

uint32_t

Ширина изображения камеры в пикселях.

imageHeight
UInt32

unsigned int

uint32_t

Высота изображения камеры в пикселях.

Требования к Windows

Семейство устройств
Windows 10, version 1809 (появилось в 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v7.0)

Применяется к