C# Class KinectTableExampleCSharp.ImageFrameConverter

Show file Open project: AaronGenest/KinectArms Class Usage Examples

Public Methods

Method Description
SetBinaryImage ( Bitmap bitmap, ImageFrame image ) : void

Convert the binary image frame to a color bitmap.

SetColorImage ( Bitmap bitmap, ImageFrame image ) : void

Convert the color image frame to a color bitmap.

SetDepthImage ( Bitmap bitmap, ImageFrame image ) : void

Convert the depth image frame to a color bitmap.

Method Details

SetBinaryImage() public static method

Convert the binary image frame to a color bitmap.
public static SetBinaryImage ( Bitmap bitmap, ImageFrame image ) : void
bitmap System.Drawing.Bitmap
image ImageFrame
return void

SetColorImage() public static method

Convert the color image frame to a color bitmap.
public static SetColorImage ( Bitmap bitmap, ImageFrame image ) : void
bitmap System.Drawing.Bitmap
image ImageFrame
return void

SetDepthImage() public static method

Convert the depth image frame to a color bitmap.
public static SetDepthImage ( Bitmap bitmap, ImageFrame image ) : void
bitmap System.Drawing.Bitmap
image ImageFrame
return void