60 #define EPANECHNIKOV 0
62 #include <visp/vpColVector.h>
84 unsigned int dimension;
96 double KernelDensity(
vpColVector &error,
unsigned int position);
97 double KernelDensityGradient(
vpColVector &error,
unsigned int position);
100 double KernelDensityGradient_EPANECHNIKOV(
double X,
unsigned int n);
Contains different methods for estimating the robust scale of an error distribution.
Class that provides a data structure for the column vectors as well as a set of operations on these v...