Share via


CameraParameters Constructor (Single, Single, Single, Single)

Initializes a new instance of the CameraParameters class.

Syntax

public CameraParameters (
         float focalLengthX,
         float focalLengthY,
         float principalPointX,
         float principalPointY
)

Parameters

  • focalLengthX
    Type: Single
    The focal length for X normalized by the camera width.
  • focalLengthY
    Type: Single
    The focal length for Y normalized by the camera height.
  • principalPointX
    Type: Single
    The principal point for X normalized by the camera width.
  • principalPointY
    Type: Single
    The principal point for Y normalized by the camera height.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Fusion

Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)

See Also

Reference

CameraParameters Class
CameraParameters Members
Microsoft.Kinect.Toolkit.Fusion Namespace