facebook360_dep
Facebook360 Depth Estimation Pipeline
|
#include <MonotonicTable.h>
Public Member Functions | |
MonotonicTable (const T minX_, const T maxX_, const int size_) | |
void | initTable () |
int | getSize () const |
T | operator() (const T x) const |
Protected Member Functions | |
virtual T | f (const T x) const =0 |
Protected Attributes | |
const int | size |
const std::shared_ptr< std::vector< T > > | table |
const T | minX |
const T | maxX |
const T | rangeScale |
|
inline |
|
protectedpure virtual |
Implemented in fb360_dep::math_util::Butterworth.
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |