MATLAB: How to avoide image pixel quality whenever i have been resize image

digital image processingImage Acquisition Toolboximage analysisimage processingImage Processing Toolboximage segmentation

How to avoide image pixel quality whenever i have been resize image ?

Best Answer

In order to avoid problems when resizing to larger, you need to decompose the image into shapes instead of pixels. Then you draw the shapes larger for the new image .
Related Question