We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I can't find a butterworth kernel in the Images, and think would be a nice addition to the package.
The DSP.jl do have a Butterworth filter design, maybe could be used or looked up to generate the Factored Kernels.
DSP.jl
Alex
The text was updated successfully, but these errors were encountered:
Yes, it's a good addition, can you open a PR to ImageFiltering? That's where most of the kernels lives.
Sorry, something went wrong.
I would like to contribute, but may not have the technical competence to implement the kernel, at least in a short period of time.
You can take a look at #147 as an example. Some source codes, docstrings, and test cases should be sufficient.
No branches or pull requests
Hi,
I can't find a butterworth kernel in the Images, and think would be a nice addition to the package.
The
DSP.jl
do have a Butterworth filter design, maybe could be used or looked up to generate the Factored Kernels.Alex
The text was updated successfully, but these errors were encountered: