Effacer les filtres
Effacer les filtres

how to convert Low Resolution Image To High definition image?

11 vues (au cours des 30 derniers jours)
SAM
SAM le 7 Jan 2014
can any body tell me Algorithm or Procedure to convert Low level image to High Definition image ?
Thnaks......

Réponse acceptée

Image Analyst
Image Analyst le 8 Jan 2014
You can change the image matrix size with imresize(). This does not change the actual real world spatial resolution (like how well you can resolve to points close together in the scene), just the number of pixels. To increase the resolution you need to use a spatial filter, like deconvlucy() or wiener2() which require you to supply a point spread function and a noise spectrum.
  2 commentaires
Image Analyst
Image Analyst le 8 Jan 2014
Or you can look to section 18.4.3 here: VisionBib
SAM
SAM le 8 Jan 2014
Thanks ........

Connectez-vous pour commenter.

Plus de réponses (2)

Anand
Anand le 8 Jan 2014
You could look into techniques for super resolution. This is an entire field of research that uses multiple low resolution images to create high resolution images.
  4 commentaires
Eric
Eric le 8 Jan 2014
The Drizzle algorithm is pretty straightforward. See
breezy
breezy le 19 Août 2014
I am doing project on super resolution by using multiple low resolution images to create high resolution images. can anyone give codings related to this

Connectez-vous pour commenter.


Syed Murtaza
Syed Murtaza le 18 Juin 2021
need matlab code for single image super resolution using deep learning.

Catégories

En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by