Content deleted Content added
Ira Leviton (talk | contribs) m Deleted 'interestingly' - see Wikipedia:Manual_of_Style/Words_to_watch#Editorializing. |
GreenC bot (talk | contribs) Remove 2 stray access-date. (GreenC bot job #5) |
||
Line 117:
===Row-Column Decomposition===
The row-column method can be applied when one of the signals in the convolution is separable. The method exploits the properties of separability in order to achieve a method of calculating the convolution of two multidimensional signals that is more computationally efficient than direct computation of each sample (given that one of the signals are separable).<ref>{{cite journal|last1=Sihvo|first1=Tero|last2=Niittylahti|first2=Jarkko|title=Row-Column Decomposition Based 2D Transform Optimization on Subword Parallel Processors|date=5 June 2005
<math>y(n_1,n_2)=\sum_{k_1=-\infty}^{\infty} \sum_{k_2=-\infty}^{\infty} h(k_1,k_2)x(n_1-k_1,n_2-k_2)</math>
Line 378:
===Applications===
Gaussian convolutions are used extensively in signal and image processing. For example, image-blurring can be accomplished with Gaussian convolution where the <math>\sigma</math> parameter will control the strength of the blurring. Higher values would thus correspond to a more blurry end result.<ref>{{Cite web|title = Gaussian Blur - Image processing for scientists and engineers, Part 4|url = http://patrick-fuller.com/gaussian-blur-image-processing-for-scientists-and-engineers-part-4/|website = patrick-fuller.com|accessdate = 2015-11-12}}</ref> It is also commonly used in [[Computer vision]] applications such as [[Scale-invariant feature transform]] (SIFT) feature detection.<ref>{{cite journal|last1=Lowe|first1=D.G.|title=Object recognition from local scale-invariant features|journal=Proceedings of the International Conference on Computer Vision|date=1999|volume=2|pages=1150–1157
==See also==
|