You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It will probably be a bit clumsy and limited compared to dedicated interactive applications - I don't want to get properly into GUI code in EXtra-geom. I'm thinking of putting it in almost like a proof of concept.
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.
The text was updated successfully, but these errors were encountered: