Detecting celebrities Faces.
Using Matlab for detecting the celebrities faces by having 100 pictures as trained ones. After applying an Affine transformation on train pictures we use Gabber filter to calculate all descriptive features.
For test pictures, we pursue the same approach. For each picture we represent descriptive features by a vector and compare it with test pictures most similar picture among train ones is chosen and The label is set for the test image for 70 percent of cases the label is predicted correctly.
In phase two HOG descriptor is used for Feature Extraction and SVM is used for classification. same approach is pursued to predict test images’ labels. In 85 percent of cases, images are classified as expected which is an improvement in comparison with the first phase.