C# Class LeapGestures.Filters.HighPassFilter

Inheritance: Filter
显示文件 Open project: openleap/LeapGestures

Public Methods

Method Description
HighPassFilter ( ) : System
HighPassFilter ( double factor ) : System
filterAlgorithm ( double vector ) : double[]
reset ( ) : void

Method Details

HighPassFilter() public method

public HighPassFilter ( ) : System
return System

HighPassFilter() public method

public HighPassFilter ( double factor ) : System
factor double
return System

filterAlgorithm() public method

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

reset() public method

public reset ( ) : void
return void