Hey everyone,
My project is nearing completion and I have one last segment to work upon. I have imported images at a certain resolution say 512x512. I essentially want to drag a box for region of interest selection with the mouse for each imported slide. Does anyone know of a past precedent that I can look to for help for this task (most specifically other modules other than PIL to use)?
The most important parts would be storing the area of selection and it's location along with using a mouse to accomplish the goal.
Thanks,
JP
<edit: using Tkinter>