That mind sound like a silly question but how can i resize the image MINIMIZING the blurring and distortion effect?
1 次查看(过去 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.
0 个评论
回答(1 个)
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 个评论
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!