- Summary
- Contributors
- HOG (Histogram of Oriented Gradients)
- SVM (Support Vector Machine)
- NMS (Non Maximum Suppression)
- Results
Multi-scale Face Detection using SVM and Histogram of Oriented Gradients features.
- Adam Sorrenti
- Eisa Keramati nejad
Consider matrix M, a 3x3 image segment representing pixel intensity(I), where (r,c) is a given pixel.
[ 254 143 22 ]
M = [ 230 150 25 ]
[ 253 154 21 ]
Calculate the gradient of the image:
From left to right shows, an intensity image,
Calculate gradient direction and magnitude:
Compute HOG:
Faces training set: (36x36 pixel images)
Not faces set: