MeanShift_cpp
MeanShift_cpp copied to clipboard
Fix custom kernel bug
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.