Generate face data from XML data of LBPHFaceRecognizer [closed]

asked 2015-03-03 06:58:35 -0600

I'm currently doing a project that finds and classifies peoples' faces. Ideally, we're doing this for a hacker convention MakeVention. We're needing a way to count how many unique people show up.

My code is here. I don't save any face images, other than the seed data for the classifier. The seed data is a bunch of pics of me.

The question here is, given the XML save:

model->save(face_file);

Can I take this data and generate grayscale images from this data that accurately reproduce this face? Or, is this data a one-way hash?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-09-22 21:00:58.125110

Comments

for lbph it's a one way hash. for eigenfaces, you can reproject it from pca to image space

berak gravatar imageberak ( 2015-03-03 07:04:59 -0600 )edit