Faces are allegedly more attractive if:
the shape matches the golden ratio
What is Adaptive Boosting?
a method for combining multiple weak classifiers into one strong classifier
Which of the following techniques is "eigenfaces" built on?
Principal Component Analysis
What is covariance?
a measure of the similarity of variations in the images
What does Principal Component Analysis (PCA), as used in eigenfaces, do?
finds the directions in feature space with the largest variations
How is Principal Component Analysis performed?
by Eigen decomposition of the covariance matrix
What is the basis of the HOG feature detector?
a histogram of edge orientations
The Viola-Jones face detection algorithm is based around the use of which type of features?
Haar features
Why is the integral image representation used in Viola-Jones?
it allows Haar features to be calculated in constant time
What are Haar features?
differences between the sums of pixels in rectangular regions