-
Notifications
You must be signed in to change notification settings - Fork 4
Method for drawing masks on top of data #22
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There's an example of making masks programmatically, but on many occasions it's easier to select parts of an image visually.
I don't want to build extensive GUI code into EXtra-geom - full fledged applications should be built as separate packages on top of it. But I think we can do something simple with matplotlib events, which can also serve as an example for building bigger applications. Matplotlib events also have the advantage that the same code can work in the notebook and a script which can open a separate window.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request