C# Class KinectKyonyu.BodyTexture

Mostra file Open project: novogrammer/ofxKyonyu

Public Properties

Property Type Description
ImageSourceLeft System.Windows.Media.ImageSource
ImageSourceRight System.Windows.Media.ImageSource

Public Methods

Method Description
BodyTexture ( Microsoft nui, Microsoft skeleton, byte latestVideoBytes ) : System

Private Methods

Method Description
calcPositions ( ) : void
getColorAdjustedRGBA ( byte colorBytes, double positionRatio ) : byte[]
getColorByte ( byte _b, double positionRatio ) : byte
getPosition2D ( float x, float y, float &outX, float &outY ) : void

Method Details

BodyTexture() public method

public BodyTexture ( Microsoft nui, Microsoft skeleton, byte latestVideoBytes ) : System
nui Microsoft
skeleton Microsoft
latestVideoBytes byte
return System

Property Details

ImageSourceLeft public_oe property

public ImageSource,System.Windows.Media ImageSourceLeft
return System.Windows.Media.ImageSource

ImageSourceRight public_oe property

public ImageSource,System.Windows.Media ImageSourceRight
return System.Windows.Media.ImageSource