How to make an ID photo using Matlab
2 ビュー (過去 30 日間)
古いコメントを表示
How to change the size of image without using imresize function because its ruining the quality of image? I am making an automatic ID photo maker so the quality of an image is important?
0 件のコメント
回答 (1 件)
Walter Roberson
2020 年 2 月 11 日
You can fft2 the image and then ifft2 giving a larger size. However this is not certain to look any better.
There should be ways to do wavelet decomposition and then use the wavelets to create a larger image.
0 件のコメント
参考
カテゴリ
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!