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.
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