Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ye13ow77z/opencv-based-personnel-attendance-system
A Personnel Attendance System Based On OpenCV
https://github.com/ye13ow77z/opencv-based-personnel-attendance-system
cpp opencv qt
Last synced: 2 days ago
JSON representation
A Personnel Attendance System Based On OpenCV
- Host: GitHub
- URL: https://github.com/ye13ow77z/opencv-based-personnel-attendance-system
- Owner: Ye13ow77z
- License: mit
- Created: 2024-07-24T01:18:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T06:03:06.000Z (4 months ago)
- Last Synced: 2024-11-16T00:45:02.653Z (2 days ago)
- Topics: cpp, opencv, qt
- Language: C++
- Homepage:
- Size: 9.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCV-based-Personnel-Attendance-System
本系统是基于OpenCV和Qt框架的人事考勤系统
使用的环境使Qt 5.14.2 OpenCV 3.4.0 如果使用本系统请先配置环境!
功能:①人脸和信息录入 ②人脸识别 ③数据库信息的调用和显示
亮点:在我的项目中使用了DNN深度神经网络,DNN 是实现高精度、高效率人脸检测和识别的核心技术,使人事考勤系统的人脸识别功能更加强大。具体表现为检测到人脸后,DNN会提取独特的面部特征向量,无论光照、角度或背景如何变化,都能够识别人脸的特征。
本项目使用的相似度计算方法为巴氏距离计算,两张照片的距离越小 相似度越高,可根据自己的需求进行更改。
有任何问题请提交Issues或者联系邮箱[email protected]