Filtering Flashcards
Spatial filtering
Of a neighborhood, typically done top left, by row
Mean filtering
Smoothing, convolution mask with weights sum to one.
Gauss filter
Emphasizes middle pixel. Reduces noise and blurs less details than mean-filtering.
Edge enhancing
Laplace, sobel
Laplace filter
Edge enhancing. Adds up to zero. Negative weight around, positive in middle.
Sobel operator
Approximates the first derivative. Convolution mattix matched to direction.
Frequencies responds to
High: fast changes, noise
Low: smoother/slower changes
Smoothing filter in freq
Lowpass
Enhance details in freq
Highpass/bandpass
Frequency image
Low freq in middle, higher toward edges
Erosion
Removes pixels of object
Dilation
Adds pixels to edges of object
Opening
Erosion followed by dilation, removes isolated pixels and smoothens
Closing
Dilation followed by erosion, closes small holes
Closing
Dilation followed by dilation, closes small holes