how to extract features from images for face detection

i want to do face recognition in matlab,how i will extract the features from images and which features please help me

3 Comments

That's an algorithm question, not a MATLAB question.
you can extract it either by getting its matrix value then calculate eigen value and eigen vector of that and so on
How can I get matrix value .

Sign in to comment.

 Accepted Answer

The Computer Vision System toolbox has face detection. Then you can use the Image Processing toolbox to measure features such as color, etc.

2 Comments

there are many algorithms,i want the algorithm steps i,e which steps i have to follow,i don't want to use tool box,want to do it by code,and which technique i will use for feature extraction
See my Image Segmentation Tutorial. It goes through the basic steps of thresholding, labeling, and regionprops.

Sign in to comment.

More Answers (0)

Asked:

on 15 Oct 2012

Commented:

on 11 Oct 2017

Community Treasure Hunt

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

Start Hunting!