필터 지우기
필터 지우기

Zoom an area of an image while showing whole image

조회 수: 31 (최근 30일)
Ali Purse
Ali Purse 2018년 10월 19일
댓글: Devyani Varshney 2024년 1월 3일
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
Adam
Adam 2018년 10월 19일
What is wrong with using the zoom option from the figure or axes toolbar?

댓글을 달려면 로그인하십시오.

답변 (3개)

Image Analyst
Image Analyst 2018년 10월 19일
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 2022년 8월 6일
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
Devyani Varshney
Devyani Varshney 2024년 1월 3일
How do you paste it over the original figure in MATLAB ? could you elaborate on the steps?
Devyani Varshney
Devyani Varshney 2024년 1월 3일
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

댓글을 달려면 로그인하십시오.


Jan
Jan 2018년 10월 19일
  댓글 수: 3
Adam
Adam 2018년 10월 19일
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 2018년 10월 19일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Visual Exploration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by