Skip to content

Detects face in the first frame of the video using Viola-Jones face detector, then tracks the face using mean-shift tracking.

License

Notifications You must be signed in to change notification settings

aksh-n/face-detection-and-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-detection-and-tracking

Detects face in the first frame of the video using Viola-Jones face detector, then tracks the face using mean-shift tracking.

  • mean_shift_hue uses mean-shift tracking with the hue histograms of the face
  • mean_shift_gradient uses mean-shift tracking with the gradient histograms of the grayscaled face

About

Detects face in the first frame of the video using Viola-Jones face detector, then tracks the face using mean-shift tracking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages