Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Opencv LBPHFaceRecognizer Train datas in Python

I am working on face recognition with LBPH algorithm and i need to save train datas to database.

   recognizer =  cv2.createLBPHFaceRecognizer()
   recognizer.train(images, np.array(labels))

i need to see this train datas for each image.

How can do this ?

Opencv LBPHFaceRecognizer Train datas in Python

I am working on face recognition with LBPH algorithm and i need to save train datas to database.

   recognizer =  cv2.createLBPHFaceRecognizer()
   recognizer.train(images, np.array(labels))

i need to see this train datas for each image.

How can do I make this ?

Opencv LBPHFaceRecognizer Train datas data in Python

I am working on face recognition with LBPH algorithm and i need to save train datas data to database.

   recognizer =  cv2.createLBPHFaceRecognizer()
   recognizer.train(images, np.array(labels))

i need to see this train datas data for each image.

How can I make this ?