napari-segment-blobs-and-things-with-membranes icon indicating copy to clipboard operation
napari-segment-blobs-and-things-with-membranes copied to clipboard

add gabor filter

Open haesleinhuepf opened this issue 2 years ago • 0 comments

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

haesleinhuepf avatar Feb 23 '23 17:02 haesleinhuepf