Hi , Dudes
i am working on face deduction application(windows forms) , and i am using Emgu ,first time detect face and store in database when second time it detect and will check if it is already stored in database will show message image exist other wise will save in database how it is possible can any body help me please
(Image)

Aravind GovindarajPosted Dec 4, 2022, 10:26 PM
To do this sort of operation, the neural network library will capture face along with Iris. Save Iris separately.
We have multiple approaches here. If you have any key like an employee id or unique id before recognizing a face, it is easy to pick the exact record from the database.
Otherwise, you have to capture the picture and pass it to the external library(some library does parallel logic) to fetch it asap.
Another option, go for TensorFlow approach
MUNEEB IQBALPosted Dec 4, 2022, 12:19 PM
you can check this course. it is face recognition from sql server database
face recognition from sql
Smart LuckyPosted Nov 22, 2015, 12:48 PM
Suvendu Shekhar GiriPosted Nov 22, 2015, 12:34 PM