1 | initial version |
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
2 | No.2 Revision |
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
3 | No.3 Revision |
Please try to read some useful tutorials here.
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.