C# Class CURELab.SignLanguage.HandDetector.Colorizer

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

Public Methods

Method Description
Colorizer ( ) : System
CullImage ( byte>.Image img, int cull ) : void
TransformCullAndConvertDepthFrame ( DepthImagePixel depthFrame, int minDepth, int maxDepth, byte colorFrame, float transformAngle, short cullingThreshold, System headPostition ) : void

Private Methods

Method Description
GetColorMappingTable ( int minDepth, int maxDepth, float tranformTanAngle, short culling ) : 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 ( ) : System
return System

CullImage() public method

public CullImage ( byte>.Image img, int cull ) : void
img byte>.Image
cull int
return void

TransformCullAndConvertDepthFrame() public method

public TransformCullAndConvertDepthFrame ( DepthImagePixel depthFrame, int minDepth, int maxDepth, byte colorFrame, float transformAngle, short cullingThreshold, System headPostition ) : void
depthFrame DepthImagePixel
minDepth int
maxDepth int
colorFrame byte
transformAngle float
cullingThreshold short
headPostition System
return void