how to extract features from images for face detection

2 visualizaciones (últimos 30 días)
muzafar
muzafar el 15 de Oct. de 2012
Comentada: vikash jha el 11 de Oct. de 2017
i want to do face recognition in matlab,how i will extract the features from images and which features please help me
  3 comentarios
abhishek kumar
abhishek kumar el 27 de En. de 2013
you can extract it either by getting its matrix value then calculate eigen value and eigen vector of that and so on
vikash jha
vikash jha el 11 de Oct. de 2017
How can I get matrix value .

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 15 de Oct. de 2012
The Computer Vision System toolbox has face detection. Then you can use the Image Processing toolbox to measure features such as color, etc.
  2 comentarios
muzafar
muzafar el 16 de Oct. de 2012
Editada: Walter Roberson el 28 de En. de 2013
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
Image Analyst
Image Analyst el 16 de Oct. de 2012
See my Image Segmentation Tutorial. It goes through the basic steps of thresholding, labeling, and regionprops.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by