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

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AngleRotateTan float
CullingThresh double
DIFF double
FrameRate double

공개 메소드들

메소드 설명
GetSingletonInstance ( ) : VideoProcessor
OpenDir ( string path ) : void
OpenSkeleton ( string path ) : void
ProcessFrame ( ) : bool
ProcessSample ( ) : void
SetCurrentFrame ( int index ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void
VideoProcessor ( ) : System

메소드 상세

GetSingletonInstance() 공개 정적인 메소드

public static GetSingletonInstance ( ) : VideoProcessor
리턴 VideoProcessor

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

OpenDir() 공개 메소드

public OpenDir ( string path ) : void
path string
리턴 void

OpenSkeleton() 공개 메소드

public OpenSkeleton ( string path ) : void
path string
리턴 void

ProcessFrame() 공개 메소드

public ProcessFrame ( ) : bool
리턴 bool

ProcessSample() 공개 메소드

public ProcessSample ( ) : void
리턴 void

SetCurrentFrame() 공개 메소드

public SetCurrentFrame ( int index ) : void
index int
리턴 void

VideoProcessor() 보호된 메소드

protected VideoProcessor ( ) : System
리턴 System

프로퍼티 상세

AngleRotateTan 공개적으로 정적으로 프로퍼티

public static float AngleRotateTan
리턴 float

CullingThresh 공개적으로 정적으로 프로퍼티

public static double CullingThresh
리턴 double

DIFF 공개적으로 정적으로 프로퍼티

public static double DIFF
리턴 double

FrameRate 공개적으로 프로퍼티

public double FrameRate
리턴 double