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

face detection and recognition. my email adress is chaithrakn28@gmail.com ;please send the code to this email adress.

8 Kommentare

Jan
Jan am 17 Feb. 2015
Bearbeitet: Jan am 17 Feb. 2015
This will not work, Navya shree R. Nobody will send you any code, because it cannot match your needs exactly.
Why don't you use google? It returns Viola Jones Object Detection and more
@per: Because Google does not provide the code by email.
By the way, the Viola-Jones algorithm is only for face detection, not for recognition.
Wht is the difference recognition and detection?
Stephen23
Stephen23 am 24 Feb. 2019
Bearbeitet: Stephen23 am 24 Feb. 2019
@Mert CÖMERT: From the definitions of detection and recognition :
  • Face detection: does the image contain a face?
  • Face recognition: whose face is this?
The Viola-Jones algorithm is for face detection: it detects if faces in images, but it does not identify whose faces they are.
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?
Mert, go to the Computer Vision Bibliography and look for review or survey papers.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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,

Gefragt:

am 17 Feb. 2015

Kommentiert:

am 5 Mär. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by