#include <Prerequisites.h>
Definition at line 908 of file Prerequisites.h.
◆ FilterDoubleExponential3f()
FilterDoubleExponential3f::FilterDoubleExponential3f |
( |
| ) |
|
|
inline |
◆ ~FilterDoubleExponential3f()
FilterDoubleExponential3f::~FilterDoubleExponential3f |
( |
| ) |
|
|
inline |
◆ GetFilteredPoints()
std::vector< cv::Point3f > FilterDoubleExponential3f::GetFilteredPoints |
( |
| ) |
|
|
inline |
◆ Init()
void FilterDoubleExponential3f::Init |
( |
float |
fSmoothing = 0.25f , |
|
|
float |
fCorrection = 0.25f , |
|
|
float |
fPrediction = 0.25f , |
|
|
float |
fJitterRadius = 0.03f , |
|
|
float |
fMaxDeviationRadius = 0.05f |
|
) |
| |
|
inline |
◆ Reset()
void FilterDoubleExponential3f::Reset |
( |
| ) |
|
|
inline |
◆ Shutdown()
void FilterDoubleExponential3f::Shutdown |
( |
| ) |
|
|
inline |
◆ Update()
void FilterDoubleExponential3f::Update |
( |
std::vector< cv::Point3f > |
points | ) |
|
|
inline |
The documentation for this class was generated from the following file: