Skeleton.ClippedEdges Property
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets or sets the edges (of a frame of depth data) that intersect with (and therefore clip) the skeleton data.
Syntax
public FrameEdges ClippedEdges { get; set; }
'Declaration
Public Property ClippedEdges As FrameEdges
Property Value
Type: FrameEdges
A bitwise-OR combination of the FrameEdges values that describes which parts of the skeleton are clipped by the edges of the frame.
A skeleton is fully visible when all of its joints are visible in the field of view of the Kinect camera. The FrameEdges enumeration provides information about whether the entire skeleton is visible. The term FrameEdge is used to refer to the edge of the frame of depth data that clips a portion of the skeleton. For more information about the viewing frustum, see Depth Space Range.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)