APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
MeanShift Member List

This is the complete list of members for MeanShift, including all inherited members.

cluster(const std::vector< MSPoint > &) (defined in MeanShift)MeanShift
cluster(const std::vector< MSPoint > &, const std::vector< MSPoint > &, double clusterEpsilon) (defined in MeanShift)MeanShiftprivate
m_clusterEpsilon (defined in MeanShift)MeanShiftprivate
m_kernelBandwidth (defined in MeanShift)MeanShiftprivate
m_shiftEpsilon (defined in MeanShift)MeanShiftprivate
MeanShift(double kernelBandwidth=0.1, double clusterEpsilon=0.5, double shiftEpsilon=0.00001) (defined in MeanShift)MeanShift
meanshift(const std::vector< MSPoint > &points, double kernel_bandwidth, double shiftEpsilon) (defined in MeanShift)MeanShiftprivate
shift_point(const MSPoint &, const std::vector< MSPoint > &, double, MSPoint &) (defined in MeanShift)MeanShiftprivate