I want to do additional operations on the image displayed by matplotlib.pyplot.imshow() method.
For Example: I want an extra button "Display ROI" where it displays the ROI of the co-ordinates I have selected in the image in my preferred format.
Is this possible?
Cheers, Navin