Filtering and masking

amudhini 2,072 views 15 slides May 11, 2014
Slide 1
Slide 1 of 15
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15

About This Presentation

No description available for this slideshow.


Slide Content

FILTERING AND MASKING -AMUDHINI.R 111EC102

MASK A mask is a small matrix whose values are called weight. Each mask has an origin ,which is usually one of its positions Symmetric mask Non symmetric mask

MASK Input image equal to output image. Types of mask Convolution Cross correlation

CONVOLUTION Mask is placed on the top of the image Mask input image pixel value multiplied with mask weighs. summed together to yield a single output value that is placed in the output image at the location of the pixel being processed on the input

CONVOLUTION

CROSS CORRELATION Without flipping mask is converted to image. measure the similarity between images or parts of images . Mask symmetric – correlation and convolution same.

Cross correlation

FILTERING LINEAR FILTER h ave the property that the output is a linear combination of the inputs NON LINEAR FILTER Erosion & dilation

Smoothing filter Low pass filter Noise reduction & image blurring Removes the finer details of image Types of filter Mean filter Gaussian filter Median filter

Mean filter Averaging filter. Positive element in mask. Size of the mask determines the degree of smoothing.

Gaussian filter

Median filter Used to remove the salt and pepper noise

Sharpening filter emphasize the fine details of an image . Points of high contrast can be detected by computing intensity differences in local image regions .

Sharpening using derivatives Computing the derivative of an image has as a result the sharpening of the image. The most common way to differentiate an image is by using the gradient . Using gradient with finite difference has efficient mask.
Tags