Property | Type | Description | |
---|---|---|---|
RefDepthImageSize |
Method | Description | |
---|---|---|
GetDepthImageLength ( double renderWidth, float lengthWorld, float distWorld ) : double |
length in depth image / length in world = focal length / distance in world
|
|
GetDepthImagePoint ( double renderWidth, double renderHeight, Microsoft.Kinect.SkeletonPoint sp ) : Point | ||
RawToDepth ( short raw ) : int | ||
RawToPlayerIndex ( short raw ) : int |
public static GetDepthImageLength ( double renderWidth, float lengthWorld, float distWorld ) : double | ||
renderWidth | double | in pixel |
lengthWorld | float | in m |
distWorld | float | in m |
return | double |
public static GetDepthImagePoint ( double renderWidth, double renderHeight, Microsoft.Kinect.SkeletonPoint sp ) : Point | ||
renderWidth | double | |
renderHeight | double | |
sp | Microsoft.Kinect.SkeletonPoint | |
return | Point |
public static RawToPlayerIndex ( short raw ) : int | ||
raw | short | |
return | int |