C# Class CURELab.SignLanguage.HandDetector.Colorizer

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

Méthodes publiques

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

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

public Colorizer ( ) : System
Résultat System

CullImage() public méthode

public CullImage ( byte>.Image img, int cull ) : void
img byte>.Image
cull int
Résultat void

TransformCullAndConvertDepthFrame() public méthode

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
Résultat void