Invariance Flashcards

1
Q

List the 5 types of invariance

A

Illumination
Scale
Rotation
Affine
Full Perspective

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

How do you achieve illumination invariance?

A

Normalise the image to the highest intensity value in the image

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

What is the pyramid method for scale invariance?

A

Take an image and apply your feature detection. Reduce the images height and width by 50% and apply the same feature detection. Repeat this. If the feature appears in all images it is a scale invariant feature.

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

What is the difference of gaussian method of scale invariance?

A

Like pyramid, but apply several Gaussian filters to each image. Keep the features that appear in all of the filtered images.

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

How do you achieve rotation invariance?

A

Make a histogram of all gradient directions. Rotate all images to the most dominant one.

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