Scaling distortion on images

조회 수: 1 (최근 30일)
pankaj singh
pankaj singh 2020년 1월 10일
답변: Image Analyst 2020년 1월 11일
How to apply scaling distortion to images in MATLAB and generate the following kind of image:
  댓글 수: 6
KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 1월 11일
편집: KALYAN ACHARJYA 2020년 1월 11일
Pankaj, sorry, still the question is not clear to me.
Are you looking for reason of degradation (Image Restoration) or others?
Is it the down sampling image arbitarily to get the random scaling distortion?
What kind of distortion do you see in the attached image?
pankaj singh
pankaj singh 2020년 1월 11일
I am looking for downscaled image. I have used
imresize(image)
function on the original figure. But it shows me the final figure in the whole figure window (as shown in your link). However, I need figure to be shown as above. Is it possible? In other words, I want to show the downsized image, but in the original image size figure window (the rest of the pixels may become zero).

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

채택된 답변

Image Analyst
Image Analyst 2020년 1월 11일
Use padarray().

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by