天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁(yè) > 科技論文 > 軟件論文 >

基于OpenCV的智能相機(jī)設(shè)計(jì)與實(shí)踐

發(fā)布時(shí)間:2018-07-03 07:59

  本文選題:智能相機(jī) + 機(jī)器視覺(jué); 參考:《杭州電子科技大學(xué)》2016年碩士論文


【摘要】:隨著微電子與集成電路技術(shù)的不斷發(fā)展,機(jī)器視覺(jué)領(lǐng)域開(kāi)始從結(jié)構(gòu)復(fù)雜、體積大、成本高的傳統(tǒng)分體式機(jī)器視覺(jué)系統(tǒng)逐漸向著集成度更高、可靠性更高、能耗更小、成本更低、應(yīng)用開(kāi)發(fā)更便捷的智能相機(jī)系統(tǒng)進(jìn)行發(fā)展。目前,智能相機(jī)的價(jià)格較為昂貴,依賴(lài)進(jìn)口。本文提出了一種基于開(kāi)源項(xiàng)目的低成本機(jī)器視覺(jué)智能相機(jī)系統(tǒng)的設(shè)計(jì)方案,并且在實(shí)驗(yàn)室條件下設(shè)計(jì)并完成了智能相機(jī)的原型樣機(jī)。該智能相機(jī)基于嵌入式Linux開(kāi)源操作系統(tǒng)和開(kāi)源計(jì)算機(jī)視覺(jué)庫(kù)OPENCV(Open Source Computer Vision Library)項(xiàng)目,硬件方面采用基于BCM2835CPU的樹(shù)莓派(Raspberry Pi)開(kāi)源單板計(jì)算機(jī)。作者設(shè)計(jì)了智能相機(jī)的管理配置軟件,用戶(hù)可以在該配置軟件中按照被測(cè)目標(biāo)的圖像特點(diǎn)自主選擇并配置相關(guān)的圖像處理過(guò)程、IO輸入條件與輸出設(shè)置等,實(shí)現(xiàn)目標(biāo)圖像的采集、處理、分析、統(tǒng)計(jì)及IO輸出。該配置軟件采用C++編程語(yǔ)言設(shè)計(jì),利用QT嵌入式圖形用戶(hù)界面開(kāi)發(fā)包以及內(nèi)嵌移植后的開(kāi)源OPENCV視覺(jué)庫(kù)進(jìn)行開(kāi)發(fā)。此外,在圖像處理算法方面,作者研究了智能相機(jī)在圖像處理時(shí)所涉及到的基礎(chǔ)圖像處理算法,包括圖像濾波、邊緣檢測(cè)、霍夫變換等,并在傳統(tǒng)Canny邊緣檢測(cè)算子基礎(chǔ)上,提出了一種改進(jìn)的自適應(yīng)Canny算子。實(shí)驗(yàn)表明,相比傳統(tǒng)的Canny算子,本文改進(jìn)的Canny算子所檢測(cè)出的邊緣具有更好的連續(xù)性與單一邊緣響應(yīng)。尤其在噪聲環(huán)境中,其對(duì)于噪聲的抑制作用更好,具有更好的邊緣檢測(cè)效果。最后,作者在實(shí)驗(yàn)室條件下,以硬幣檢測(cè)實(shí)驗(yàn)與舵機(jī)搖臂角度測(cè)量實(shí)驗(yàn)為例,對(duì)智能相機(jī)管理配置軟件的功能與操作步驟進(jìn)行了說(shuō)明。在硬幣檢測(cè)實(shí)驗(yàn)中,實(shí)現(xiàn)了硬幣的計(jì)數(shù)統(tǒng)計(jì)并返回硬幣的圓心坐標(biāo),同時(shí)能夠較為準(zhǔn)確地測(cè)量硬幣的半徑,其平均誤差在0.1mm至0.2mm之間。在舵機(jī)搖臂角度測(cè)量實(shí)驗(yàn)中,實(shí)現(xiàn)對(duì)舵機(jī)搖臂的角度測(cè)量,測(cè)量的標(biāo)準(zhǔn)誤差為0.27度。實(shí)驗(yàn)表明,該智能相機(jī)具有集成度高、功能靈活、低成本等優(yōu)點(diǎn),且具有一定的測(cè)量精度,同時(shí)也驗(yàn)證了本文所提出的基于開(kāi)源項(xiàng)目的低成本智能相機(jī)設(shè)計(jì)方案的可行性。該智能相機(jī)開(kāi)源設(shè)計(jì)方案可以廣泛應(yīng)用于工業(yè)自動(dòng)化流水線(xiàn)現(xiàn)場(chǎng),可以代替人工進(jìn)行工件的邊緣檢測(cè)、幾何尺寸及角度檢測(cè)、目標(biāo)物的識(shí)別和計(jì)數(shù)統(tǒng)計(jì)等,相機(jī)的內(nèi)置IO接口可以與機(jī)器視覺(jué)光源或分揀系統(tǒng)進(jìn)行通信。開(kāi)源的軟件接口使智能相機(jī)可進(jìn)行更為復(fù)雜的視覺(jué)項(xiàng)目開(kāi)發(fā)。
[Abstract]:With the continuous development of microelectronics and integrated circuit technology, the field of machine vision begins to become more integrated, more reliable, less energy consumption and lower cost from the traditional discrete machine vision system with complex structure, large volume and high cost. Application and development of a more convenient intelligent camera system for development. At present, smart cameras are more expensive and rely on imports. In this paper, a low cost machine vision intelligent camera system based on open source project is proposed, and the prototype of the intelligent camera is designed and completed under the condition of laboratory. The intelligent camera is based on the embedded Linux open source operating system and the Open Source computer Vision Library project. In the hardware aspect, the Raspberry Pi open-source veneer computer based on BCM2835 CPU is used. The author designs the management and configuration software of the intelligent camera. The user can choose and configure the relevant image processing process, I / O input condition and output setting, according to the image characteristics of the target under test in the configuration software, so as to realize the acquisition of the target image. Processing, analysis, statistics and IO output. The configuration software is designed with C programming language. The QT embedded graphical user interface development kit and the open source openCV visual library after embedded transplantation are used to develop the configuration software. In addition, in the aspect of image processing algorithm, the author studies the basic image processing algorithms involved in the intelligent camera image processing, including image filtering, edge detection, Hough transform and so on, and based on the traditional Canny edge detection operator. An improved adaptive Canny operator is proposed. Experimental results show that the improved Canny operator has better continuity and single edge response than the traditional Canny operator. Especially in the noise environment, the noise suppression effect is better and the edge detection effect is better. Finally, taking the experiment of coin detection and angle measurement of steering gear rocker arm as an example, the author explains the function and operation steps of the intelligent camera management configuration software. In the coin detection experiment, the coin count statistics is realized and the center-coordinate of the coin is returned. At the same time, the radius of the coin can be measured accurately, and the average error is between 0.1mm and 0.2mm. In the experiment of angle measurement of steering gear rocker arm, the angle measurement of steering gear rocker arm is realized. The standard error of measurement is 0.27 degrees. The experiments show that the intelligent camera has the advantages of high integration, flexible function, low cost and so on, and has certain measuring accuracy. At the same time, it also verifies the feasibility of the low cost intelligent camera design scheme based on the open source project proposed in this paper. The open source design of the intelligent camera can be widely used in the industrial automation pipeline field. It can replace manual work piece edge detection, geometric dimension and angle detection, object recognition and counting statistics, etc. The camera's built-in IO interface can communicate with machine vision light sources or sorting systems. Open source software interfaces allow smart cameras to be developed for more complex visual projects.
【學(xué)位授予單位】:杭州電子科技大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2016
【分類(lèi)號(hào)】:TP391.41;TB852.1

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 Steve Zhu;潘津;葉敏;方志斌;楊森;;引領(lǐng)潮流的智能相機(jī)[J];現(xiàn)代制造;2007年01期

2 ;優(yōu)納科技智能相機(jī)[J];交通標(biāo)準(zhǔn)化;2010年22期

3 ;優(yōu)納科技智能相機(jī)[J];交通標(biāo)準(zhǔn)化;2010年20期

4 孫長(zhǎng)勝;吳云峰;張傳義;劉寧文;賴(lài)東寅;;智能相機(jī)發(fā)展及其關(guān)鍵技術(shù)[J];電子設(shè)計(jì)工程;2010年11期

5 ;黑白智能相機(jī)的代表[J];現(xiàn)代制造;2006年06期

6 ;MM環(huán)球通[J];現(xiàn)代制造;2007年33期

7 ;新產(chǎn)品信息與動(dòng)態(tài)[J];儀表技術(shù);2008年01期

8 裴志軍;曹繼華;張?bào)K祥;;嵌入式機(jī)器視覺(jué)中的智能相機(jī)技術(shù)[J];天津工程師范學(xué)院學(xué)報(bào);2008年02期

9 蘇鋒;;智能相機(jī)任重道遠(yuǎn)——兩款安卓系統(tǒng)數(shù)碼相機(jī)使用感受[J];微電腦世界;2013年01期

10 吳廷琪;;混合交通流智能相機(jī)系統(tǒng)初探[J];科技與企業(yè);2013年14期

相關(guān)會(huì)議論文 前1條

1 周燦林;李勇;賈帥帥;楊允鑫;黃詳嶺;;基于智能相機(jī)的圓形玻璃瓶在線(xiàn)檢測(cè)系統(tǒng)[A];第十三屆全國(guó)實(shí)驗(yàn)力學(xué)學(xué)術(shù)會(huì)議論文摘要集[C];2012年

相關(guān)重要報(bào)紙文章 前2條

1 宋昆;兩類(lèi)機(jī)器視覺(jué)系統(tǒng)的比較[N];計(jì)算機(jī)世界;2007年

2 Maria Doyle;DALSA隆重推出代表最新代機(jī)器視覺(jué)技術(shù)的智能相機(jī)[N];中國(guó)包裝報(bào);2009年

相關(guān)博士學(xué)位論文 前1條

1 肖傳偉;智能相機(jī)的設(shè)計(jì)研究[D];中國(guó)科學(xué)院研究生院(長(zhǎng)春光學(xué)精密機(jī)械與物理研究所);2006年

相關(guān)碩士學(xué)位論文 前10條

1 楊豐桓;基于智能相機(jī)的泡罩藥品缺陷在線(xiàn)檢測(cè)技術(shù)研究[D];華中科技大學(xué);2014年

2 周爽;基于DM6467的智能相機(jī)軟件技術(shù)研究[D];華中科技大學(xué);2014年

3 劉澤桂;工業(yè)智能相機(jī)圖形化編程工具的研究[D];華南理工大學(xué);2016年

4 陳劍東;基于可重構(gòu)計(jì)算的智能相機(jī)關(guān)鍵技術(shù)的研究[D];華南理工大學(xué);2016年

5 靳璞磊;基于智能相機(jī)和工業(yè)機(jī)器人的自動(dòng)分揀技術(shù)研究[D];南京航空航天大學(xué);2016年

6 夏高裕;基于OpenCV的智能相機(jī)設(shè)計(jì)與實(shí)踐[D];杭州電子科技大學(xué);2016年

7 李金晶;智能相機(jī)相關(guān)技術(shù)的研究[D];天津大學(xué);2009年

8 謝坤志;基于FPGA的低功耗實(shí)時(shí)Smart Camera平臺(tái)的小型化實(shí)現(xiàn)和雙目視覺(jué)應(yīng)用[D];北京交通大學(xué);2014年

9 于海艷;關(guān)于智能相機(jī)的低碳設(shè)計(jì)研究[D];吉林大學(xué);2014年

10 陳波;基于異面直線(xiàn)夾角激光檢測(cè)系統(tǒng)的智能相機(jī)研究[D];天津大學(xué);2012年

,

本文編號(hào):2092959

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/2092959.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶(hù)d8b45***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com
亚洲黄色在线观看免费高清| 久久国产亚洲精品成人| 亚洲第一香蕉视频在线| 亚洲熟女少妇精品一区二区三区| 国产女同精品一区二区| 欧美日韩有码一二三区| 亚洲天堂一区在线播放| 激情五月综五月综合网| 国产日韩欧美国产欧美日韩| 色婷婷亚洲精品综合网| 久热99中文字幕视频在线| 国产欧洲亚洲日产一区二区| 色婷婷久久五月中文字幕| 亚洲欧美黑人一区二区| 樱井知香黑人一区二区| 亚洲国产成人精品一区刚刚| 成人精品日韩专区在线观看 | 久久亚洲国产视频三级黄| 精品人妻一区二区三区四区久久| 亚洲视频在线观看免费中文字幕| 激情亚洲内射一区二区三区| 少妇福利视频一区二区| 偷拍洗澡一区二区三区| 千仞雪下面好爽好紧好湿全文| 五月婷日韩中文字幕四虎| 国产亚洲欧美一区二区| 欧美日本精品视频在线观看| 久久午夜福利精品日韩| 亚洲欧洲精品一区二区三区| 加勒比系列一区二区在线观看| 激情偷拍一区二区三区视频| 邻居人妻人公侵犯人妻视频| 福利一区二区视频在线| 激情亚洲一区国产精品久久| 深夜福利亚洲高清性感| 污污黄黄的成年亚洲毛片| 欧美中文字幕日韩精品| 久久精品伊人一区二区| 一二区中文字幕在线观看| 亚洲精品国产第一区二区多人| 少妇一区二区三区精品|