Skip to content

Issue in constructor with custom kernel function #3

@PhilJd

Description

@PhilJd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions