Skip to content

theyoungkwon/face_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sliding Window Face Detection

Description

Distinguish actual face objects from non-face objects using Histogram of Oriented Gradients (HOG) and Support Vector Machine (SVM). Implementation is based on Matlab.

  • Source codes are in a directory called "code"
  • neccessary datasets are in a directory called "data"