C# 클래스 CURELab.SignLanguage.HandDetector.Colorizer

add summary here
파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Colorizer() 공개 메소드

public Colorizer ( ) : System
리턴 System

CullImage() 공개 메소드

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

TransformCullAndConvertDepthFrame() 공개 메소드

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
리턴 void