液位監(jiān)測(cè)系統(tǒng)數(shù)據(jù)采集模塊.rar
液位監(jiān)測(cè)系統(tǒng)數(shù)據(jù)采集模塊,1.4萬(wàn)字38頁(yè)包括開(kāi)題報(bào)告和任務(wù)書(shū)摘要液位監(jiān)測(cè)是針對(duì)液體并且遵循特定的步驟對(duì)水液體的液位高度進(jìn)行信息采集,數(shù)據(jù)計(jì)算,結(jié)果分析,結(jié)果反饋的監(jiān)測(cè)系統(tǒng)。數(shù)據(jù)采集是液位監(jiān)測(cè)技術(shù)中非常重要的一部分,是液位監(jiān)測(cè)系統(tǒng)所要實(shí)現(xiàn)的第一步。傳統(tǒng)的數(shù)據(jù)采集方式一般是靠浮力計(jì),變阻計(jì)等接觸式測(cè)量設(shè)備來(lái)獲取液位的信息。...
該文檔為壓縮文件,包含的文件列表如下:


內(nèi)容介紹
原文檔由會(huì)員 20023286 發(fā)布
液位監(jiān)測(cè)系統(tǒng)數(shù)據(jù)采集模塊
1.4萬(wàn)字 38頁(yè)
包括開(kāi)題報(bào)告和任務(wù)書(shū)
摘 要
液位監(jiān)測(cè)是針對(duì)液體并且遵循特定的步驟對(duì)水液體的液位高度進(jìn)行信息采集,數(shù)據(jù)計(jì)算,結(jié)果分析,結(jié)果反饋的監(jiān)測(cè)系統(tǒng)。數(shù)據(jù)采集是液位監(jiān)測(cè)技術(shù)中非常重要的一部分,是液位監(jiān)測(cè)系統(tǒng)所要實(shí)現(xiàn)的第一步。傳統(tǒng)的數(shù)據(jù)采集方式一般是靠浮力計(jì),變阻計(jì)等接觸式測(cè)量設(shè)備來(lái)獲取液位的信息。本文所討論的數(shù)據(jù)采集技術(shù)與傳統(tǒng)的方式有所不同,它依靠攝像頭來(lái)捕獲液位的圖像信息,以linux操作系統(tǒng)及其開(kāi)源技術(shù)為背景,通過(guò)對(duì)攝像頭的圖像捕獲技術(shù)的探索分析來(lái)設(shè)計(jì)符合數(shù)據(jù)采集模塊要求的具體實(shí)現(xiàn)。同時(shí)通過(guò)研究目前流行的圖片壓縮技術(shù)和多對(duì)一監(jiān)測(cè)模型,整理出一套集數(shù)據(jù)壓縮,傳輸,解壓,識(shí)別,校正,顯示為一體的實(shí)現(xiàn)方案。設(shè)計(jì)中使用JPEG格式來(lái)存儲(chǔ)圖像,通過(guò)具體實(shí)現(xiàn)展示出數(shù)據(jù)捕獲技術(shù)和數(shù)據(jù)壓縮技術(shù)在液位監(jiān)測(cè)系統(tǒng)中所起到的重要作用。
關(guān)鍵詞:數(shù)據(jù)采集,圖像壓縮,圖像顯示
The data collection module of water line surveillance system
Abstract
The water line surveillance system is a minitor system that ,objected to water and followed certain procedure, to do the operation such as capturing and calculating the information ,analies and return the result.The date collectin module is a very important to the water line surveillance system,and is the first procedure the minitor must do.The traditional approching method is relied on the touched-equipment such as float-instrument or resistance-instrument to capture the water line information.The main content of this design is discuss and implement the water line surveillance system. The main technical based on is Linux OS and its open source technology, through the video technology learn to design a specify the request from the data collection module. In the mean time through to study the present fashion image compression technology I turn out to summarize a schema that take compression and transmit and recognize and check right and show together. In the design I use the JPEG format to save image, and through that implement to show the great effect on water line surveillance by the data catch and data compression technology.
Key word: data collection,image compression,image visual
目 錄
液位監(jiān)測(cè)系統(tǒng)數(shù)據(jù)采集模塊 I
第1章 緒論 1
1.1 液位監(jiān)測(cè)系統(tǒng)數(shù)據(jù)采集技術(shù)的發(fā)展 1
1.2 圖像數(shù)據(jù)采集技術(shù)在嵌入式中的應(yīng)用 2
第2章 數(shù)據(jù)采集的理論基礎(chǔ) 4
2.1 圖像編碼 4
2.1.1 哈夫曼編碼的原理 5
2.1.2 哈夫曼編碼在圖像壓縮中的實(shí)現(xiàn) 6
2.2 算術(shù)編碼 10
第3章 數(shù)據(jù)采集的設(shè)計(jì)實(shí)現(xiàn) 12
3.1 JPEG圖像壓縮過(guò)程分析 12
3.1.1 前向DCT變換 12
3.1.2 量化 13
3.1.3 哈夫曼編碼 14
3.2 試驗(yàn)圖像數(shù)據(jù)的獲取 16
3.2.1 BMP圖像的格式 17
3.2.2 BMP圖像的翻轉(zhuǎn)和精簡(jiǎn)圖像文件的存儲(chǔ) 20
3.3 JPEG圖像壓縮的實(shí)現(xiàn) 20
第4章 數(shù)據(jù)采集程序的安裝與運(yùn)行 23
4.1 內(nèi)核的啟動(dòng) 23
4.2 程序的編譯 23
4.3 程序的運(yùn)行 23
小結(jié) 24
致謝 24
參考文獻(xiàn) 25
附錄A video 4 Linux 接口 26
1.ov511芯片的攝像頭和的zc301芯片的攝像頭: 26
2.ov511驅(qū)動(dòng)加載 26
附錄B zc301 驅(qū)動(dòng) 27
1 zc301 驅(qū)動(dòng) 27
2 Video4linux 27
參考文獻(xiàn)
[8] 科波特. LINUX 設(shè)備驅(qū)動(dòng)程序 中國(guó)電力出版社
[9] 孫紀(jì)坤,張小全. 嵌入式Linux 系統(tǒng)開(kāi)發(fā)技術(shù)詳解 —基于ARM 人民郵電出版社
[10] RandalE.Bryant David R.O’Hallaron. Computer Systems A Programmer’s Perspective 中國(guó)電力出版社
[12] 陳賾 ARM9 嵌入式技術(shù)及Linux高級(jí)實(shí)踐教程. 北京航空航天大學(xué)出版社
[13] 戴小鼠. 基于Video4Linux 的USB 攝像頭圖像采集實(shí)現(xiàn)
1.4萬(wàn)字 38頁(yè)
包括開(kāi)題報(bào)告和任務(wù)書(shū)
摘 要
液位監(jiān)測(cè)是針對(duì)液體并且遵循特定的步驟對(duì)水液體的液位高度進(jìn)行信息采集,數(shù)據(jù)計(jì)算,結(jié)果分析,結(jié)果反饋的監(jiān)測(cè)系統(tǒng)。數(shù)據(jù)采集是液位監(jiān)測(cè)技術(shù)中非常重要的一部分,是液位監(jiān)測(cè)系統(tǒng)所要實(shí)現(xiàn)的第一步。傳統(tǒng)的數(shù)據(jù)采集方式一般是靠浮力計(jì),變阻計(jì)等接觸式測(cè)量設(shè)備來(lái)獲取液位的信息。本文所討論的數(shù)據(jù)采集技術(shù)與傳統(tǒng)的方式有所不同,它依靠攝像頭來(lái)捕獲液位的圖像信息,以linux操作系統(tǒng)及其開(kāi)源技術(shù)為背景,通過(guò)對(duì)攝像頭的圖像捕獲技術(shù)的探索分析來(lái)設(shè)計(jì)符合數(shù)據(jù)采集模塊要求的具體實(shí)現(xiàn)。同時(shí)通過(guò)研究目前流行的圖片壓縮技術(shù)和多對(duì)一監(jiān)測(cè)模型,整理出一套集數(shù)據(jù)壓縮,傳輸,解壓,識(shí)別,校正,顯示為一體的實(shí)現(xiàn)方案。設(shè)計(jì)中使用JPEG格式來(lái)存儲(chǔ)圖像,通過(guò)具體實(shí)現(xiàn)展示出數(shù)據(jù)捕獲技術(shù)和數(shù)據(jù)壓縮技術(shù)在液位監(jiān)測(cè)系統(tǒng)中所起到的重要作用。
關(guān)鍵詞:數(shù)據(jù)采集,圖像壓縮,圖像顯示
The data collection module of water line surveillance system
Abstract
The water line surveillance system is a minitor system that ,objected to water and followed certain procedure, to do the operation such as capturing and calculating the information ,analies and return the result.The date collectin module is a very important to the water line surveillance system,and is the first procedure the minitor must do.The traditional approching method is relied on the touched-equipment such as float-instrument or resistance-instrument to capture the water line information.The main content of this design is discuss and implement the water line surveillance system. The main technical based on is Linux OS and its open source technology, through the video technology learn to design a specify the request from the data collection module. In the mean time through to study the present fashion image compression technology I turn out to summarize a schema that take compression and transmit and recognize and check right and show together. In the design I use the JPEG format to save image, and through that implement to show the great effect on water line surveillance by the data catch and data compression technology.
Key word: data collection,image compression,image visual
目 錄
液位監(jiān)測(cè)系統(tǒng)數(shù)據(jù)采集模塊 I
第1章 緒論 1
1.1 液位監(jiān)測(cè)系統(tǒng)數(shù)據(jù)采集技術(shù)的發(fā)展 1
1.2 圖像數(shù)據(jù)采集技術(shù)在嵌入式中的應(yīng)用 2
第2章 數(shù)據(jù)采集的理論基礎(chǔ) 4
2.1 圖像編碼 4
2.1.1 哈夫曼編碼的原理 5
2.1.2 哈夫曼編碼在圖像壓縮中的實(shí)現(xiàn) 6
2.2 算術(shù)編碼 10
第3章 數(shù)據(jù)采集的設(shè)計(jì)實(shí)現(xiàn) 12
3.1 JPEG圖像壓縮過(guò)程分析 12
3.1.1 前向DCT變換 12
3.1.2 量化 13
3.1.3 哈夫曼編碼 14
3.2 試驗(yàn)圖像數(shù)據(jù)的獲取 16
3.2.1 BMP圖像的格式 17
3.2.2 BMP圖像的翻轉(zhuǎn)和精簡(jiǎn)圖像文件的存儲(chǔ) 20
3.3 JPEG圖像壓縮的實(shí)現(xiàn) 20
第4章 數(shù)據(jù)采集程序的安裝與運(yùn)行 23
4.1 內(nèi)核的啟動(dòng) 23
4.2 程序的編譯 23
4.3 程序的運(yùn)行 23
小結(jié) 24
致謝 24
參考文獻(xiàn) 25
附錄A video 4 Linux 接口 26
1.ov511芯片的攝像頭和的zc301芯片的攝像頭: 26
2.ov511驅(qū)動(dòng)加載 26
附錄B zc301 驅(qū)動(dòng) 27
1 zc301 驅(qū)動(dòng) 27
2 Video4linux 27
參考文獻(xiàn)
[8] 科波特. LINUX 設(shè)備驅(qū)動(dòng)程序 中國(guó)電力出版社
[9] 孫紀(jì)坤,張小全. 嵌入式Linux 系統(tǒng)開(kāi)發(fā)技術(shù)詳解 —基于ARM 人民郵電出版社
[10] RandalE.Bryant David R.O’Hallaron. Computer Systems A Programmer’s Perspective 中國(guó)電力出版社
[12] 陳賾 ARM9 嵌入式技術(shù)及Linux高級(jí)實(shí)踐教程. 北京航空航天大學(xué)出版社
[13] 戴小鼠. 基于Video4Linux 的USB 攝像頭圖像采集實(shí)現(xiàn)
TA們正在看...
- 病歷書(shū)寫規(guī)范摘要.doc
- 癌痛規(guī)范化治療相關(guān)管理制度與職責(zé).doc
- 癌痛規(guī)范化治療試題.doc
- 白內(nèi)障手術(shù)操作規(guī)范及質(zhì)量控制標(biāo)準(zhǔn)版資料.doc
- 白內(nèi)障超聲乳化技術(shù)管理規(guī)范新.doc
- 百世匯通違禁品管理規(guī)范.doc
- 監(jiān)控立桿規(guī)格及施工規(guī)范附件.doc
- 監(jiān)理資料規(guī)范化管理的工作方法.doc
- 盒馬鮮生app文描管理規(guī)范圖片要求.doc
- 直發(fā)模式操作規(guī)范及流程.doc