B4R Question ESP32 CAM Answers :-) - LupoGrigio (first post)    Apr 05, 2022   (1 reaction) If you look at the code, face detection and face recognition have been disabled by default. if you try to enable face detection the sample won't even compile. Missing header files. This is as of the Espressif 2.0.2 library, and I see a git hub issue that indicates 2.0.3 has the same issue. B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Mar 11, 2024   (3 reactions) B4J
WebApp
How to implement Facial Recognition Authentication in your Web App
Facial recognition authentication without having to use a password, email etc, but facial recognition. You will need https://faceio.net/ It has an easy to follow wizard to create your app and then incorporate their REST A B4J Tutorial [SithasoDaisy] How to implement Facial Recognition Authentication in your Web App - Mashiane    Mar 06, 2024   (1 reaction) Hi Fam
One is able to implement facial recognition authentication without having to use a password, email etc, but facial recognition.
You will need https://faceio.net/
It has an easy to follow wizard to create your app and then incorporate their REST API / JS files into your app.
A SithasoDaisy B4J Question possible to make main form transparent? - BeneBarros (first post)    Feb 22, 2018   (3 reactions) I'll make a small sample of how I make the transparency and post here. About facial recognition is an ongoing development using "Neural Face Recognizer" ... and capture by mobile. If it works ok ... I'll post it on the forum. B4A Question Face Recognition - drgottjr (first post)    Dec 05, 2019   (2 reactions) just a few more details: dlib is a massive "deep learning" (dl - get it?) c++ library, offering - among others - face recognition. the github link referred to above is a python api into that library.
there is an android port out there. perhaps some reverse engineering interest there...
if there B4R Question esp32 with a camera - KiloBravo (first post)    Apr 05, 2024   (1 reaction) FYI, I was curious what these files were for and did a little research on the internet. #include "fd_forward.h" is for Face Detection #include "fr_forward.h" is for Face Recognition Apparently, you are supposed to be able to save a Face and the Camera can recognize that specific Face. Also, fro B4A Question OpenCV save camera image - Nikan99 (first post)    Sep 08, 2023 Hello! Have you any progress with the face recognition of yours? I am currently willing to create an app that reads for face, save it with a name and whenever it reads that face again, will show the name. Spanish Reconocimiento facial - JordiCP (first post)    Jan 14, 2021   (6 reactions) Creo que no existe nada 'facil' y ya hecho para reconocimiento facial en B4A
Lo que sí podrás encontrar son ejemplos de detección de rostros (face-detection), que sólo es una parte del proceso.
Si buscas 'face-recognition', verás que hay un problema de semántica, pues muchos de los posts se refiere B4A Question Another implementation of Dijkstra's shortest distance algorithm - PaulMeuris (first post)    Jul 17, 2023   (1 reaction) Facial recognition? 143784 143785 B4A Library Firebase ML-Vision (OnDevice Text-, Barcode-, Face-, Contour-Recognition and Imagelabeling) - DonManfred    Dec 27, 2019   (24 reactions) FirebaseVisionImage
Events:
BarcodeDetected (success As Boolean, Barcodes As List)
FaceContourDetected (success As Boolean, contours As List)
FaceDetected (success As Boolean, faces As List)
ImageLabeled (success As Boolean, labels As List)
TextDetected (success As Boolean, textlist As List)
Fiel Page: 1   2   3   4   5   6   7   Powered by ColBERT |