Skip to content

k value not passed to OctaveBlobFinder #2

Description

@yangyushi

In line 1164 of file track.py, the parameter k is not passed to the __call__ function of OctaveBlobFinder. The current version is

centers += [self.octaves[1](gaussian_filter(image, k), maxedge=maxedge, first_layer=first_layer, maxDoG=maxDoG)]

and I would expect something like

centers += [self.octaves[1](gaussian_filter(image, k), k=k, maxedge=maxedge, first_layer=first_layer, maxDoG=maxDoG)]

I hope this issue would be helpful

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