Invariance Flashcards
List the 5 types of invariance
Illumination
Scale
Rotation
Affine
Full Perspective
How do you achieve illumination invariance?
Normalise the image to the highest intensity value in the image
What is the pyramid method for scale invariance?
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.
What is the difference of gaussian method of scale invariance?
Like pyramid, but apply several Gaussian filters to each image. Keep the features that appear in all of the filtered images.
How do you achieve rotation invariance?
Make a histogram of all gradient directions. Rotate all images to the most dominant one.