并本文對(duì)兩大類(lèi)步態(tài)識(shí)別算法進(jìn)行了深入研究,其主要內(nèi)容集中于步態(tài)特征的提取和分類(lèi)器的設(shè)計(jì)兩部分。 在特征提取階段采用多種不同的方法提取多種不同的步態(tài)特征,其中效果較好的是一種基于模型的特征提取方法。本文使用關(guān)鍵點(diǎn)和肢體角度構(gòu)建人體的骨骼化模型, 并對(duì)模型的各項(xiàng)參數(shù)提取做了改進(jìn),從人體的骨骼化模型中提取人體的靜態(tài)參數(shù)(如身高、步幅等)以及動(dòng)態(tài)參數(shù)(如運(yùn)動(dòng)過(guò)程中關(guān)鍵點(diǎn)的位置、運(yùn)動(dòng)軌跡、肢體角度、
標(biāo)簽: 步態(tài)識(shí)別 算法
上傳時(shí)間: 2014-01-15
上傳用戶(hù):skhlm
一:需求分析 1. 問(wèn)題描述 魔王總是使用自己的一種非常精練而抽象的語(yǔ)言講話(huà),沒(méi)人能聽(tīng)懂,但他的語(yǔ)言是可逐步解釋成人能聽(tīng)懂的語(yǔ)言,因?yàn)樗恼Z(yǔ)言是由以下兩種形式的規(guī)則由人的語(yǔ)言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在這兩種形式中,從左到右均表示解釋.試寫(xiě)一個(gè)魔王語(yǔ)言的解釋系統(tǒng),把 他的話(huà)解釋成人能聽(tīng)得懂的話(huà). 2. 基本要求: 用下述兩條具體規(guī)則和上述規(guī)則形式(2)實(shí)現(xiàn).設(shè)大寫(xiě)字母表示魔王語(yǔ)言的詞匯 小寫(xiě)字母表示人的語(yǔ)言的詞匯 希臘字母表示可以用大寫(xiě)字母或小寫(xiě)字母代換的變量.魔王語(yǔ)言可含人的詞匯. (1) B --> tAdA (2) A --> sae 3. 測(cè)試數(shù)據(jù): B(ehnxgz)B 解釋成 tsaedsaeezegexenehetsaedsae若將小寫(xiě)字母與漢字建立下表所示的對(duì)應(yīng)關(guān)系,則魔王說(shuō)的話(huà)是:"天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一只鵝地上一只鵝". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鵝 | 追 | 趕 | 下 | 蛋 | 恨 |
上傳時(shí)間: 2014-12-02
上傳用戶(hù):jkhjkh1982
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標(biāo)簽: represented integers group items
上傳時(shí)間: 2016-01-17
上傳用戶(hù):jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標(biāo)簽: converts Toolbox complex logical
上傳時(shí)間: 2016-02-12
上傳用戶(hù):a673761058
用C++實(shí)現(xiàn)的改進(jìn)式Levkov算法,比較適用于心電信號(hào)的特征波形提取。
上傳時(shí)間: 2016-03-13
上傳用戶(hù):
基于bp神經(jīng)網(wǎng)絡(luò)的文字識(shí)別系統(tǒng)本,主要包括圖像預(yù)處理和網(wǎng)絡(luò)識(shí)別2部分,圖像預(yù)處理部分包含許多圖像處理技術(shù),然后是特征的提取,其結(jié)果利用bp神經(jīng)網(wǎng)絡(luò)進(jìn)行訓(xùn)練識(shí)別,是對(duì)圖像處理和模式識(shí)別進(jìn)行綜合學(xué)習(xí)的好資料!
標(biāo)簽: 神經(jīng)網(wǎng)絡(luò) 文字識(shí)別系統(tǒng)
上傳時(shí)間: 2013-12-02
上傳用戶(hù):chenlong
常用的說(shuō)話(huà)人識(shí)別方法有模板匹配法、統(tǒng)計(jì)建模法、聯(lián)接主義法(即人工神經(jīng)網(wǎng)絡(luò)實(shí)現(xiàn))。考慮到數(shù)據(jù)量、實(shí)時(shí)性以及識(shí)別率的問(wèn)題,采用基于矢量量化和隱馬爾可夫模型(HMM)相結(jié)合的方法。 說(shuō)話(huà)人識(shí)別的系統(tǒng)主要由語(yǔ)音特征矢量提取單元(前端處理)、訓(xùn)練單元、識(shí)別單元和后處理單元組成,
標(biāo)簽: 識(shí)別方法 模板 匹配法 人工神經(jīng)網(wǎng)絡(luò)
上傳時(shí)間: 2014-07-08
上傳用戶(hù):wqxstar
Harris_conner_detection,用MATLAB實(shí)現(xiàn)Harris角點(diǎn)檢測(cè)算子的源碼,用于特征點(diǎn)提取及圖像配準(zhǔn)等。
標(biāo)簽: Harris_conner_detection
上傳時(shí)間: 2013-12-26
上傳用戶(hù):shus521
漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
標(biāo)簽: the animation Simulate movement
上傳時(shí)間: 2017-02-11
上傳用戶(hù):waizhang
將魔王的語(yǔ)言抽象為人類(lèi)的語(yǔ)言:魔王語(yǔ)言由以下兩種規(guī)則由人的語(yǔ)言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 設(shè)大寫(xiě)字母表示魔王的語(yǔ)言,小寫(xiě)字母表示人的語(yǔ)言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解釋為tsaedsaeezegexenehetsaedsae對(duì)應(yīng)的話(huà)是:“天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一只鵝地上一只鵝”。(t-天d-地s-上a-一只e-鵝z-追g-趕x-下n-蛋h-恨)
上傳時(shí)間: 2013-12-19
上傳用戶(hù):aix008
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1