|
facebook360_dep
Facebook360 Depth Estimation Pipeline
|
#include <MonotonicTable.h>
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 |
|
inline |
|
inlineprotectedvirtual |
Implements fb360_dep::math_util::MonotonicTable< float >.
1.8.15