facebook360_dep
Facebook360 Depth Estimation Pipeline
Public Member Functions | Protected Member Functions | List of all members
fb360_dep::math_util::Butterworth Class Reference

#include <MonotonicTable.h>

Inheritance diagram for fb360_dep::math_util::Butterworth:
fb360_dep::math_util::MonotonicTable< float >

Public Member Functions

 Butterworth (const float minX, const float maxX, const int size, const float cutoffFreq, const int order)
 
- Public Member Functions inherited from fb360_dep::math_util::MonotonicTable< float >
 MonotonicTable (const float minX_, const float maxX_, const int size_)
 
void initTable ()
 
int getSize () const
 
float operator() (const float x) const
 

Protected Member Functions

float f (const float x) const
 

Additional Inherited Members

- Protected Attributes inherited from fb360_dep::math_util::MonotonicTable< float >
const int size
 
const std::shared_ptr< std::vector< float > > table
 
const float minX
 
const float maxX
 
const float rangeScale
 

Constructor & Destructor Documentation

◆ Butterworth()

fb360_dep::math_util::Butterworth::Butterworth ( const float  minX,
const float  maxX,
const int  size,
const float  cutoffFreq,
const int  order 
)
inline

Member Function Documentation

◆ f()

float fb360_dep::math_util::Butterworth::f ( const float  x) const
inlineprotectedvirtual

The documentation for this class was generated from the following file: