C#C
C#16mo ago
JmForce2

Help Needed: Implementing Face Recognizer in C# Windows Forms App with Emgu CV

Hi everyone,
I'm currently working on a face recognition application in C# using Windows Forms and Emgu CV. The app successfully detects faces and allows me to capture and save images. But I'm struggling with implementing a face recognizer that can identify a person in the live feed based on previously saved images.

Could anyone guide me on how to implement a recognizer that can load the saved images and compare them with the live feed? Any help with code examples or a step-by-step explanation would be greatly appreciated.

Thanks in advance!
IMG_20240923_070404.jpg
Was this page helpful?