CameraIntrinsics Structure (KinectEx.KinectSDK)
- C#
- VB
- C++
- F#
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi, Pack = -1, Size = -1)] public struct CameraIntrinsics
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
[<StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi, Pack = -1, Size = -1)>] type public CameraIntrinsics = struct end
The CameraIntrinsics type exposes the following members.
Platforms | Name | Description | |
---|---|---|---|
FocalLengthX | Gets or sets the X focal length of the camera, in pixels. | ||
FocalLengthY | Gets or sets the Y focal length of the camera, in pixels. | ||
PrincipalPointX | Gets or sets the principal point of the camera in the X dimension, in pixels. | ||
PrincipalPointY | Gets or sets the principal point of the camera in the Y dimension, in pixels. | ||
RadialDistortionFourthOrder | Gets or sets the fourth order radial distortion parameter of the camera. | ||
RadialDistortionSecondOrder | Gets or sets the second order radial distortion parameter of the camera. | ||
RadialDistortionSixthOrder | Gets or sets the sixth order radial distortion parameter of the camera. |
Supported in:
Windows Desktop - .NET 4.5
Windows Desktop - .NET 4.5 (without Kinect SDK)
Windows 8.1 Store - WinRT (without Kinect SDK)
Windows Phone 8 - WinRT
Windows Desktop - .NET 4.5
Windows Desktop - .NET 4.5 (without Kinect SDK)
Windows 8.1 Store - WinRT (without Kinect SDK)
Windows Phone 8 - WinRT