justadudewhohacks/opencv4nodejs

There is no way to update the model LBPHFaceRecognizer

開放

#351 建立於 2018年7月8日

 (4 則留言) (1 個反應) (0 位負責人)C++ (830 個分叉)github user discovery
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

貢獻者指南