CoordinateMapper.MapSkeletonPointToDepthPoint Method
Kinect for Windows 1.6, 1.7, 1.8
Maps a point from skeleton space to depth space.
Syntax
public DepthImagePoint MapSkeletonPointToDepthPoint (
SkeletonPoint skeletonPoint,
DepthImageFormat depthImageFormat
)
Parameters
- skeletonPoint
Type: SkeletonPoint
The supplied SkeletonPoint. - depthImageFormat
Type: DepthImageFormat
The depth space format.
Return Value
Type: DepthImagePoint
The resulting DepthImagePoint.
Remarks
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
CoordinateMapper Class
CoordinateMapper Members
Microsoft.Kinect Namespace