vineetbansal / wbi

0 stars 0 forks source link

Investigate napari plugins #15

Closed vineetbansal closed 9 months ago

vineetbansal commented 11 months ago

napari has the concept of plug-ins using which we can add custom functionality to their UI (for example presenting multiple viewing angles for annotation purposes as is currently done in the MATLAB UI). Finding out how to create and publish our own plug-ins would be a good first step to investigate if/how we might go this route.

Ideally some plug-in that has a UI component to it and can capture annotation through mouse-clicks, write them out to a file etc. The custom 00001_01.ome.tiff they provide should be a good starting point for this.

vineetbansal commented 9 months ago

Closing this in favor of investigating using napari.run() from within wbi.