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 ?