Canny-Harris Flashcards

1
Q

Criteria for a good edge detector

A

Low error rate
Edge points should be well localized
Only one response to a single edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Canny edge detector properties

A

Optimal kernel

Non-maximum suppression

Hysteresis thresholding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Non maximum suppression

A

Check if pixel is local maximum along gradient direction, select a single max across width of the edge (keep checking if pixels next to current pixel is higher)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Hysteresis thresholding

A

If the gradient of the pixel is:
High- strong edge pixel
Low- non edge pixel
In between-based in neighbor pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Effect of theta on canny

A

Theta is Gaussian spread size

Large theta detects large scale edges

Small theta detects fine features

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Gaussian pyramid

A

Take original image, shrink and apply Gaussian filter

They are useful because they can help with feature tracking and search over scale. Also search for correspondence (coarse to fine matching)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Interest point detection characteristics

A

Repeatability
Same interest points

Saliency
Each point is distinctive

Locality
A point occupies a small area of the image

Compactness and efficiency
Need a sufficient amount but fewer than image pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Key points are used for

A
Image alignment
3D reconstruction
Motion tracking 
Robot navigation
Indexing and database retrieval
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Interpreting Harris corner detection matrix

A

M = a 0
0 b

If either a or b is close to 0, it is not a corner
If it is a corner they will be large

How well did you know this?
1
Not at all
2
3
4
5
Perfectly