Ask Your Question

Revision history [back]

Please try to read some useful tutorials here. 1) https://docs.opencv.org/3.4.0/d9/df8/tutorial_root.html 2) https://docs.opencv.org/2.4/modules/contrib/doc/facerec/tutorial/facerec_video_recognition.html

Please try to read some useful tutorials here. 1) https://docs.opencv.org/3.4.0/d9/df8/tutorial_root.html 2) https://docs.opencv.org/2.4/modules/contrib/doc/facerec/tutorial/facerec_video_recognition.html

  1. https://docs.opencv.org/3.4.0/d9/df8/tutorial_root.html
  2. https://docs.opencv.org/2.4/modules/contrib/doc/facerec/tutorial/facerec_video_recognition.html

Please try to read some useful tutorials here.

  1. https://docs.opencv.org/3.4.0/d9/df8/tutorial_root.html
  2. https://docs.opencv.org/2.4/modules/contrib/doc/facerec/tutorial/facerec_video_recognition.html

Edit by @StevenPuttemans: It seems you are not looking for face recognition but face detection and then storage. In that case you simply need a face detection tutorial, which can be found here using a cascade classifier or here with a more advanced neural network approach.