欢迎来到天天文库
浏览记录
ID:24999140
大小:2.13 MB
页数:62页
时间:2018-11-17
《OpenCV人脸检测毕设课题论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于OpenCV的人脸检测摘要人脸检测是指使用计算机在动态的场景或复杂的背景中检测出人脸的存在,并确定所有人脸的位置与大小的过程。人脸检测技术不仅是人脸识别、表情识别、人脸跟踪等技术的重要前提条件,同时在模式识别、人机交互、智能监控、视频检索等领域也引起了广泛的重视。本论文简单介绍了国内外人脸识别技术研究及应用的发展现状及其难点分析。在第二章中介绍了包括基于知识的方法、特征不变量方法、模板匹配方法、基于外观的方法四类检测方法;在第三章简单介绍了四种经典的检测方法,包括特征脸、神经网络、隐马尔可夫模型方法、支持向量机。在第四章重点分析了Ad
2、aBoost算法中集成机器学习的一个重要机制:多个弱分类器集成的方法,机器学习中的弱学习到强学习,集成的关键是投票,最简单的方法是“绝对多数”的方法。在第五章详细分析了AdaBoost算法检测速度快、可以检测任意尺度的图像的特点。在这个理论基础上,本文中人脸算法的研究基于OpenCV开源代码,在OpenCV开源代码中设计了一些基础的数据类型和一些帮助数据类型。由于OpenCV的源代码完全开放,本文的研究中利用这套代码在PC上以VisualC++集成开发环境做平台搭建了一个基于OpenCV的人脸检测系统,进行了人脸检测仿真,并对其结果进行分
3、析。关键词:人脸检测;AdaBoost;分类器;OpenCV62FaceDetectionBasedonOpenCVAbstractHumanfacedetectionmeansthatforagivenimageorvideo,todeterminewhetheritcontainsfaceregions,ifso,determinesthenumber,theexactlocationandthesizeofallthefaces.Humanfacedetectionisnotonlyanecessarypreconditionoff
4、acerecognition,expressionrecognitiontechnology,facetracking,butalso,itplaysailimportantroleinapplicationslikeintheintelligenthuman-computerinteraction,videoconferencing,intelligentsurveillance,videoretrievalandsoon.Therefore,facedetectiontechnologyattractedwidespreadatten
5、tioninpatternrecognition,computervision,human-computerinteractionandotherfields.Thispaperdescribesthenationalandinternationalrecognitiontechnologyapplicationsresearchanddevelopmentandanalysisthedifficultsituation.InthesecondchaptertoincludeKnowledge-basedMethods,FeatureIn
6、variantApproaches,TemplateMatchingMethods,Appearance-basedMethods.Inthethirdchapterdescribesthefourclassicaldetectionmethods,includingEigenface,ArtificialNeuralNetwork,HiddenMarkovModel,SupportVectorMachines.Inchapter4ontheanalysisoftheAdaBoostalgorithmsintegrationofmachi
7、nerytostudyofanimportantmechanism:moreintegratedapproachintheclassificationofthestudyofstudyatthelearningandintegrationisthekeytothevote,thesimplestmethodistheabsolutemajority.InchapterfivedetailedanalysisAdaBoostalgorithmtestspeed,youcandetectanyscaletheimagequality.This
8、paper’sresearchisbasedontheOpenCVsourcecode,inwhichsomebasicdatatypeandhelpingdatatypewerecreate
此文档下载收益归作者所有