C# Class XEDParser.Colorizer

add summary here
Mostra file Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Public Methods

Method Description
Colorizer ( float transformAngle, int max, int min ) : System
TransformAndConvertDepthFrame ( DepthImagePixel depthFrame, byte colorFrame ) : void

Private Methods

Method Description
GetColorMappingTable ( int minDepth, int maxDepth, float tranformTanAngle ) : byte[]

Returns the depth-to-color mapping table.

InitializeTransformTable ( int maxDepth, float angle ) : void
TransformDepth ( int initialDepth, int y, double angleTan ) : short

Method Details

Colorizer() public method

public Colorizer ( float transformAngle, int max, int min ) : System
transformAngle float
max int
min int
return System

TransformAndConvertDepthFrame() public method

public TransformAndConvertDepthFrame ( DepthImagePixel depthFrame, byte colorFrame ) : void
depthFrame DepthImagePixel
colorFrame byte
return void