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) | |
![]() | |
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 | |
![]() | |
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 >.