napari-segment-blobs-and-things-with-membranes
napari-segment-blobs-and-things-with-membranes copied to clipboard
add gabor filter
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:
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