Skip to content

Automatic Face detection and cropping of images using Viola Jones Algorithm from folder to folder.

License

Notifications You must be signed in to change notification settings

SonicStrain/Face-Detection-and-Image-Cropping-using-Viola-Jones-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Face-Detection-and-Image-Cropping-using-Viola-Jones-Algorithm

Automatic Face detection and cropping of images using Viola Jones Algorithm from folder to folder.

Prerequisite : MATLAB or OCTAVE

Description :

Viola Jones Algorithm : This algorithm is devloped by Paul Viola and Michel Jones back in 2001. A framework based on it can detect objects in images quickly and efficiently.

vision.CascadeObjectDetector : This is a cascade object detector which uses Viola Jones algorithm to detect people's faces.

Usage Instructions:

To generate folder to folder results:

  1. Paste the folder containing Images in the directory.
  2. Go to the 'Get_image.m' file and enter the location of the folder containing images (ImgFol = '')
  3. Create a new folder and enter the location of that folder.(ImgLoc = '')

About

Automatic Face detection and cropping of images using Viola Jones Algorithm from folder to folder.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages