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