Entradas

Multiple Face Detection and Recognition in Real Time with webcam (C#,.NET, EmguCV, AI, Computer vision)

Imagen
Multiple Face Detection and Recognition in Real Time Sergio Andrés Gutiérrez Rojas Rate me: 4.90/5 (346 votes) 6 Jan 2022 CPOL 10 min read Face detection and recognition with support of multiples faces in the same scene and other interesting features using C# and EmguCV In this article, I will show and explain the easiest way in which to implement a face detector and recognizer in real time for multiple persons using Principal Component Analysis (PCA) with eigenface for implementing it in multiple fields. Download FaceRecPro Optimized Version: source code, demo: All binaries references, algorithm enhanced - 7.4 MB Download source - 153.8 KB Download demo - 2 MB Introduction The facial recognition has been a problem worked on around the world for many persons; this problem has emerged in multiple fields and sciences, especially in computer science, other fields that are very interested in this technology are: Mechatronic, Robotic, criminalistics, etc. In this article, I work on this int