Skip to content

totorodev0032/Face_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face_Detection

Face detection using Viola-Jones algorithm

Description

Viola-Jones takes an ensemble approach. Viola Jones uses many different classifiers, each looking at a different portion of the image. Each individual classifier is weaker i.e less accurate ,produces more false positives, than the final classifier because it is taking in less information. A strong classifier is made when weak classifiers are combined. It classifies images quickly because each weak classifier requires only a small number of parameters, and with a sufficient number of weak classifiers, it has a low rate of false positives. It has a large training period.

About

Face detection using Viola Jones algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors