Closed haesleinhuepf closed 3 years ago
Thanks, @haesleinhuepf! A PR would be awesome. You should add them to napari_features._dock_widget.DockWidget
.
Are there any other interface features you'd like?
There you go @0x00b1 :-)
Are there any other interface features you'd like?
I guess, yes. I'm not sure yet how napari-features is supposed to work in practice. I'd like to build a user-interface where users can select features to measure from a label image, e.g.:
And maybe it is possible to make one user-interface for multiple libraries allowing to do those measurements. Not sure if this is the way to go. Is napari-features
the right place for that kind of GUI-stuff?
These are my two use cases:
skimage regionprops would be one way to do it (and skimage is already a dependency) but I'm not sure how to integrate it here.
A second candidate would be stats from clesperanto. napari-feature should not have clesperanto as dependency. Thus, I'm also wondering how to use the infrastructre of napari-feature within clesperanto.
If we manage to incoroporate both, we can spare tons of code duplication :-)
Hi @0x00b1 ,
would you be interested in adding
Save
andCopy
buttons to your results table? Just le me know where to put the code and I'll send a PR.Cheers, Robert