Skip to content

alexis-jacq/image_scaling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artistic Super Resolution Imaging Algorithms

==============================================

Some fast super resolution imaging algorithms.

Artistic Angle Maps

Angle Maps Based Interpolation plus Artistic loss of information. This algorithm has particuar impressive renders with result images of Justin Johnson's fast algorithm for neural style transfer (https://github.com/jcjohnson/fast-neural-style). This is the interpolation behind this video https://www.youtube.com/watch?v=pJ5RgsPEYgM

befor after

Angle Maps

Angle Maps Based Interpolation

befor after

DCCI

Inspired by Directional Cubic Convolution Interpolation

befor after

Installation

1 Download the repository :

$ git clone https://github.com/alexis-jacq/image_scaling.git

2 The library uses a standard CMake workflow:

$ mkdir build && cd build
$ cmake ..
$ make

Usage

Artistic Angle Maps:

$ ./artisticAM picture_name scaled_picture_name

Angle Maps:

$ ./AM picture_name scaled_picture_name

DCCI:

$ ./DCCI picture_name scaled_picture_name

About

Some fast super resolution imaging algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published