Content deleted Content added
→Multidimensional Convolution with One-Dimensional Convolution Methods: changed x to times symbols in math enviroment in first paragraph |
m Open access bot: doi added to citation with #oabot. |
||
Line 347:
===Approximation by FIR Filter===
Gaussian convolution can be effectively approximated via implementation of a [[Finite impulse response]] (FIR) filter. The filter will be designed with truncated versions of the Gaussian. For a two-dimensional filter, the transfer function of such a filter would be defined as the following:<ref name=":0">{{cite journal|last1=Getreuer|first1=Pascal|title=A Survey of Gaussian Convolution Algorithms|journal=Image Processing on Line|date=2013|pages=286–310|doi=10.5201/ipol.2013.87|volume=3|doi-access=free}}</ref>
<math>H(z_1,z_2)=\frac{1}{s(r_1,r_2)} \sum_{n_1=-r_1}^{r_1}\sum_{n_2=-r_2}^{r_2}G(n_1,n_2){z_1}^{-n_1}{z_2}^{-n_2}</math>
|