There is no way to update the model LBPHFaceRecognizer #351
Comments
|
I need something like that from face-recognition.js, only from the opencv4node.js package |
|
If I understand, then I need: TypeError: lbph.update is not a function |
|
The binding for |
|
Just ran into this same issue here. You've got a +1 from me on this request! I need to have the ability to load an LBPH model, add training data, and save it. Loading the model and doing a |
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
TypeError: lbph.update is not a function
The text was updated successfully, but these errors were encountered: