justadudewhohacks/opencv4nodejs
View on GitHubThere is no way to update the model LBPHFaceRecognizer
Open
#351 opened on Jul 8, 2018
good first issuehelp wanted
Repository metrics
- Stars
- (5,046 stars)
- PR merge metrics
- (PR metrics pending)
Description
Hey. I do not have static photos, I want to train the model dynamically. So I need a method update. In the original opencv_contrib, this method is present: https://github.com/kyamagu/mexopencv/blob/master/opencv_contrib/%2Bcv/LBPHFaceRecognizer.m#L306
const lbph = new cv.LBPHFaceRecognizer()
lbph.update([resizeFaceImage], [0])
TypeError: lbph.update is not a function