supper-resolution icon indicating copy to clipboard operation
supper-resolution copied to clipboard

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

Results 7 supper-resolution issues
Sort by recently updated
recently updated
newest added

Framework: unittests https://docs.python.org/3.4/library/unittest.html

enhancement

1. Split to smaller methods. 2. Analyze and remove magic numbers.

refactoring

Switch to C library. SRImage should take care of the interface stuff, so no need to change implementation of other components. Probably Imagemagic (MagickCore API) should be used. This is...

refactoring

Add a log to SRRestorer - ErrorEstimation.gnuplot should read its data from it. Add entry on wiki how to use it.

enhancement
refactoring
documentation

Doc is missing, this makes code harder to modify.

documentation

To make the project more user friendly, a default directory name for input sample should be selected if it wasn't passed as an argument from command line. This was already...

enhancement

It's needed to be able to start checking results of SR implementation on real word pictures. IIRC some people made it by scanning dot marked on paper, then scanned image...

enhancement