Share via


DepthFloatFrame Class

A frame used specifically for float-based images. It provides access to the dimensions, format and pixel data for a depth frame.

Syntax

public ref class DepthFloatFrame sealed
public sealed class DepthFloatFrame
var depthFloatFrame = Microsoft.Kinect.Fusion.DepthFloatFrame;

Members

DepthFloatFrame has the following members.

Constructors

Name Description
DepthFloatFrame Initializes a new instance of the DepthFloatFrame class.

Properties

Name Description
CameraParameters Gets the camera parameters associated with the frame.
FrameBuffer Gets the buffer where the image data for the frame is stored.
Height Gets the hight of the frame, in pixels.
Width Gets the width of the frame, in pixels.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

Microsoft.Kinect.Fusion Namespace