]> git.sesse.net Git - movit/history - deconvolution_sharpen_effect.cpp
Now that we render to an FBO, we can do with a much smaller window for the test.
[movit] / deconvolution_sharpen_effect.cpp
2012-10-10 Steinar H. GundersonDrop the 8-way symmetry; it causes bugs due to normaliz...
2012-10-10 Steinar H. GundersonFix a bug where we would send too few parameters down...
2012-10-10 Steinar H. GundersonRemove stray debugging output.
2012-10-10 Steinar H. GundersonRemove some leftover out-commented code.
2012-10-10 Steinar H. GundersonOnly recompute deconvolution kernel when we need to.
2012-10-10 Steinar H. GundersonAdd an implementation of sharpening by FIR Wiener filters.