C# 클래스 XEDParser.Colorizer

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

공개 메소드들

메소드 설명
Colorizer ( float transformAngle, int max, int min ) : System
TransformAndConvertDepthFrame ( DepthImagePixel depthFrame, byte colorFrame ) : void

비공개 메소드들

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

메소드 상세

Colorizer() 공개 메소드

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

TransformAndConvertDepthFrame() 공개 메소드

public TransformAndConvertDepthFrame ( DepthImagePixel depthFrame, byte colorFrame ) : void
depthFrame DepthImagePixel
colorFrame byte
리턴 void