C# Class KinectTableExampleCSharp.ImageFrameConverter

Afficher le fichier Open project: AaronGenest/KinectArms Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

SetColorImage() public static méthode

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

SetDepthImage() public static méthode

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