52#include <visp3/core/vpColVector.h>
73 unsigned int dimension;
78 vpScale(
double kernel_bandwidth,
unsigned int dim = 1);
79#if (VISP_CXX_STANDARD > VISP_CXX_STANDARD_98)
87 double KernelDensity(
vpColVector &error,
unsigned int position);
88 double KernelDensityGradient(
vpColVector &error,
unsigned int position);
91 double KernelDensityGradient_EPANECHNIKOV(
double X,
unsigned int n);
93#if (VISP_CXX_STANDARD > VISP_CXX_STANDARD_98)
Implementation of column vector and the associated operations.
vpScale & operator=(const vpScale &)=default
virtual ~vpScale()=default
vpScale(const vpScale &)=default