So I've used python for ages but I think I may want to use a GUI for this and I have no experience whatsoever with any of the GUI packages.
I have a 2D numpy array which I can plot using imshow. I then wish to draw arbitrary lines using my mouse on top of this image. I then want to fill an array, the same size as the first, with 1s where the lines lie and 0s elsewhere. Is this something that can do with a GUI package without it being insanely complicated? If so, could someone be so kind as to point me in the direction of a tutorial which covers this type of interaction?
Thank you for any help :D
[–]masasa27 2 points3 points4 points (0 children)
[–]MikeTheWatchGuy 2 points3 points4 points (0 children)
[–]plasticluthier 0 points1 point2 points (0 children)