Code

Small changes to Gaussian filtering that make part of the IIR code a bit clearer...
authorjaspervdg <jaspervdg@users.sourceforge.net>
Tue, 2 Dec 2008 09:37:28 +0000 (09:37 +0000)
committerjaspervdg <jaspervdg@users.sourceforge.net>
Tue, 2 Dec 2008 09:37:28 +0000 (09:37 +0000)
commitd9adfc5d3bfc266572285f590b4ab4ffcdacf6cd
treedb216dca8c401df3ebdd1b1ce9492d16c28d56a1
parentfba13a9a96208447ed5e0c67ed1b73a1533bbddc
Small changes to Gaussian filtering that make part of the IIR code a bit clearer (and possibly very, very slightly faster) and that eliminate any unnecessary filtering (if the kernel width is just one pixel it doesn't perform any filtering at all).
src/display/nr-filter-gaussian.cpp