-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
scipy is only used for a 2D convolution:
Line 3 in 4bbdb51
| 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
Labels
enhancementNew feature or requestNew feature or request