基于.net的人臉識(shí)別管理系統(tǒng)
|
資料類別
|
電子電工畢業(yè)論文(設(shè)計(jì)) |
|
課程(專業(yè))
|
電子通信 |
關(guān)鍵詞
|
matlab|人臉識(shí)別|人臉管理|.net|數(shù)據(jù)庫|畢業(yè)設(shè)計(jì) |
適用年級
|
本科 |
身份要求
|
普通會(huì)員 |
金 幣
|
100 。金幣如何獲得?) |
文件格式
|
word+PPT |
文件大小
|
1962K |
發(fā)布時(shí)間
|
2012-06-12 08:28:00 |
預(yù)覽文件
|
0933078.jpg(只能預(yù)覽部分內(nèi)容) |
下載次數(shù)
|
1 |
發(fā)布人 |
lpf2176 |
內(nèi)容簡介:
本科畢業(yè)設(shè)計(jì) 基于.net的人臉識(shí)別管理系統(tǒng)
matlab|人臉識(shí)別|人臉管理|.net|數(shù)據(jù)庫|畢業(yè)設(shè)計(jì)
文件格式:word+PPT
一套完整的畢業(yè)設(shè)計(jì),包括開題報(bào)告、任務(wù)書、論文正文、答辯PPT、中英文翻譯。
有預(yù)覽文件請查看。
論文正文共29頁。共20842字符數(shù)(不計(jì)空格)。整套壓縮包大。1.91MB。
中英文翻譯 Digital Image Fundamentals(數(shù)字圖像基礎(chǔ))
摘要
隨著很多的企業(yè)辦公系統(tǒng)、日常管理系統(tǒng)的開發(fā),人臉識(shí)別管理系統(tǒng)同樣希望采用對中間業(yè)務(wù)層處理就有很強(qiáng)大的功能的.NET技術(shù)開發(fā)一個(gè)平臺(tái)。在當(dāng)今的身份識(shí)別技術(shù)中,人臉識(shí)別是其中一個(gè)熱門問題,其中的管理系統(tǒng)也成為了一個(gè)研究對象。
本論文是基于ASP.NET技術(shù)并綜合系統(tǒng)的總體要求,以Visual Studio 2010作為系統(tǒng)的開發(fā)平臺(tái),以SQL Server作為后臺(tái)數(shù)據(jù)庫的基礎(chǔ)上開發(fā)了這個(gè)人臉識(shí)別管理系統(tǒng),為處理和管理這個(gè)人臉圖像數(shù)據(jù)庫提供支持。
本論文設(shè)計(jì)的人臉識(shí)別管理能進(jìn)行人臉的管理,滿足基本的系統(tǒng)要求,減少了人的工作量,提高了工作效率。
關(guān)鍵字:matlab;人臉識(shí)別;人臉管理;.net;數(shù)據(jù)庫
Based. Net management system
for face recognition
Abstract
face recognition is one of the hot issues in the identification now, including the management system has also become an object of study.With the development of the business office systems and the daily management of system , The same management system business of face wishing to develop a platform use .NET technology which has a very powerful feature in the middle layer processing.
This paper is an integrated system based on the ASP.NET technology and the overall requirements.It is development in Visual Studio 2010 to finish the platform,and the SQL Server as the backend database was developed on the basis of the Face Recognition System,for the treatment and management of the face image database to support.
In this thesis, the recognition management has finished to management of the human face.It has met the basic system of the requirements, reduced human workload, improved work efficiency.
Keyword: matlab;face recognition;face management;c #;. Net;database
中文摘要 II
Abstract II
第一章 緒論 - 1 -
1.1 課題的意義及應(yīng)用背景 - 1 -
1.2人臉識(shí)別管理的現(xiàn)狀與發(fā)展 - 1 -
1. 3本文研究的內(nèi)容和主要工作 - 2 -
1.3.1數(shù)據(jù)庫連接管理 - 2 -
1.3.2調(diào)用MATLAB的人臉比對程序 - 2 -
第二章 C#與matlab的混合編程 - 3 -
基本原理 - 3 -
第三章 人臉識(shí)別綜述 - 4 -
3.1人臉識(shí)別的研究內(nèi)容 - 4 -
3.2人臉圖像預(yù)處理 - 4 -
3.2.1 幾何變換 - 4 -
3.2.2 灰度變換 - 5 -
3.2.3 圖像的銳化處理 - 5 -
第四章 系統(tǒng)的總體設(shè)計(jì) - 6 -
4.1系統(tǒng)的運(yùn)行環(huán)境 - 6 -
4.2 系統(tǒng)實(shí)現(xiàn)的功能 - 6 -
4.2.1 系統(tǒng)實(shí)現(xiàn)的功能簡介 - 6 -
4.2.2系統(tǒng)的預(yù)覽 - 7 -
4.3系統(tǒng)的詳細(xì)實(shí)現(xiàn) - 9 -
4.4 附錄程序說明 - 9 -
第五章 數(shù)據(jù)庫的設(shè)計(jì) - 10 -
5.1數(shù)據(jù)庫的簡單介紹 - 10 -
5.2 數(shù)據(jù)庫的建立 - 10 -
5.2.1了解系統(tǒng)的設(shè)計(jì)需求及系統(tǒng)的范圍 - 10 -
5.2.2確定應(yīng)用系統(tǒng)數(shù)據(jù)庫的各種關(guān)系 - 10 -
5.3 數(shù)據(jù)庫系統(tǒng)的開發(fā)與連接 - 10 -
5.3.1 數(shù)據(jù)庫的開發(fā)準(zhǔn)備 - 10 -
5.3.2 方案設(shè)計(jì) - 10 -
第六章 系統(tǒng)測試 - 12 -
6.1 測試目的 - 12 -
6.2 測試過程 - 12 -
6.2.1 攝像頭與上位機(jī)的連接 - 12 -
6.2.2上位機(jī)與數(shù)據(jù)庫的連接 - 13 -
6.3測試結(jié)論 - 13 -
第七章 總結(jié)與展望 - 14 -
7.1 總結(jié) - 14 -
7.2 展望 - 14 -
參考文獻(xiàn)(References) - 15 -
致謝 - 16 -
附錄 - 17 -
相關(guān)說明:
1. 如您下載的資料不止一份,建議您注冊成為本站會(huì)員。會(huì)員請登錄后下載。
2. 會(huì)員購買金幣50元以下,0.7元/個(gè),50元以上,0.5元/個(gè)。具體請看:下載與付款。
3. 會(huì)員48小時(shí)內(nèi)下載同一文件,不重復(fù)扣金幣。
4. 下載后請用WinRAR或 WinZIP解壓縮后使用。
5. 如仍有其他下載問題,請看常見問題解答。
下載地址:
|
|
相關(guān)畢業(yè)論文(設(shè)計(jì)) |
|
推薦畢業(yè)論文(設(shè)計(jì)) |
|
|
|
|