![]() |
Visual Servoing Platform version 3.7.0
|
#include <vpTemporalWeighting.h>
Public Member Functions | |
| vpTemporalWeighting ()=default | |
| virtual double | weight (const double progress) const =0 |
| virtual | ~vpTemporalWeighting ()=default |
Static Public Member Functions | |
| static std::shared_ptr< vpTemporalWeighting > | parseTemporalWeighting (const nlohmann::json &j) |
| static std::shared_ptr< vpTemporalWeighting > | parseTemporalWeightingRawJson (const std::string &j) |
Definition at line 41 of file vpTemporalWeighting.h.
|
default |
|
virtualdefault |
References parseTemporalWeighting(), and parseTemporalWeightingRawJson().
|
static |
Definition at line 42 of file vpTemporalWeighting.cpp.
References vpException::badValue.
Referenced by vpRBFeatureTracker::loadJsonConfiguration(), parseTemporalWeightingRawJson(), and ~vpTemporalWeighting().
|
static |
Definition at line 65 of file vpTemporalWeighting.cpp.
References parseTemporalWeighting().
Referenced by ~vpTemporalWeighting().
|
pure virtual |
Implemented in vpFixedTemporalWeighting, and vpSigmoidTemporalWeighting.