資源描述:
《畢業(yè)論文-基于opencv的視頻人臉識別系統(tǒng)的設計與實現(xiàn)》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫。
1、成績本科畢業(yè)論文(設計)題目:基于OpenCV的視頻人臉識別系統(tǒng)的設計與實現(xiàn)學生姓名學號指導教師院系軟件學院專業(yè)軟件工程年級2010級教務處制二零一四年六月基于OpenCV的視頻人臉識別系統(tǒng)的設計與實現(xiàn)摘要基于生物特征識別的身份認證方法和系統(tǒng)研究一直以來都是計算機圖形學和模式識別領域研究的熱點,其中,由于人臉的穩(wěn)定性和可見性,針對人臉識別的算法研究和系統(tǒng)應用最為廣泛,本文針對校園內實驗室和宿舍安全管理需求,設計和實現(xiàn)了一套針對監(jiān)控視頻的基于OpenCV的人臉識別原型系統(tǒng),開發(fā)語言選用C++,全文內容包括:(1)構建了基于Op
2、enCV的視頻人臉識別的技術框架。針對實驗室和宿舍安全管理需要,構建了基于OpenCV的視頻人臉識別的技術框架,能夠完成基于視頻的實時人臉識別和身份認定;(2)設計了基于OpenCV的視頻人臉快速檢測算法。人臉檢測是人臉識別的前提,本文采用基于OpenCV的快速人臉檢測算法實現(xiàn)視頻圖像中人臉的快速定位和提取;(3)設計了基于AdaBoost算法的視頻人臉識別方法。應用AdaBoost算法實現(xiàn)了針對視頻流的快速人臉定位和身份識別,能夠實現(xiàn)實時身份認定。系統(tǒng)基于.NET平臺設計,使用C++語言進行實現(xiàn),完成了基于視頻的實時人臉身
3、份認定。關鍵詞:人臉檢測;OpenCV;人臉識別;C++;25基于OpenCV的視頻人臉識別系統(tǒng)的設計與實現(xiàn)AbstractBasedontheresearchofidentityauthenticationmethodandsystemofbiometricrecognitionhasbeenahotresearchfieldofcomputergraphics,patternrecognitionandthestabilityandvisibility,theface,thealgorithmresearchandsys
4、temapplicationsoffacerecognitionisthemostwidely,accordingtothelaboratoryanddormitorysafetymanagementneedsofthecampus,designedandimplemented.AfacerecognitionsystembasedonOpenCVinsurveillancevideo,developmentlanguageisC++,themaincontentofthisthesisincludes:(1)Constru
5、ctedthetechnicalframeworkforvideobasedfacerecognitionbasedonOpenCV.Accordingtothelaboratoryandthedormitorysafetymanagementneeds,establishesaframeworkforvideobasedfacerecognitionbasedonOpenCV,whichcancompletereal-timefacerecognitionandidentitybasedonvideoidentificat
6、ion;(2)DesignofafastfacedetectionalgorithminvideobasedonOpenCV.Facedetectionisthepreconditionoffacerecognition,thispaperusesOpenCVfastfacedetectionalgorithmtolocatefaceinvideoimageandextractionbasedon;ThedesignuseapplicationofOpenCVtoprovidestrongsupport,basedon.NE
7、Tplatformdesign.(3)DesignofvideobasedfacerecognitionmethodbasedonAdaBoostalgorithm.ApplicationofAdaBoostalgorithmforfastfacelocationandrecognitionofvideostream,whichcanrealizereal-timeidentification.Systembasedon.NETplatformdesign,implementationiscarriedoutusingC++
8、language,completedthereal-timefaceidentityrecognitionbasedonvideoKeyword:Facedetection;OpenCV;Facerecognition;C++;25基于OpenCV的視頻人臉識別系統(tǒng)的設計與實現(xiàn)目錄摘要1A