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 gabor filter #19

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

add gabor filter #19

wants to merge 4 commits into from

Conversation

haesleinhuepf
Copy link
Owner

@haesleinhuepf haesleinhuepf commented Feb 23, 2023

Hi Marcelo @zoccoler,

this adds the Gabor filter and closes #18

Before merging it, I would like to fix some little things. At the moment, the filter produces an image of 3 dimensions out of an image of 2 dimensions and I presume that's not intentional. I'm also not sure about a use-case. The filter applied to blobs looks like this:

image

When applying it to a 3D image, there is an error telling: ValueError: The parameter image must be a 2-dimensional array

I'm curious, what could one do with the Gabor filter?

Thanks!

Best,
Robert

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

Successfully merging this pull request may close these issues.

Add Gabor Filters
2 participants