Back to Browse

Face Recognition from scratch with only OpenCV

581 views
Nov 19, 2025
23:40

Face verification or face recognition is a very popular topic in computer vision area. Nowadays, in most of the mobile applications, you are required to verify yourself if it is really you or not. There are also many models developed to do this task. OpenCV also provides a beautiful and light model to do this recognition. This video basically making a simple face recognizer project by using opencv and c++. FaceRecognizerSF and FaceDetectorYN classes are used in this video. 🌠 Recognizer ONNX models to download: https://github.com/opencv/opencv_zoo/tree/main/models/face_recognition_sface 🌠 Detection ONNX models to download: https://github.com/opencv/opencv_zoo/tree/main/models/face_detection_yunet 🌠 Classes used in the video: https://docs.opencv.org/4.8.0/db/d11/group__objdetect__dnn__face.html 🌠 You may want to watch also: https://youtu.be/wCxodoqndrg?si=XfBwHYJeGSNZeHOd 🌠 Stackoverflow: https://stackoverflow.com/users/11048887/yunus-temurlenk?tab=profile 🌠 Github: https://github.com/yunus-temurlenk?tab=repositories 🌠 Twitter: https://twitter.com/code_enjoy 🌠Hashnode: https://yunustemurlenk.hashnode.dev/ ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬ 0:00 - Introduction 2:00 - Coding 21:19 - Results If you see any mistake and any advice please comment. Thanks for watching... #facedetection, #opencv, #facerecognition

Download

1 formats

Video Formats

360pmp434.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Face Recognition from scratch with only OpenCV | NatokHD