Is your feature request related to a problem? Please describe.
Functions that take kernels have inconsistent signatures. Should be standardized and flexible to handle a kernel or a tuple (which would call np.ones).
Describe the solution you'd like
Apply a helper function to every kernel/ksize input to allow for flexible user inputs.
Describe alternatives you've considered
None yet.
Is your feature request related to a problem? Please describe.
Functions that take kernels have inconsistent signatures. Should be standardized and flexible to handle a kernel or a tuple (which would call
np.ones).Describe the solution you'd like
Apply a helper function to every
kernel/ksizeinput to allow for flexible user inputs.Describe alternatives you've considered
None yet.