Skip to content

Linear filtering? #13

@timholy

Description

@timholy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions