Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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