コード例 #1
0
 public static extern void ConvertDepthPointToSkeletonPoint(int depthX, int depthY, int depthZ, ref ImiVector4 skeletonPosition, ImiImageResolution depthReslution);
コード例 #2
0
 public static extern void ConvertSkeletonPointToDepthPoint(ImiVector4 skeletonPosition, ref int depthX, ref int depthY, ref int depthZ, ImiImageResolution depthReslution);
コード例 #3
0
 public static extern void ConvertDepthPointToColorPoint(int depthX, int depthY, int depthZ, ref int colorX, ref int colorY, ImiImageResolution depthReslution, ImiImageResolution colorReslution);
コード例 #4
0
 public static extern ErrorCode OpenStream(ImiFrameType frameType, ImiImageResolution imageResolution, ImiPixelFormat pixelFormat);