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 depth space to skeleton space.
Syntax
public SkeletonPoint MapDepthPointToSkeletonPoint (
DepthImageFormat depthImageFormat,
DepthImagePoint depthImagePoint
)
Parameters
- depthImageFormat
Type: DepthImageFormat
The depth space format. - depthImagePoint
Type: DepthImagePoint
The supplied DepthImagePoint.
Return Value
Type: SkeletonPoint
The resulting SkeletonPoint.
Remarks
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
CoordinateMapper Class
CoordinateMapper Members
Microsoft.Kinect Namespace