I have a GUI with two axes. The first one for original image while the second one is for interpolated image.
First in my code, I use imrect to select part of the original image and then I crop that part using imcrop . After that I display the cropped image in both axes.
What I want is to know how to zoom in the first axes (the original image) and it shows the same zooming the second axes ( interpolated image ) automatically.
Thanks a lot in advance.