how to extract features from images for face detection
조회 수: 2 (최근 30일)
이전 댓글 표시
i want to do face recognition in matlab,how i will extract the features from images and which features please help me
댓글 수: 3
abhishek kumar
2013년 1월 27일
you can extract it either by getting its matrix value then calculate eigen value and eigen vector of that and so on
채택된 답변
Image Analyst
2012년 10월 15일
The Computer Vision System toolbox has face detection. Then you can use the Image Processing toolbox to measure features such as color, etc.
댓글 수: 2
Image Analyst
2012년 10월 16일
See my Image Segmentation Tutorial. It goes through the basic steps of thresholding, labeling, and regionprops.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!