Skip to content
New issue

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

Add 2D Butterworth #543

Open
altunenes opened this issue Oct 5, 2023 · 1 comment
Open

Add 2D Butterworth #543

altunenes opened this issue Oct 5, 2023 · 1 comment

Comments

@altunenes
Copy link

altunenes commented Oct 5, 2023

I can add the Butterworth filter if you think it may be useful. I frequently use this filter in my research field...

image
B low is the filter response (Butterworth)
D(u,v) represents the distance from the origin in the frequency domain.
D_0 is the cutoff frequency
n is the order of the filter.

ref: Sonka, M., Hlavac, V.,, Boyle, R. (1998). Image Processing: Analysis and Machine Vision. CL-Engineering. ISBN: 053495393X

@altunenes
Copy link
Author

the question is should I implement only the filter or full implementation (I mean 1- converting the 2D image to the frequency domain 2 applying the filter 3- then converting back to an image to get the output image)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant