guiwitz / napari-skimage

A minimal dependency napari plugin giving access to scikit-image functions
BSD 3-Clause "New" or "Revised" License
17 stars 2 forks source link

Region properties? #2

Open jo-mueller opened 1 month ago

jo-mueller commented 1 month ago

Hi @guiwitz ,

this looks like a great project and I was wondering whether you would see it within the scope of the project to add functionalities for scikit-image regionprops? The key functionality that would have to be added would be a way to work (or to visualize) tabular data in napari.

I think there are already some solutions out there (e.g., tabulous) which could be used so we could save ourselves the overhead of implementing tabular functionality.

Let me know what you think, I'd be happy to try myself at a PR at it :)

guiwitz commented 1 month ago

Hi @jo-mueller,

I have been considering this as well since it is a natural complement to connected component analysis. However there's already https://github.com/haesleinhuepf/napari-skimage-regionprops which can be used for that. If there's a minimalistic way to add that feature without adding complex dependencies, we could still add it. I never used tabulous and I haven't checked if it's dependencies are the same as the ones from napari.