Line 36: Line 36:
 
[[Image:unsharpmaskfrequencyresponse.png]]
 
[[Image:unsharpmaskfrequencyresponse.png]]
  
[http://en.wikipedia.org/wiki/Unsharp_masking Link to example of unsharp masking]
+
== Links ==
 +
*[http://en.wikipedia.org/wiki/Unsharp_masking Example of unsharp masking applied to eye image]
 +
*[http://www.focusmagic.com/exampleunsharpmask.htm Illustrations of grainy effects caused by unsharp mark]

Latest revision as of 11:52, 28 April 2009

Plot of the frequency response of the average filter:

$ h(k,l)=\frac{1}{16}\left[ \begin{array}{ccc}1& 2 & 1\\ 2 &4 &2 \\ 1 & 2 & 1 \end{array} \right] $

Averagefilterfrequencyresponse.png

Plot of the frequency response of the filter:

$ h(k,l)=\frac{1}{9}\left[\begin{array}{ccc}-1& -1 & -1\\ -1 &8 &-1 \\ -1 & -1 & -1 \end{array} \right] $ with $ \lambda = 0.5 $.

Edgedetectfilterfrequencyresponse.png

Plot of the frequency response of the filter:

$ h(k,l)=\frac{1}{9}\left[\begin{array}{ccc}-\lambda & -\lambda & -\lambda\\ -\lambda &9+8 \lambda & -\lambda \\ -\lambda & -\lambda & -\lambda \end{array} \right] $

Unsharpmaskfrequencyresponse.png

Links

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett