Home Face Detection
Post
Cancel

Face Detection

What is Face Detection?

It has the objective of finding the faces (location and size) in an image and possibly extract them to be used by the face recognition algorithm.



Algorithms

There are two algorithms

  • Cascade Classifier
    • Trains positive and negative images to quickly and accurately detect face regions.
    • More details can be found in the Cascade Classifier post.
  • HOG(Histograms of Oriented Gradients)
This post is licensed under CC BY 4.0 by the author.