I want to find the difference between all the features to get a difference vector for any two face of image.

2 views (last 30 days)
I am doing face recognition using matlab software. I already managed to get the interested features (L_eye, R_eye, nose, mouth, center_eye). From here i have calculated the distance and ratios.
from the calculated ratios, i want to , for any two pair of faces, find the difference between all the features to get a difference vector.
Can anyone guide me how to calculate it?

Accepted Answer

Image Analyst
Image Analyst on 4 Dec 2012
differenceVector = face1Vector - face2Vector;
  8 Comments
nik
nik on 7 Dec 2012
thank you for your reply.
firstly i am sorry, its looks like those first two paragraph does not appear like list item like i want it to be.
Yes, it is not a matlab syntax, it were just the value that i want to use in my vector.
actually i want to find the difference between face images in order to find the right image (face recognition). since i already got the coordinates for the interest area that i want. from there i calculate the distances, ratios, and standard deviation. then i compare it with another face image. the minimum differences should be the same face image.
i try to find other better way for the recognition step.. like formula or something.. in order to come out with a better recognition rate.

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!