-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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 toimfilter
with aKernelFactors.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.
Metadata
Metadata
Assignees
Labels
No labels