56 #include <visp3/core/vpColVector.h>
78 unsigned int dimension;
84 vpScale(
double kernel_bandwidth,
unsigned int dim=1);
89 double KernelDensity(
vpColVector &error,
unsigned int position);
90 double KernelDensityGradient(
vpColVector &error,
unsigned int position);
93 double KernelDensityGradient_EPANECHNIKOV(
double X,
unsigned int n);
Contains various estimators for scale. Methods : Median Absolute Deviation (MAD), MPDE, Mean shift kernel density estimation.
Implementation of column vector and the associated operations.