diff options
| author | Ryan Baumann <ryan.baumann@gmail.com> | 2016-07-29 15:53:43 -0400 |
|---|---|---|
| committer | Ryan Baumann <ryan.baumann@gmail.com> | 2016-07-29 15:53:43 -0400 |
| commit | a90166ee6479836a8ffb055a4afbbdbb0b22a6bb (patch) | |
| tree | 070b5e216cb1476ec7a0ddfb7276a6ddf8f930a1 /README.md | |
| parent | 804a95450a6abaa698d526495d98327a22e69d92 (diff) | |
Add examples
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ # torch-warp -This repository contains a torch implementation for applying optical flow deformations to pairs of images in order to morph between images. The optical flow calculation and loading code is from [`manuelruder/artistic-videos`](https://github.com/manuelruder/artistic-videos), and is based on [DeepFlow](http://lear.inrialpes.fr/src/deepflow/). Theoretically, you could drop in another optical flow program which outputs `.flo` files in the [Middlebury format](http://vision.middlebury.edu/flow/data/). +This repository contains a torch implementation for automatically applying optical flow deformations to pairs of images in order to morph between images. The optical flow calculation and loading code is from [`manuelruder/artistic-videos`](https://github.com/manuelruder/artistic-videos), and is based on [DeepFlow](http://lear.inrialpes.fr/src/deepflow/). Theoretically, you could drop in another optical flow program which outputs `.flo` files in the [Middlebury format](http://vision.middlebury.edu/flow/data/). + +This process is inspired by Patrick Feaster's post on [Annotating Historical Photographs With Image Morphing](https://griffonagedotcom.wordpress.com/2014/08/18/animating-historical-photographs-with-image-morphing/). + +## Examples + +   ## Dependencies |
