C# Class CURELab.SignLanguage.HandDetector.VideoProcessor

Inheritance: INotifyPropertyChanged
Show file Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Public Properties

Property Type Description
AngleRotateTan float
CullingThresh double
DIFF double
FrameRate double

Public Methods

Method Description
GetSingletonInstance ( ) : VideoProcessor
OpenDir ( string path ) : void
OpenSkeleton ( string path ) : void
ProcessFrame ( ) : bool
ProcessSample ( ) : void
SetCurrentFrame ( int index ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
VideoProcessor ( ) : System

Method Details

GetSingletonInstance() public static method

public static GetSingletonInstance ( ) : VideoProcessor
return VideoProcessor

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

OpenDir() public method

public OpenDir ( string path ) : void
path string
return void

OpenSkeleton() public method

public OpenSkeleton ( string path ) : void
path string
return void

ProcessFrame() public method

public ProcessFrame ( ) : bool
return bool

ProcessSample() public method

public ProcessSample ( ) : void
return void

SetCurrentFrame() public method

public SetCurrentFrame ( int index ) : void
index int
return void

VideoProcessor() protected method

protected VideoProcessor ( ) : System
return System

Property Details

AngleRotateTan public static property

public static float AngleRotateTan
return float

CullingThresh public static property

public static double CullingThresh
return double

DIFF public static property

public static double DIFF
return double

FrameRate public property

public double FrameRate
return double