本文完成了對(duì)唇動(dòng)身份識(shí)別技術(shù)幾個(gè)基本問(wèn)題的理論研究,并對(duì)整個(gè)系統(tǒng)加以實(shí)現(xiàn).作為本文研究的實(shí)驗(yàn)基礎(chǔ),我們建立了唇動(dòng)方式身份識(shí)別數(shù)據(jù)庫(kù)(HITLUDB), 該庫(kù)目前包含30個(gè)說(shuō)話人每人20個(gè)漢語(yǔ)詞的音視頻語(yǔ)料.數(shù)據(jù)庫(kù)的擴(kuò)充與完善工作仍在不斷的進(jìn)行之中.在嘴唇檢測(cè)方面, 我們對(duì)自適應(yīng)色度過(guò)濾模型進(jìn)行改進(jìn),提高了算法的魯棒性,完成了對(duì)嘴唇的精確定位.結(jié)合DCT變換與K-L變換的各自特點(diǎn), 我們提出了特征提取算法,使用較少維數(shù)的特征完成了對(duì)嘴唇區(qū)域主要信息的刻畫.由于唇動(dòng)信息同時(shí)包含了生理特征與行為特征, 我們使用靜念動(dòng)念混合建模的方式,完成了對(duì)說(shuō)話人唇動(dòng)個(gè)性特點(diǎn)的精確描述.在HMM訓(xùn)練時(shí),我們提出了特征的歸一化處理方法,提高了HMM在實(shí)際應(yīng)用中的性能. 最后,我們分別對(duì)身份辨認(rèn)系統(tǒng)與身份確認(rèn)系統(tǒng)的基本理論進(jìn)行了敘述,并完成了系統(tǒng)的實(shí)踐工作. 關(guān) 鍵 詞:身份識(shí)別 唇動(dòng) 特征提取 隱馬爾可夫模型 K-L變換
標(biāo)簽: HITLUDB 身份識(shí)別 實(shí)驗(yàn)
上傳時(shí)間: 2014-01-14
上傳用戶:wsf950131
五對(duì)角占優(yōu)線性方程組求解的MATLAB 程序MYLU。 輸入?yún)?shù)A為系數(shù)矩陣,F(xiàn)為右端向量。輸出參數(shù)L,U為A的LU 分解A=LU,X為解向量。
標(biāo)簽: MATLAB MYLU 對(duì)角 參數(shù)
上傳時(shí)間: 2013-12-04
上傳用戶:c12228
實(shí)現(xiàn)NFA確定化子集算法程序。DFA是NFA的特例。對(duì)每個(gè)NFA N一定存在一個(gè)DFA M ,使得 L(M)=L(N)。對(duì)每個(gè)NFA N存在著與之等價(jià)的DFA M。從NFA的矩陣表示中可以看出,表項(xiàng)通常是一狀態(tài)的集合,而在DFA的矩陣表示中,表項(xiàng)是一個(gè)狀態(tài),NFA到相應(yīng)的DFA的構(gòu)造的基本思路是:1.DFA的每一個(gè)狀態(tài)對(duì)應(yīng)NFA的一組狀態(tài). 2. DFA使用它的狀態(tài)去記錄在NFA讀入一個(gè)輸入符號(hào)后可能達(dá)到的所有狀態(tài).。
上傳時(shí)間: 2014-01-19
上傳用戶:h886166
集裝箱的裝箱問(wèn)題 給定一個(gè)集裝箱,其長(zhǎng)為L(zhǎng),寬為W和高為H,現(xiàn)有一批圓柱形木材,每根木材的長(zhǎng)均為L(zhǎng),但是半徑不同,設(shè)第i根木材半徑為ri。問(wèn)如何裝箱,使得集裝箱的空間利用率最高?
標(biāo)簽: 集裝箱
上傳時(shí)間: 2013-12-24
上傳用戶:二驅(qū)蚊器
C++Primer中文版 第三版 深入系列 Primer 第三版 著 中中文文版版潘愛(ài)民張麗譯 Addison-Wesley 中國(guó)電力出版社 www.infopower.com.cn Stanley B Lippman J o s é e L a j o i e
標(biāo)簽: Primer Addison-Wesley infopower www
上傳時(shí)間: 2014-01-14
上傳用戶:myworkpost
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標(biāo)簽: implementation Extensions libraries standard
上傳時(shí)間: 2013-12-14
上傳用戶:leehom61
數(shù)據(jù)結(jié)構(gòu)實(shí)驗(yàn)4報(bào)告,實(shí)驗(yàn)內(nèi)容或題目 l、隨機(jī)產(chǎn)生n=100,200,300,1000,2000個(gè)整數(shù)并存于數(shù)組r[1..n]中。對(duì)主要查找算法(順序查找、插入排序、冒泡排序、堆排序、快速排序)進(jìn)行實(shí)驗(yàn)比較,計(jì)算出平均比較次數(shù)、平均移動(dòng)次數(shù)及執(zhí)行時(shí)間。由程序自動(dòng)計(jì)算,由手工計(jì)時(shí)。 2、對(duì)實(shí)驗(yàn)結(jié)果數(shù)據(jù)進(jìn)行對(duì)比分析。 主要內(nèi)容是
標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu) 實(shí)驗(yàn) 報(bào)告
上傳時(shí)間: 2013-12-23
上傳用戶:liansi
給定一個(gè)集裝箱,其長(zhǎng)為L(zhǎng),寬為W和高為H,現(xiàn)有一批圓柱形木材,每根木材的長(zhǎng)均為L(zhǎng),但是半徑不同,設(shè)第i根木材半徑為ri。問(wèn)如何裝箱,使得集裝箱的空間利用率最高?
標(biāo)簽: 集裝箱
上傳時(shí)間: 2014-01-20
上傳用戶:ljt101007
Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
標(biāo)簽: Hidden_Markov_model_for_automatic speech_recognition implements left-right
上傳時(shí)間: 2016-01-23
上傳用戶:569342831
一維信號(hào)的計(jì)盒分形維數(shù),用 m a t l a b編輯的
上傳時(shí)間: 2013-12-14
上傳用戶:685
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1