I'm quite excited to see this package, nice work @JKay0327 and @johnnychen94.
I'm curious about the right way to handle the comparison to smoothing operations like Gaussian blur. There seem to be at least two options:
- add a
LinearBlur(σ...) algorithm here that is just a convenience method to imfilter with a KernelFactors.gaussian kernel
- declare that this package focuses on nonlinear methods, and link to ImageFilter for linear methods
I'd be happy to make a PR at some point, but I thought it would be best to hear which of these you think makes more sense. I'd be happy with either outcome.
I'm quite excited to see this package, nice work @JKay0327 and @johnnychen94.
I'm curious about the right way to handle the comparison to smoothing operations like Gaussian blur. There seem to be at least two options:
LinearBlur(σ...)algorithm here that is just a convenience method toimfilterwith aKernelFactors.gaussiankernelI'd be happy to make a PR at some point, but I thought it would be best to hear which of these you think makes more sense. I'd be happy with either outcome.