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