48 #include <visp3/core/vpColVector.h>
49 #include <visp3/core/vpMath.h>
70 } vpRobustEstimatorType;
82 double NoiseThreshold;
101 void resize(
unsigned int n_data);
104 void MEstimator(
const vpRobustEstimatorType method,
109 void MEstimator(
const vpRobustEstimatorType method,
125 NoiseThreshold=noise_threshold;
137 double computeNormalizedMedian(
vpColVector &all_normres,
145 double scale(vpRobustEstimatorType method,
vpColVector &x);
166 double simult_chi_huber(
double x);
173 double constrainedChi(vpRobustEstimatorType method,
double x);
176 double constrainedChiTukey(
double x);
178 double constrainedChiCauchy(
double x);
180 double constrainedChiHuber(
double x);
188 double erf(
double x);
189 double gammp(
double a,
double x);
190 void gser(
double *gamser,
double a,
double x,
double *gln);
191 void gcf(
double *gammcf,
double a,
double x,
double *gln);
192 double gammln(
double xx);
197 void exch(
double &A,
double &B){swap = A; A = B; B = swap;}
202 double select(
vpColVector &a,
int l,
int r,
int k);
virtual ~vpRobust()
Destructor.
Implementation of column vector and the associated operations.
Contains an M-Estimator and various influence function.
void setThreshold(const double noise_threshold)
void setIteration(const unsigned int iter)
Set iteration.