C# 클래스 CCT.NUI.Core.Histogram

파일 보기 프로젝트 열기: an83/KinectTouch2 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( ushort depthValue ) : int
Histogram ( int maxValue ) : System
Increase ( int depthValue ) : void
PostProcess ( int points ) : void
Reset ( ) : void

메소드 상세

GetValue() 공개 메소드

public GetValue ( ushort depthValue ) : int
depthValue ushort
리턴 int

Histogram() 공개 메소드

public Histogram ( int maxValue ) : System
maxValue int
리턴 System

Increase() 공개 메소드

public Increase ( int depthValue ) : void
depthValue int
리턴 void

PostProcess() 공개 메소드

public PostProcess ( int points ) : void
points int
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void