WPF:Depth Data Extension Methods: - ImageFrame.ToBitmapSource()
- int[].ToBitmapSource()
- int[].ToBitmapSource(int width, int height, int minimumDistance, Color highlightColor)
- ImageFrame.ToDepthArray()
- int[].GetMidpoint(int startX, int startY, int endX, int endY, int minimumDistance)
- BitmapSource.Save(string fileName, ImageFormat format)
Skeleton Data Extension Methods: - Joint.ScaleTo(int width, int height)
- Scales a Joint's Position to the maximum width and height specified
- Joint.ScaleTo(int width, int height, float maxSkeletonX, float maxSkeletonY)
- Scales a Joint's Position to the maximum width and height specified
Controls: | WinForm:Depth Data Extension Methods: - ImageFrame.ToBitmap()
- int[].ToBitmap()
- int[].ToBitmap(int width, int height, int minimumDistance, Color highlightColor)
- ImageFrame.ToDepthArray()
- int[].GetMidpoint(int startX, int startY, int endX, int endY, int minimumDistance)
- Bitmap.Save(string fileName, ImageFormat format)
Skeleton Data Extension Methods: - Joint.ScaleTo(int width, int height)
- Scales a Joint's Position to the maximum width and height specified
- Joint.ScaleTo(int width, int height, float maxSkeletonX, float maxSkeletonY)
- Scales a Joint's Position to the maximum width and height specified
|