All Projects → RobertGawron → Supper Resolution

RobertGawron / Supper Resolution

Super-resolution (SR) is a method of creating images with higher resolution from a set of low resolution images.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Supper Resolution

Sewar
All image quality metrics you need in one package.
Stars: ✭ 299 (+184.76%)
Mutual labels:  super-resolution, image-processing
Zoom Learn Zoom
computational zoom from raw sensor data
Stars: ✭ 224 (+113.33%)
Mutual labels:  super-resolution, image-processing
Raisr
A Python implementation of RAISR
Stars: ✭ 480 (+357.14%)
Mutual labels:  super-resolution, image-processing
Image Super Resolution
🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
Stars: ✭ 3,293 (+3036.19%)
Mutual labels:  super-resolution, image-processing
Cfsrcnn
Coarse-to-Fine CNN for Image Super-Resolution (IEEE Transactions on Multimedia,2020)
Stars: ✭ 84 (-20%)
Mutual labels:  super-resolution, image-processing
Imagestitching
Conducts image stitching upon an input video to generate a panorama in 3D
Stars: ✭ 98 (-6.67%)
Mutual labels:  image-processing
Distort Grid
distort and warp images in the browser
Stars: ✭ 101 (-3.81%)
Mutual labels:  image-processing
Sign Language Recognition
✌️ 👌 ✊ 📷 Sign Language Recognition using Python
Stars: ✭ 98 (-6.67%)
Mutual labels:  image-processing
Photostructure For Servers
PhotoStructure for Servers
Stars: ✭ 98 (-6.67%)
Mutual labels:  image-processing
Natsr
Natural and Realistic Single Image Super-Resolution with Explicit Natural Manifold Discrimination (CVPR, 2019)
Stars: ✭ 105 (+0%)
Mutual labels:  super-resolution
Computational Graphics Thu 2018
Computational Graphics - THU Spring 2018
Stars: ✭ 104 (-0.95%)
Mutual labels:  image-processing
Lesrcnn
Lightweight Image Super-Resolution with Enhanced CNN (Knowledge-Based Systems,2020)
Stars: ✭ 101 (-3.81%)
Mutual labels:  image-processing
Glide Transformations
An Android transformation library providing a variety of image transformations for Glide.
Stars: ✭ 9,540 (+8985.71%)
Mutual labels:  image-processing
Wb srgb
White balance camera-rendered sRGB images (CVPR 2019) [Matlab & Python]
Stars: ✭ 101 (-3.81%)
Mutual labels:  image-processing
Imghash
Perceptual image hashing for Node.js
Stars: ✭ 98 (-6.67%)
Mutual labels:  image-processing
Idn Caffe
Caffe implementation of "Fast and Accurate Single Image Super-Resolution via Information Distillation Network" (CVPR 2018)
Stars: ✭ 104 (-0.95%)
Mutual labels:  super-resolution
Traffic Sign Detection
Traffic signs detection and classification in real time
Stars: ✭ 96 (-8.57%)
Mutual labels:  image-processing
Pgmagick
pgmagick is a yet another boost.python based wrapper for GraphicsMagick/ImageMagick.
Stars: ✭ 100 (-4.76%)
Mutual labels:  image-processing
Boxdetection
A Box detection algorithm for any image containing boxes.
Stars: ✭ 104 (-0.95%)
Mutual labels:  image-processing
Nider
Python package to add text to images, textures and different backgrounds
Stars: ✭ 100 (-4.76%)
Mutual labels:  image-processing

Supper-resolution

Abstract

Super resolution (SR) algorithms are used to obtain high resolution images from a set of low resolution samples. The high resolution image contains more information that single low resolution sample image, so it's different from simple resize algorithms, where the amount of information in image stay the same after upsize.

There are a couple of the main methods to obtain mentioned effect, including statistical methods, transform image info frequency domain, using neural network, or mixing it.

Where SR algorithms are used? In military (spying satellites), astronomy (telescopes), medicine (data from tomography) and others.

Limitations

To obtain high resolution images, it's needed PSF function and movement of sample images. This is "must have", but if there are more data available (e.g. details of optic in camera or camera's movement), then it's possible to create better model and obtain better results.

Low resolution images used as a base for creating higher resolution image must have some movements. It can be e.g. move of satellite or move of camera. This movement is required for performing the SR algorithm.

Instalation and usage

Instruction on Wiki

More details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].