0x00b1 / napari-features

A feature extraction plugin for Napari
MIT License
7 stars 4 forks source link

Add save and copy buttons to table #1

Closed haesleinhuepf closed 3 years ago

haesleinhuepf commented 3 years ago

Hi @0x00b1 ,

would you be interested in adding Save and Copy buttons to your results table? Just le me know where to put the code and I'll send a PR.

Cheers, Robert

0x00b1 commented 3 years ago

Thanks, @haesleinhuepf! A PR would be awesome. You should add them to napari_features._dock_widget.DockWidget.

0x00b1 commented 3 years ago

Are there any other interface features you'd like?

haesleinhuepf commented 3 years ago

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.: image

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:

If we manage to incoroporate both, we can spare tons of code duplication :-)