sir please send me matlab code for face detection using viola-jones algorithm

2 views (last 30 days)
face detection and recognition. my email adress is chaithrakn28@gmail.com ;please send the code to this email adress.
  8 Comments
Mert CÖMERT
Mert CÖMERT on 5 Mar 2019
Which algorithms or techniques can be used for recognition part? Which of them is higher accuracy? I saved images to database and now I need to identify.Could you help me please?

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 17 Feb 2015
That capability is in the Computer Vision System Toolbox: http://www.mathworks.com/help/vision/ref/vision.cascadeobjectdetector-class.html
Contact the Mathworks for a free trial.
vision.CascadeObjectDetector System object
Package: vision
Detect objects using the Viola-Jones algorithm
Description
The cascade object detector uses the Viola-Jones algorithm to detect people's faces, noses, eyes, mouth, or upper body. You can also use the trainCascadeObjectDetector function to train a custom classifier to use with this System object. For details on how the function works,

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!