Facial recognition

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Facial recognition

Post by Silvio.Falconi »

I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Facial recognition

Post by cnavarro »

With GVision API of Google

https://www.youtube.com/watch?v=i795dnTc-1Y&t=33s

from 1h minute: 30 minutes
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: Facial recognition

Post by vilian »

I would like to have this in our system. Is there a sample of implementation?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: Facial recognition

Post by TimStone »

Windows 10 has built in facial recognition. If a client sets the timing to put the computer to sleep after a short interval of non-use, then whoever uses it would need to use the facial recognition to re-enter the OS ( and program ). Using it again to get into an app would not be necessary.

With that said, since Apple allows Facial Recognition to work with independently developed apps, surely Microsoft will have something similar in it's API library. Of course, most people will not have cameras on their Windows computers sufficient to perform facial recognition. Microsoft computers do have this, but not necessarily the other brands.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Facial recognition

Post by cnavarro »

As far as I have read and seen, it is that Windows Hello can be used to replace your traditional access to applications with biometric technologies: fingerprints and / or facial recognition.
What I think is necessary is to develop two applications: one that provides the data that must be validated either with the scanned fingerprint data or the data obtained by the camera for facial recognition, and a second application called server , which is what performs the validation. They recommend that obviously both applications are on different computers, but it is true that you can have both applications on the same computer.
All the examples I've seen have been developed in C # language.
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Post Reply