Ask Your Question

e1bit's profile - activity

2018-12-18 04:58:09 -0600 commented question compare two faces opencv node js

Currently it works like this: I compare the current face with the face of the previous frame, if it is different I save,

2018-12-17 06:18:28 -0600 commented answer compare two faces opencv node js

I currently use cv.resize (). The cv.absdiff () method I do not know. I'm using the opencv4nodejs library. I'll read abo

2018-12-17 06:08:48 -0600 commented question compare two faces opencv node js

I already have and saved my face, already saving several pictures of the same face. The face image is being filmed.

2018-12-17 06:07:17 -0600 commented question compare two faces opencv node js

Only detect, I do not need to know who it is.

2018-12-17 06:03:42 -0600 asked a question compare two faces opencv node js

compare two faces opencv node js Good Morning. I have an application in Nodejs with opencv that identifies a face, and