MeanShift_cpp icon indicating copy to clipboard operation
MeanShift_cpp copied to clipboard

Issue in constructor with custom kernel function

Open PhilJd opened this issue 8 years ago • 0 comments

Hi, shouldn't MeanShift(double (*_kernel_func)(double,double)) { set_kernel(kernel_func); } be MeanShift(double (*_kernel_func)(double,double)) { set_kernel(_kernel_func); }?

Cheers, Phil

PhilJd avatar Aug 17 '16 13:08 PhilJd