130 static core::Img32f generateEpanechnikov(
int bandwidth);
137 static core::Img32f generateGauss(
int bandwidth,
float stdDev);
153 void setKernel(
kernelType type,
int bandwidth,
float stdDev=1);
int getBandwidth() const
Returns current kernel bandwidth.
Definition: MeanShiftTracker.h:162
undocument this line if you encounter any issues!
Definition: Any.h:37
Definition: MeanShiftTracker.h:92
kernelType
An enumeration for the different kernel types.
Definition: MeanShiftTracker.h:97
const core::Img32f & getKernelImage() const
returns current kernel image
Definition: MeanShiftTracker.h:159
#define ICLCV_API
Definition: CompatMacros.h:177
core::Img32f m_kernelImage
An internal representation of the kernel used.
Definition: MeanShiftTracker.h:114
int getKernel() const
returns current kernel type
Definition: MeanShiftTracker.h:156
Single precission 3D Vectors Point class of the ICL.
Definition: Point32f.h:41
int m_bandwidth
The bandwidth of the kernel; equals diameter / 2.
Definition: MeanShiftTracker.h:105
Definition: MeanShiftTracker.h:98
kernelType m_kernelType
The kerneltype; displayed as int.
Definition: MeanShiftTracker.h:108