Question
Please do it in a Matlab code, the data is on the link below the problem. thanks Face Recognition Download the face_recognition demo code: face_recognition.m
Please do it in a Matlab code, the data is on the link below the problem. thanks
"Face Recognition"
Download the face_recognition demo code: face_recognition.m
You also need to download and unzip this file: faces_for_APP5.zip
Run the first part of the code, you will have 8 pictures and one vector of Error. Determine which picture has the smallest error and the conclusion.
Go back to the first part (initialization) and run it. (You need to clear some variables.)
Now, load another set of taylor's pictures: You need to modify the following line: ff = ['MATLAB/faces/____________________________',num2str(j,'%02d'),'.jpg']; Save the 8 pictures and display the Error vector. Determine which picture has the smallest error and the conclusion. Re-initialize the first part (clear variables).
Now, load another set of stallone's pictures: You need to modify the following line: ff = ['MATLAB/faces/____________________________',num2str(j,'%02d'),'.jpg']; Save the 8 pictures and display the Error vector. Determine which picture has the smallest error and the conclusion.
Compare your own profile picture to the three sets of pictures: arnold, taylor, and stallone. Reshape your profile picture into a vector and then project onto the eigenface vectors of the three sets above. Make a bar plot of the three projections. After that, display the max of the three projections. The value indicates that your profile picture shares the most similarities with the eigenface of the this celebrity.
data :
https://drive.google.com/open?id=1rE5oWAVFCbBTDNwGzvVDexpd2It21Bej
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started