Azzera filtri
Azzera filtri

Zoom an area of an image while showing whole image

31 visualizzazioni (ultimi 30 giorni)
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 Commento
Adam
Adam il 19 Ott 2018
What is wrong with using the zoom option from the figure or axes toolbar?

Accedi per commentare.

Risposte (3)

Image Analyst
Image Analyst il 19 Ott 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 il 6 Ago 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 Commenti
Devyani Varshney
Devyani Varshney il 3 Gen 2024
How do you paste it over the original figure in MATLAB ? could you elaborate on the steps?
Devyani Varshney
Devyani Varshney il 3 Gen 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

Accedi per commentare.


Jan
Jan il 19 Ott 2018
  3 Commenti
Adam
Adam il 19 Ott 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 il 19 Ott 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.

Accedi per commentare.

Categorie

Scopri di più su Visual Exploration in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by