justadudewhohacks/opencv4nodejs
There is no way to update the model LBPHFaceRecognizer
開放
#351 建立於 2018年7月8日
good first issuehelp wanted
倉庫指標
- 星標
- (5,046 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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