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);
Exemplo n.º 3
0
 public static extern void ConvertDepthPointToColorPoint(int depthX, int depthY, int depthZ, ref int colorX, ref int colorY, ImiImageResolution depthReslution, ImiImageResolution colorReslution);
Exemplo n.º 4
0
 public static extern ErrorCode OpenStream(ImiFrameType frameType, ImiImageResolution imageResolution, ImiPixelFormat pixelFormat);