Android Question Face unlock and Face identify

YIM bunchhat

Active Member
Licensed User
Longtime User
Hello Android expert,

I have one question about how can I make an application that work similar as Face unlock? I means this application can recognize my face only before it can run.
 

YIM bunchhat

Active Member
Licensed User
Longtime User
I don't think that there is any API that will do it for you.
I also think as you. I just want to know basic4android can do it or not. It really very hard because it depend on image processing. I want to make this API to put it on my robot which it can recognize my face and it drive itself follow me.

Thank you even though it is not possible...:)
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
I want to make this API to put it on my robot which it can recognize my face and it drive itself follow me.

If you want the recognition process in the robot (not in phone), then why don't you try a face reco hardware module (pcb)
with integrated camera? I think there are plenty of them out there.. still you will have to figure out how to interface it to
your robot firmware.
 
Upvote 0

YIM bunchhat

Active Member
Licensed User
Longtime User
If you want the recognition process in the robot (not in phone), then why don't you try a face reco hardware module (pcb)
with integrated camera? I think there are plenty of them out there.. still you will have to figure out how to interface it to
your robot firmware.

Thank @Beja, I am new and I don't know which hardware can use. I saw somebody do the same project as what I ask but in MatLab imageprocessing but I don't want to follow them, I also don't think it is possible or not but I want to know some information to make sure, could we make recognition process on phone or not? If can, it is very useful.......:)
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
If you want to do it from scratch, then I believe the FFT library can help you.. I didn't try it or I am experienced in FFT.
However I want to try to write a simple voice reco (a few pre-programmed commands) that doesn't rely on Google engine.
 
Upvote 0

YIM bunchhat

Active Member
Licensed User
Longtime User
If you want to do it from scratch, then I believe the FFT library can help you.. I didn't try it or I am experienced in FFT.
However I want to try to write a simple voice reco (a few pre-programmed commands) that doesn't rely on Google engine.
@Beja, thank so much I will check FFT library......:)
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
ok,
I pray for you, you pray for me.. no easy job.
flex your mussels and roll up your sleeves.
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
great!.. then you are in your neighborhood!
I started electronics as hobby long time ago, and now it is what I do for living..
I remember when I designed a Z-80 training computer and burned the (operating system)
in EPROM 2716 after writing it in machine code, actually in Hex. That was back in the eighties.
may be you can't imagine we did a lot of work just to jump
to a sub routine... counting offset bytes, two's complimenting addresses and add them... all
in binary, in order to get to the sub routine address.
 
Last edited:
Upvote 0
Top