Method | Description | |
---|---|---|
CoordinateConverter ( CoordinateMapper mapper, ColorImageFormat cif, DepthImageFormat dif ) : System | ||
CoordinateConverter ( IEnumerable |
||
MapDepthPointToColorPoint ( int x, int y, int depth ) : ColorImagePoint |
Maps a point in the depth image to a point in the color image.
|
|
MapDepthPointToSkeletonPoint ( DepthImagePoint depthImagePoint ) : Microsoft.Kinect.SkeletonPoint | ||
MapDepthPointToSkeletonPoint ( int x, int y, int depth ) : Microsoft.Kinect.SkeletonPoint | ||
MapDepthRectToColorRect ( |
|
|
MapSkeletonPointToColorPoint ( Microsoft.Kinect.SkeletonPoint sp ) : ColorImagePoint | ||
MapSkeletonPointToDepthPoint ( Microsoft.Kinect.SkeletonPoint sp ) : DepthImagePoint |
Method | Description | |
---|---|---|
Clip ( int v, int min, int max ) : int |
|
public CoordinateConverter ( CoordinateMapper mapper, ColorImageFormat cif, DepthImageFormat dif ) : System | ||
mapper | CoordinateMapper | |
cif | ColorImageFormat | |
dif | DepthImageFormat | |
return | System |
public CoordinateConverter ( IEnumerable |
||
kinectParams | IEnumerable |
|
cif | ColorImageFormat | |
dif | DepthImageFormat | |
return | System |
public MapDepthPointToColorPoint ( int x, int y, int depth ) : ColorImagePoint | ||
x | int | x coordinate in the depth image. |
y | int | y coordinate in the depth image. |
depth | int | correspoinding depth at (x, y). |
return | ColorImagePoint |
public MapDepthPointToSkeletonPoint ( DepthImagePoint depthImagePoint ) : Microsoft.Kinect.SkeletonPoint | ||
depthImagePoint | DepthImagePoint | |
return | Microsoft.Kinect.SkeletonPoint |
public MapDepthPointToSkeletonPoint ( int x, int y, int depth ) : Microsoft.Kinect.SkeletonPoint | ||
x | int | |
y | int | |
depth | int | |
return | Microsoft.Kinect.SkeletonPoint |
public MapDepthRectToColorRect ( |
||
depthRect | ||
depthPixel | short | |
width | int | frame width |
height | int | frame height |
return |
public MapSkeletonPointToColorPoint ( Microsoft.Kinect.SkeletonPoint sp ) : ColorImagePoint | ||
sp | Microsoft.Kinect.SkeletonPoint | |
return | ColorImagePoint |
public MapSkeletonPointToDepthPoint ( Microsoft.Kinect.SkeletonPoint sp ) : DepthImagePoint | ||
sp | Microsoft.Kinect.SkeletonPoint | |
return | DepthImagePoint |