フィルターのクリア

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

1 回表示 (過去 30 日間)
voxey
voxey 2019 年 2 月 14 日
コメント済み: Walter Roberson 2019 年 2 月 16 日
How to avoide image pixel quality whenever i have been resize image ?
  1 件のコメント
Mark Sherstan
Mark Sherstan 2019 年 2 月 14 日
What exact issue are you having? Please post your code and before and after images so we can better help you.

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2019 年 2 月 14 日
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 .
  2 件のコメント
voxey
voxey 2019 年 2 月 16 日
thanks Walter i will check.....
Walter Roberson
Walter Roberson 2019 年 2 月 16 日
representing general images as shapes is typically a lot of work and often makes little logical sense. It might require using machine vision and Deep Learning to identify every single object and texture in the image and build a really detailed scene description so that you can then draw a larger version of the scene.
... All of which is leading to the point that resizing images larger by nearly any feasible method will have image quality problems . Taking an image and drawing it larger without artifacts requires adding additional information .

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by