C# Class LeapGestures.Filters.Filter

显示文件 Open project: openleap/LeapGestures Class Usage Examples

Public Methods

Method Description
filter ( double vector ) : double[]
filterAlgorithm ( double vector ) : double[]
reset ( ) : void

Method Details

filter() public method

public filter ( double vector ) : double[]
vector double
return double[]

filterAlgorithm() public abstract method

public abstract filterAlgorithm ( double vector ) : double[]
vector double
return double[]

reset() public abstract method

public abstract reset ( ) : void
return void