MeanShift_cpp icon indicating copy to clipboard operation
MeanShift_cpp copied to clipboard

Fix custom kernel bug

Open victorvianna opened this issue 6 years ago • 0 comments

This line should actually be:

 MeanShift(double (*_kernel_func)(double,double)) { set_kernel(_kernel_func); }

This causes the code to bug when defining a custom kernel function.

victorvianna avatar Dec 10 '18 01:12 victorvianna