C# Class XEDParser.Colorizer

add summary here
Afficher le fichier Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Méthodes publiques

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

Private Methods

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

public Colorizer ( float transformAngle, int max, int min ) : System
transformAngle float
max int
min int
Résultat System

TransformAndConvertDepthFrame() public méthode

public TransformAndConvertDepthFrame ( DepthImagePixel depthFrame, byte colorFrame ) : void
depthFrame DepthImagePixel
colorFrame byte
Résultat void