Spatial filtering

studied byStudied by 2 people
0.0(0)
Get a hint
Hint

Filter

1 / 17

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

18 Terms

1

Filter

Removes undesirable impurities such as noise

New cards
2

Convolution

Given pixel (i, j), the center of the filter/mask is lined up, and the filters in the sub image are multiplied with the corresponding coefficients in the filter. This yields a matrix which is then simplified to a single value which replaces the center pixel

New cards
3

Padding

Creating new values for pixels outside of the image boundary. Assumed to be 0, NN, or mirrored

New cards
4

Mean filter

Coefficients are all 1, the whole image is divided by the number of pixels in the filter (3×3 is divided by 9)

New cards
5

Weighted mean filter

Coefficients aren’t all 1’s and the image is divided by the total weight for normalization

New cards
6

Median filter

Non-linear filter type, a sliding window is chosen and is placed on the image at position (i, j). All pixel values under the filter are collected, median is computed and given to (i, j). Commonly used for salt and pepper noise

New cards
7

Max/min filter

Takes the max/min from filter space and replaces the center pixel with that. Max is used for lightening and min is used for darkening

New cards
8

Edges

Set of points in an image where there is a change of intensity

New cards
9

First derivative edge detection

Has a peak at the edge which decreases afterwards

New cards
10

Second derivative edge detection

Positive before the edge and is then negative afterwards. 0 at the edge

New cards
11

Zero-crossing

The second derivative changing sign when crossing the edge

New cards
12

Sobel filter

First derivative filter, used to find horizontal and vertical edges. Sum of the coefficients is 0

New cards
13

Prewitt filter

First derivative filter, doesn’t reduce noise, sum is 0

New cards
14

Canny filter

First derivative filter, 3 parameters to detect edges (standard deviation, threshold values t1, and t2)

New cards
15

Laplacian filter

Second derivative filter, adds noise

New cards
16

Laplacian of Gaussian filter

Second derivative filter, offsets the noise of the laplacian

New cards
17

Frangi filter

Shape detecting filter, used to detect vessel like objects. Uses eigen values on second derivative

New cards
18
New cards

Explore top notes

note Note
studied byStudied by 51 people
... ago
5.0(1)
note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 14 people
... ago
5.0(1)
note Note
studied byStudied by 4 people
... ago
5.0(1)
note Note
studied byStudied by 59 people
... ago
5.0(3)
note Note
studied byStudied by 7 people
... ago
4.0(1)
note Note
studied byStudied by 123508 people
... ago
4.8(561)

Explore top flashcards

flashcards Flashcard (85)
studied byStudied by 4 people
... ago
5.0(2)
flashcards Flashcard (37)
studied byStudied by 17 people
... ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 11 people
... ago
5.0(1)
flashcards Flashcard (56)
studied byStudied by 548 people
... ago
4.8(5)
flashcards Flashcard (169)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (24)
studied byStudied by 4 people
... ago
5.0(2)
flashcards Flashcard (118)
studied byStudied by 52 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 2 people
... ago
5.0(1)
robot