设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>电子电气毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:HWFJ5828 QQ:1015083682   
智能人脸识别快递存取系统设计与实现 毕业论文
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

   摘要

人脸识别技术是建立在大数据、人工智能等先进信息技术基础之上的一种生物识别方法,它通过捕捉和分析个体的面部特征数据来实现对人脸的精确识别。近年来, 对人脸识别快递柜系统的研发与应用,已经引发了广泛的研究兴趣,并在实际操作中得到了深入的推广和应用。

本文通过分析传统回归树及 ERT 算法的原理,结合 Dlib 库中的人脸检测器和人脸特征点检测器两个预训练模型,设计了一款适用于物流行业的人脸识别快递柜控制系统。其主要功能如下:

(1)基于 Python 编写上位机软件,用于处理人脸图像数据,执行识别算法,并与嵌入式控制模块进行通信;

(2)采用 ESP8266 作为主控芯片,负责接收上位机软件的人脸识别结果,并根据指令控制快递柜的门禁系统;

(3)采用 PC 端自带的摄像头用于实时采集人脸图像,并将这些图像传输给上位机软件进行人脸识别;

(4)采用 sg90 舵机用于模拟快递柜的门禁动作,根据上位机的指令进行开启或关闭;

(5)采用 LCD 显示模块来实时显示门禁状态,提供给用户直观的反馈。

本设计能够将采集到的人脸信息与事先录入的人脸数据进行比对,以控制柜门进行动作。实验结果表明,本文实现了设计所需功能,达到了预期设计目标,且响应速度快,稳定性高。

关键词:人脸识别;回归树;ERT 算法;Dlib 库


Abstract

Face recognition technology is a biometric identification method based on advanced information technologies such as big data and artificial intelligence. It achieves precise face recognition by capturing and analyzing individual facial feature data. In recent years, the research, development, and application of face recognition express locker systems have garnered widespread interest and have been extensively promoted and applied in practical operations.

By analyzing the principles of traditional regression trees and the Ensemble of Regression Trees(ERT) algorithm, and incorporating two pre-trained models from the Dlib library: the face detector and facial landmark detector, this article has designed a face recognition express locker control system suitable for the logistics industry. Its main functions included the following:

(1) Upper computer software is programmed based on Python, which processes facial image data, executes recognition algorithms, and communicates with the embedded control module.

(2) An ESP8266 is used as the main control chip, responsible for receiving face recognition results from the upper computer software and controlling the access control system of the express locker based on instructions.

(3) The PC's built-in camera is used to collect real-time facial images, which are then transmitted to the upper computer software for face recognition.

(4) An sg90 servo is used to simulate the access control action of the express locker, opening or closing based on instructions from the upper computer.

(5) An LCD display module is utilized to show the access control status in real-time, providing intuitive feedback to users.

This design has been compared the collected facial information with pre-recorded facial data to control the locker door's action. Experimental results have demonstrated that the design has achieved the intended functionality, met the expected design goals, and exhibited fast response time and high stability.

Keywords: face recognition; regression trees; ERT algorithms; Dlib library


目录

摘要 ................................................................... I

Abstract .............................................................. II

目录 ................................................................... 1

第 1 章 绪论 ............................................................ 3

1.1 研究背景及意义 .................................................. 3

1.2 国内外研究现状 .................................................. 4

1.2.1 人脸识别技术发展现状 ...................................... 4

1.2.2 人脸识别技术在物流行业的应用 .............................. 4

1.3 本文研究内容 .................................................... 6

第 2 章 人脸识别算法原理 ................................................ 8

2.1 传统回归树算法 .................................................. 8

2.2 ERT 算法 ........................................................ 9

2.3 算法对比 ....................................................... 10

第 3 章 系统总体设计 ................................................... 12

3.1 系统总体设计方案 ............................................... 12

3.2 人脸识别的实现 ................................................. 13

3.3 主控器件选择 ................................................... 14

第 4 章 系统硬件设计 ................................................... 16

4.1 控制模块核心电路设计 ........................................... 16

4.2 通信模块电路设计 ............................................... 17

4.3 响应模块与显示模块电路设计 ..................................... 18

第 5 章 系统软件设计 ................................................... 20

5.1 上位机软件设计 ................................................. 20

5.1.1 上位机主程序设计 ......................................... 20

5.1.2 人脸图像的读取与处理 ..................................... 21


5.1.3 人脸信息比对 ............................................. 22

5.1.4 数据库的建立 ............................................. 24

5.1.5 人脸数据的保护 ........................................... 26

5.2 下位机硬件驱动设计 ............................................. 27

5.2.1 下位机主程序设计 ......................................... 27

5.2.2 显示模块驱动设计 ......................................... 28

5.2.3 响应模块驱动设计 ......................................... 30

5.3 通信模块软件设计 ............................................... 31

5.3.1 上位机通信单元软件设计 ................................... 31

5.3.2 下位机通信单元驱动设计 ................................... 32

第 6 章 系统调试 ....................................................... 35

6.1 调试准备 ....................................................... 35

6.2 功能验证 ....................................................... 35

6.3 人脸识别准确率 ................................................. 37

结论 .................................................................. 39

致谢 .................................................................. 40

参考文献 .............................................................. 41

附录 .................................................................. 43

附录一:硬件电路图 ................................................. 43

附录二:程序源代码 ................................................. 44
























  全套毕业设计论文现成成品资料请咨询微信号:HWFJ5828 QQ:1015083682     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
智能人脸识别快递存取系统设计与实 基于ESP32远程迷你监控设备的 基于STM32的数模混合同传装置
基于plc的楼宇自动化控制系统 基于plc的上下料机械手控制系统 基于单片机的智能输液报警器的设计
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:HWFJ5828 QQ:1015083682  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!