Harris Corner Detector Flashcards

1
Q

Harris corner detector process

A

Compute partial derivatives of image

Compute product of derivatives at every pixel

Compute the weighted sums of derivatives using a Gaussian window around each pixel

Define second moment matrix M at each pixel

Compute the corner response function at each pixel

Threshold value of R
find local maxima (non-max suppression)

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

What does changing the scale of the image do when using the Harris corner detector

A

Corner location is not covariant, meaning the results will change if you scale the image

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

Scale invariant

A

Design a function that when u take the local maximum, can be used as an anchor to calculate how the image scaled and the new correlating pixels

Signature function

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

What makes a good signature function?

A

Has one stable sharp peak

Sharp local intensity change for usual images

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

Laura Ian of Gaussian can also be used to detect

A

Blobs with images, the blobs have to line up with the (Mexican hat) like protrusion within the filter

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