Automatic detection of eyes,nose and mouth in an image using inbuilt matlab functions

Uses vision toolbox and images taken from AFW test data.
3.9K Downloads
Updated 28 Nov 2014

View License

AFW testdata availble at http://www.ics.uci.edu/~xzhu/face/
Even though it is good practice to check whether the bounding box after detecting face,eyes,mouth,nose is not empty, i have not checked. I want to keep the code simple and has the basic steps and i feel this would be easy for a beginner to trace the file.
The performance of the above code depends upon the viola jones face,eyes,nose and mouth detectors.
The code works fine for people with glasses and tilted faces. I didn't chek the code for closed eyes.

Cite As

Sarvani Videla (2024). Automatic detection of eyes,nose and mouth in an image using inbuilt matlab functions (https://www.mathworks.com/matlabcentral/fileexchange/47933-automatic-detection-of-eyes-nose-and-mouth-in-an-image-using-inbuilt-matlab-functions), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.9.0.0

z

1.8.0.0

z

1.7.0.0

improved the code

1.6.0.0

Improved the code

1.5.0.0

updated the file

1.4.0.0

updated the error

1.3.0.0

Added figure

1.2.0.0

changed the variable names for better understanding

1.1.0.0

updated the file

1.0.0.0