That mind sound like a silly question but how can i resize the image MINIMIZING the blurring and distortion effect?

조회 수: 2 (최근 30일)
and yes i am aware of imresize just wondering if a better solution exists that'll reduce the blurring affect when i resize for bigger model.

답변 (1개)

Image Analyst
Image Analyst 2017년 6월 11일
Not that I know of, if the only information you have is the image itself. Are you aware that imresize() has several options? For example, the 'nearest' option will create less blurring when increasing the pixel dimensions (rows and columns) if your image is known to have sharp edges, for example computer graphics.
Of course if you have additional information such as several images, taken with fractional pixel shifts between them, then you can use superresolution methods to give a better output image than using just a single pixel alone.
  댓글 수: 2
Elias Unk
Elias Unk 2017년 6월 11일
I just tested imresize with nearest and the outcome wasn't noticeably different from doing a regular resize with the same factor and i can't have additional image input i should do it image per image cause they're distinct.
Image Analyst
Image Analyst 2017년 6월 11일
Why do you think it's blurred? Are you sure you zoomed in enough to notice any blurring or differences between the two magnifications? No one can verify what you said because you've (so far) chosen to not upload your image.

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

Community Treasure Hunt

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

Start Hunting!

Translated by