Skip to content

scipy dependency #74

@mhubii

Description

@mhubii

scipy is only used for a 2D convolution:

from scipy.signal import convolve2d

One should rather implement a 2D convolution in numpy and remove the scipy dependency. See e.g.: https://stackoverflow.com/questions/43086557/convolve2d-just-by-using-numpy

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions