CSE473/573 Fall 2010 Lecture Charts

Image Pre-preprocessing


Goals of Pre-processing:
 

1. Noise and clutter reduction.

   Noise: random errors in pixel values

   Clutter: unuseful image components
 

2. Imaging model compensations.

   Geometric distortion, color imbalance, graylevel

   distortion, fixed pattern distortion.
 

3. Feature enhancement.

   Edge enhancement and smoothing, histogram

   equalization, falsecolor coding.

Pre-processing tends to be local and hardwired.
 

 Local: mapping at (i,j) depends only on

 values near  (i,j).
 

 Hardwired: not content, context or task

 dependent. Invariant.


        image would look like this:

 
                         1 1 1 1 0 0
                         1 6 1 1 0 0
                         0 1 0 1 0 0
                         1 1 7 0 0 0
                         0 0 0 0 0 0
                         0 0 0 0 0 0
                    

CSE573 Fa2010 Peter Scott 04-16a


   
  Filters for different purposes

CSE573 Fa2010 Peter Scott 04-29a