Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Face Recognition using Dlib

Hi,

I know this exactly not an Dlib forum. But since most of the people who visited this site have experience with image processing, so thought might get some help here.

I'm working on face recognition in a video file or real-time. In Opencv, there's an option like "createLBPHFaceRecognizer" (we have couple of others in OpenCV) to train on our images before prediction. My question is, is there similar functionality in Dlib to train on images before prediction on new image?

Face Recognition using Dlib

Hi,

I know this exactly not an Dlib forum. But since most of the people who visited this site have experience with image processing, so thought might get some help here.

I'm working on face recognition in a video file or real-time. In Opencv, there's an option like "createLBPHFaceRecognizer" (we have couple of others in OpenCV) to train on our images before prediction. My question is, is there similar functionality in Dlib to train on images before prediction on new image?