48 #ifndef __VP_ADAPTATIVE_GAIN_H
49 #define __VP_ADAPTATIVE_GAIN_H
51 #include <visp/vpConfig.h>
54 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
103 mutable double lambda;
114 void initFromConstant (
double lambda);
115 void initFromVoid (
void);
116 void initStandard (
double en_zero,
118 double pente_en_zero);
122 double setConstant (
void);
138 double value_const (
double val_e)
const;
149 double value (
double val_e)
const;
151 double limitValue_const (
void)
const;
153 double limitValue (
void)
const;
164 double operator() (
double val_e)
const;
170 double operator() (
void)
const;
175 friend VISP_EXPORT std::ostream& operator<< (std::ostream &os,
static const double DEFAULT_LAMBDA_INFINI
static const double DEFAULT_LAMBDA_PENTE
Adaptative gain computation.
Class that provides a data structure for the column vectors as well as a set of operations on these v...
static const double DEFAULT_LAMBDA_ZERO
double getLastValue(void) const