Clear Filters
Clear Filters

Zoom an area of an image while showing whole image

31 views (last 30 days)
May any body help me how can I zoom just an area (a circle) of an image?
For example I want show an image with a zoomed area
  1 Comment
Adam
Adam on 19 Oct 2018
What is wrong with using the zoom option from the figure or axes toolbar?

Sign in to comment.

Answers (3)

Image Analyst
Image Analyst on 19 Oct 2018
Try my attached demo where I use a scroll panel and min-image where it shows both the zoomed image and a small mini-image where the whole image is visible.

saptarshi jana
saptarshi jana on 6 Aug 2022
There is an easy and simple solution for it without writing any code. from figure toolbar, 1. View>property editior 2. edit>copy figure, 3. paste it over the originial figure, 4. rescale the size and relocate the pasted figure as per your need, 5. zoom to the part which you want, 6. Insert> arrows, rectangles, etc in the main figure to indicate which part you are magnifying.
  3 Comments
Devyani Varshney
Devyani Varshney on 3 Jan 2024
How do you paste it over the original figure in MATLAB ? could you elaborate on the steps?
Devyani Varshney
Devyani Varshney on 3 Jan 2024
okay got it, instead of edit>copy figure (it was not allowing it to paste it again on original figure). I used Ctr+c and Ctr+v

Sign in to comment.


Jan
Jan on 19 Oct 2018
  3 Comments
Adam
Adam on 19 Oct 2018
Do you mean in two different axes? Otherwise how do you expect to show the whole image at the same time as a zoomed section?
Image Analyst
Image Analyst on 19 Oct 2018
My demo has two different axes. All I can figure is that there must be a single axes on a figure that starts off small and then enlarges as the image is zoomed/magnified. However at some point the axes will take up nearly the whole screen/figure and to zoom further you'd have to give up the requirement that the whole image be visible.

Sign in to comment.

Categories

Find more on Visual Exploration in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!