Give the definition of feature.
A feature is a “meaningful” part of the image.
Features have two main components
– Feature detection: finding a “stable” (easily detectable) point
– Feature description: a description of the surrounding area
What is a feature matching? How can be useful?
How Harris corners are computed?
Consider Harris corners detector: describe the auto-correlation matrix.
Matrix
Studying the eigenvalues we get information about the type of patch.
Describe SUSAN corner detector.
– Analyzes a circular window around the point
– No derivatives involved
– Edge+corner detector
– Robust to noise
What is a blob?
Feature!
A blob is a region where
– Considered properties are different from surrounding regions
– Properties are (approximately) constant inside the region
What is the Maximally Stable Extremal Regions (MSER)?
Algorithm that uses blobs!
How can we create different scales of an image?
Using the N-dimensional gaussian kernel and varying t.
Give the formula!
What is the SIFT and what are its strong points?
Strong points:
– Local – robust to occlusions
– Distinctive – distinguish objects in large databases
– Dense – many features can be found even on small objects
– Efficiency – fast computation
Describe the SIFT algorithm.
What are the Haar features for face detection?
Rectangular filters.
Local feature: subtract the sum of pixels in the white areas from the sum of pixels in the black area.
Viola and Jones algortihm.
Other SIFT-based features.