Skip to content

sumedhpendurkar/image_SR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Image Super-resolution

Convert multiple Low resolution(LR) images to single High resolution images image.

Steps

  1. Registration: To find a affine transformation from one image to other so, as to register them on HR grid
  2. Non-uniform Interpolation: After registering images on a single HR grid, some pixels might not be filled, as the transformation doesn't gurantee to cover all possible locations
  3. Smoothening: The resultant image could be noisy, due to non-linear relationships between images, and might lead to noisy image. Smoothing improves visual aspects of image (needs to be implemented)

Releases

No releases published

Packages

No packages published

Languages