how to extract features from images for face detection
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
muzafar
am 15 Okt. 2012
Kommentiert: vikash jha
am 11 Okt. 2017
i want to do face recognition in matlab,how i will extract the features from images and which features please help me
3 Kommentare
abhishek kumar
am 27 Jan. 2013
you can extract it either by getting its matrix value then calculate eigen value and eigen vector of that and so on
Akzeptierte Antwort
Image Analyst
am 15 Okt. 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 Kommentare
Image Analyst
am 16 Okt. 2012
See my Image Segmentation Tutorial. It goes through the basic steps of thresholding, labeling, and regionprops.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!