First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked Nov 22 '15

Gkan gravatar image

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 ?

click to hide/show revision 2
No.2 Revision

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 ?

click to hide/show revision 3
No.3 Revision

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 ?