Exemplo n.º 1
0
 public static extern void ConvertDepthPointToSkeletonPoint(int depthX, int depthY, int depthZ, ref ImiVector4 skeletonPosition, ImiImageResolution depthReslution);
Exemplo n.º 2
0
 public static extern void ConvertSkeletonPointToDepthPoint(ImiVector4 skeletonPosition, ref int depthX, ref int depthY, ref int depthZ, ImiImageResolution depthReslution);