Storing Facial depth maps?

Is it possible to store facial depth maps of people and identify them later using those stored maps?
I guess it's possible but how?
Can we say hello Mr.X when Mr.x stands in front of this cam?(Is it worth it?)

The standard Arduino does not have enough memory to deal with images or large arrays, but if some sort of facial "signature" could be developed, those could be compared.

bunny9:
Is it possible to store facial depth maps of people and identify them later using those stored maps?
I guess it's possible but how?
Can we say hello Mr.X when Mr.x stands in front of this cam?(Is it worth it?)

No & no. Not on with an Arduino anyway.

How are you going to capture the data, what volume of data will each map require. Peoples' faces change depth with expressions, state of health, altitude above sea level etc. etc. What algorithm are you going to use to uniquely identify each individual?

jremington:
The standard Arduino does not have enough memory to deal with images or large arrays, but if some sort of facial "signature" could be developed, those could be compared.

ardly:
No & no. Not on with an Arduino anyway.

How are you going to capture the data, what volume of data will each map require. Peoples' faces change depth with expressions, state of health, altitude above sea level etc. etc. What algorithm are you going to use to uniquely identify each individual?

Umm okay. I understand what u guys r saying.Thx for answering.

bunny9:
Umm okay. I understand what u guys r saying.Thx for answering.

Why were you thinking about doing this?
Perhaps people could suggest other projects?

ardly:
Why were you thinking about doing this?
Perhaps people could suggest other projects?

I just thought of combining smart mirror with this.
Like when you stand up infront of a mirror the mirror says Good morning Mr.X :slight_smile:
https://www.youtube.com/watch?v=sh2EJzplkpM <<<<========something like this(unique with that facial recognition)
I was dumb to ask about it in arduino forum.