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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!