FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Facial recognition
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Facial recognition
Posted: Thu Oct 10, 2019 10:02 AM
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Facial recognition
Posted: Thu Oct 10, 2019 04:23 PM

With GVision API of Google

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

from 1h minute: 30 minutes

&

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: Facial recognition
Posted: Thu Oct 10, 2019 05:17 PM

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
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Facial recognition
Posted: Thu Oct 10, 2019 05:29 PM

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
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Facial recognition
Posted: Thu Oct 10, 2019 06:21 PM

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.

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces

Continue the discussion