filtering, edge detection

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

image noise definition

1 / 15

flashcard set

Earn XP

Description and Tags

16 Terms

1

image noise definition

any entity in image that is not interesting for the purpose of the main computation

New cards
2

gaussian noise

additive noise , no correlation between pixels

New cards
3

impulsive noise

individual noisy pixels, intensity differs significantly from true intensity and neighborhood

New cards
4

mean filter

averaging in a local neighborhood of pixels

not good for salt and pepper noise

blures edges, cannot show periodic patterns

<p>averaging in a local neighborhood of pixels</p><p>not good for salt and pepper noise</p><p>blures edges, cannot show periodic patterns</p>
New cards
5

convolution

flipping of the filter at both axes

negative sings of the indices h(-i,-j)

New cards
6

main steps of convolution

  1. flipping of the filter

  2. multiplication of the vilter values with image intensity values

  3. summation of the mutiplication results

New cards
7

gaussian filter

2D gaussian filter so transition from filtr mask values to surrounding zero values is not so abrupt

New cards
8

Discretization of gaussian filter

  1. choose the standard deviation for the gaussian

  2. choose the size N of filter mask

  3. compute the discrete values of the filtr mask

New cards
9

non linear filters

median filter

pixels in NxN neigborhood are sorted and median value assigned to middle pixel

no bluring

New cards
10

edge detection steps

  1. noise reduction

  2. edge enhancement

  3. edge detection

  4. edge localization

New cards
11

image gradient

orthogona to the edge direction → direction of steepest slope of the intensity function

magnitude → maxiumum rat eof increase

<p>orthogona to the edge direction → direction of steepest slope of the intensity function</p><p>magnitude → maxiumum rat eof increase</p>
New cards
12

image gradient for continuous and discrete functions

knowt flashcard image
New cards
13

prewitt derivative operators

differende between the columns adjecent to the central column (same for rows)

New cards
14

difference between correlation and convolution mask

convolution incluedes flipping along x- and y-axes

New cards
15

sobel derivative operators

elements closest to the central point are weighted twice

<p>elements closest to the central point are weighted twice</p>
New cards
16

edge detection with gradient operators stepwise

for each pixel

  1. compute the image gradient

  2. cmpute the gradient magnitude

  3. compare magnitude to threshold

  4. refine the edge postion by non-maximum suppression

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