Line 13: Line 13:
 
== Edge Detector ==
 
== Edge Detector ==
 
Egde is a jump in intensity from one pixel to the next.Edge is an important tool in image processing,because it gives information about the surface,depth properties.In an image when one traverses from a region of similar pixels of low frequency  to a region of high frequency,an edge is encountered at intersection of the two regions.The equation which formulates an edge detector is:
 
Egde is a jump in intensity from one pixel to the next.Edge is an important tool in image processing,because it gives information about the surface,depth properties.In an image when one traverses from a region of similar pixels of low frequency  to a region of high frequency,an edge is encountered at intersection of the two regions.The equation which formulates an edge detector is:
  <math>\ \mathbf{x }\left [ \mathbf{n } \right ]+ </math>
+
  <math>\ \mathbf{x }\left [ \mathbf{n } \right ]+ \mathbf{x }\left [ \mathbf{n} - \mathbf{1} \right ] </math>

Revision as of 15:11, 13 October 2009

INTERPLAY OF IMAGES AND FILTERS


Past summer i was playing around with images using abode photoshop,making it sharp in contrast,adding a bit noise here and there,making it look blurry,making the image pretty by the photo retouching tools in photoshop.But it never incurred in me ,the basis behind those applications,what made the images look the way i wanted them to? How did images look so bright? Until Professor Boutin introduced the topic of "Filters" in her ece 438 class,i had never thought of images the way i do now,before.

                               Two basic filters used are 1> Average Filter
                                                          2> Edge Detector


Average Filter

This filter basically takes the average of 2 neighboring pixels and computes its mean which automatically results in the elimination of unneccessary noise.The final image looks 'smooth' due to the average filter.

Edge Detector

Egde is a jump in intensity from one pixel to the next.Edge is an important tool in image processing,because it gives information about the surface,depth properties.In an image when one traverses from a region of similar pixels of low frequency to a region of high frequency,an edge is encountered at intersection of the two regions.The equation which formulates an edge detector is:

$ \ \mathbf{x }\left [ \mathbf{n } \right ]+ \mathbf{x }\left [ \mathbf{n} - \mathbf{1} \right ]  $

Alumni Liaison

BSEE 2004, current Ph.D. student researching signal and image processing.

Landis Huffman