필터 지우기
필터 지우기

how to convert Low Resolution Image To High definition image?

조회 수: 3 (최근 30일)
SAM
SAM 2014년 1월 7일
답변: Syed Murtaza 2021년 6월 18일
can any body tell me Algorithm or Procedure to convert Low level image to High Definition image ?
Thnaks......

채택된 답변

Image Analyst
Image Analyst 2014년 1월 8일
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개)

Anand
Anand 2014년 1월 8일
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
Eric
Eric 2014년 1월 8일
The Drizzle algorithm is pretty straightforward. See
breezy
breezy 2014년 8월 19일
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

댓글을 달려면 로그인하십시오.


Syed Murtaza
Syed Murtaza 2021년 6월 18일
need matlab code for single image super resolution using deep learning.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by