]> git.sesse.net Git - movit/commit
Add an effect to do re-slicing of the image, for overlap/discard.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 9 Mar 2014 20:55:39 +0000 (21:55 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 9 Mar 2014 20:55:39 +0000 (21:55 +0100)
commitf3591ae239781d0587a141e14633e172ba9e376b
tree0d827f4ad0da3bd73d86dd0fde7fc12520d9be29
parentf3c466c53a5fd158029c3752d720af39a15b075e
Add an effect to do re-slicing of the image, for overlap/discard.

This is another step on the way to making FFT convolutions useful.
Makefile.in
slice_effect.cpp [new file with mode: 0644]
slice_effect.frag [new file with mode: 0644]
slice_effect.h [new file with mode: 0644]
slice_effect_test.cpp [new file with mode: 0644]
util.cpp
util.h