justadudewhohacks/opencv4nodejs

There is no way to update the model LBPHFaceRecognizer

Aberta

#351 aberto em 8 de jul. de 2018

 (4 comentários) (1 reação) (0 responsável)C++ (830 forks)github user discovery
good first issuehelp wanted

Métricas do repositório

Stars
 (5.046 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador