[Solved] face detection with svm and feature extraction using matlab [closed]

For starters, try detecting faces using vision.CascadeObjectDetector in the Computer Vision System Toolbox. If you have to roll your own, then take a look at this example, showing how to train a classifier to recognize digits using HOG features and SVM. Note, that the classifier is only one part of the process. You would need … Read more