How to make an ID photo using Matlab

1 visualizzazione (ultimi 30 giorni)
Bang bang
Bang bang il 11 Feb 2020
Risposto: Walter Roberson il 11 Feb 2020
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?

Risposte (1)

Walter Roberson
Walter Roberson il 11 Feb 2020
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.

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by