基于機(jī)器視覺(jué)的密封圈檢測(cè)系統(tǒng)研發(fā)
本文關(guān)鍵詞:基于機(jī)器視覺(jué)的密封圈檢測(cè)系統(tǒng)研發(fā) 出處:《廣東工業(yè)大學(xué)》2015年碩士論文 論文類(lèi)型:學(xué)位論文
更多相關(guān)文章: 機(jī)器視覺(jué) 密封圈 缺陷檢測(cè) Bresenham算法
【摘要】:密封圈在生產(chǎn)的過(guò)程中會(huì)出現(xiàn)尺寸誤差、表面缺陷等問(wèn)題,隨著自動(dòng)化生產(chǎn)水平的提高和生產(chǎn)規(guī)模的擴(kuò)大,采用傳統(tǒng)的人工檢測(cè)的方法已經(jīng)遠(yuǎn)遠(yuǎn)無(wú)法滿(mǎn)足生產(chǎn)需求。機(jī)器視覺(jué)具有非接觸、高效率和高精度的特點(diǎn),基于機(jī)器視覺(jué)的檢測(cè)方法是一種全新的方法。隨著科技的發(fā)展,采用機(jī)器視覺(jué)的方法來(lái)檢測(cè)密封圈缺陷,能大大提高密封圈的檢測(cè)效率與檢測(cè)精度,降低企業(yè)的生產(chǎn)成本。因此,本文結(jié)合實(shí)際的應(yīng)用,對(duì)基于機(jī)器視覺(jué)的密封圈檢測(cè)系統(tǒng)進(jìn)行了研究和開(kāi)發(fā),以實(shí)現(xiàn)對(duì)密封圈的缺陷檢測(cè)。本文首先對(duì)機(jī)器視覺(jué)檢測(cè)的理論和方法進(jìn)行了介紹,并對(duì)當(dāng)下密封圈檢測(cè)技術(shù)的技術(shù)背景和發(fā)展?fàn)顩r進(jìn)行了分析。接著根據(jù)密封圈實(shí)際的檢測(cè)要求,結(jié)合Bresenham算法設(shè)計(jì)了一套使用于密封圈缺陷檢測(cè)的算法,最后結(jié)合了軟件和硬件開(kāi)發(fā)了基于機(jī)器視覺(jué)的密封圈檢測(cè)系統(tǒng)。本文研究的主要內(nèi)容包括:對(duì)多種計(jì)算機(jī)的傳統(tǒng)畫(huà)線算法和Bresenham算法理論進(jìn)行了分析,并做了一個(gè)簡(jiǎn)單的程序?qū)Ρ葞追N算法的效率,證明了Bresenham在計(jì)算機(jī)硬件的實(shí)現(xiàn)上具有明顯的優(yōu)勢(shì),它與其它算法對(duì)比優(yōu)勢(shì)就是不需要進(jìn)行浮點(diǎn)運(yùn)算。對(duì)圖像二值化的理論進(jìn)行了學(xué)習(xí)和了解,并深入研究了Otsu閾值分割算法,并采用該算法對(duì)本文的密封圈原圖像進(jìn)行了二值化的處理。尺寸檢測(cè)方面,首先是對(duì)傳統(tǒng)的尺寸檢測(cè)算法作為了解、分析和對(duì)比,繼而本文的算法采用的是基于Bresenham算法設(shè)計(jì)出來(lái)的一種尺寸檢測(cè)方法。在缺陷檢測(cè)方面,介紹了幾種方法,并與本文設(shè)計(jì)的算法做對(duì)比,得出本文的算法具有效率高,誤檢率低的優(yōu)勢(shì)。在機(jī)器視覺(jué)系統(tǒng)的開(kāi)發(fā)中,選了合適的光源、相機(jī)和鏡頭等硬件搭建了密封圈檢測(cè)的實(shí)驗(yàn)平臺(tái);并使用VS2010作為軟件系統(tǒng)的開(kāi)發(fā)工具,用OpenCV作為圖像處理的函數(shù)庫(kù)編寫(xiě)了軟件,并給出了軟件的框架和處理的流程。通過(guò)實(shí)驗(yàn)的結(jié)果分析驗(yàn)證,本文所設(shè)計(jì)的基于機(jī)器視覺(jué)的密封圈檢測(cè)系統(tǒng)具有較高的效率和精度,為密封圈企業(yè)的自動(dòng)化檢測(cè)提供了技術(shù)指導(dǎo)。
[Abstract]:The size and surface defects of seal ring will occur during the production process. With the improvement of automatic production level and the expansion of production scale, the traditional manual detection method is far from enough to meet production needs. Machine vision has the characteristics of non - contact, high efficiency and high precision. The detection method based on machine vision is a new method. With the development of science and technology, the method of machine vision to detect the defects of sealing rings can greatly improve the detection efficiency and accuracy of seals, and reduce the production cost of enterprises. Therefore, in this paper, a seal ring detection system based on machine vision is studied and developed in order to detect the defects of the seal ring based on the practical application. This paper first introduces the theory and method of machine vision detection, and analyzes the technical background and development situation of the present seal ring detection technology. Then, according to the actual detection requirements of the seal ring, combined with the Bresenham algorithm, we designed a set of algorithm used to detect the defect of the sealing ring. Finally, combined with the software and hardware, we developed a machine vision based sealing ring detection system. The main contents of this paper include: the traditional painting on a variety of computer line algorithm and Bresenham algorithm are analyzed, and the efficiency of a simple program comparison of several algorithms, it is proved that Bresenham has obvious advantages in the realization of the computer hardware, it is compared with other algorithms does not require floating-point advantage. The theory of image two valued is studied and understood, and the algorithm of Otsu threshold segmentation is deeply studied. And the algorithm is applied to the original image of the seal ring in two valued way. In terms of size detection, the traditional size detection algorithm is first understood, analyzed and contrasted. Then, this algorithm adopts a size detection method based on Bresenham algorithm. In the aspect of defect detection, several methods are introduced and compared with the algorithms designed in this paper. The results show that the algorithm has the advantages of high efficiency and low error detection rate. In the development of the machine vision system, choose the appropriate light source, camera lens and other hardware experimental platform is built to detect the sealing ring; and use VS2010 as software development tools, using OpenCV as the image processing library to write the software, and gives the framework and software process. The experimental results show that the machine vision based sealing ring detection system designed in this paper has high efficiency and accuracy, which provides technical guidance for the automatic inspection of the sealing ring enterprises.
【學(xué)位授予單位】:廣東工業(yè)大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2015
【分類(lèi)號(hào)】:TP391.41;TB42
【相似文獻(xiàn)】
相關(guān)期刊論文 前10條
1 顏發(fā)根,劉建群,陳新,丁少華;機(jī)器視覺(jué)及其在制造業(yè)中的應(yīng)用[J];機(jī)械制造;2004年11期
2 ;誰(shuí)來(lái)為機(jī)器視覺(jué)買(mǎi)單?[J];現(xiàn)代制造;2005年21期
3 夏敏磊;郭斌;高鋒;;機(jī)器視覺(jué)中的采集技術(shù)研究[J];機(jī)電工程;2005年11期
4 張磊;羅翔;史金飛;;機(jī)器視覺(jué)實(shí)時(shí)問(wèn)題的對(duì)策與研究方法綜述[J];制造業(yè)自動(dòng)化;2006年06期
5 李劍琦;;機(jī)器視覺(jué)市場(chǎng)真的成熟了嗎?[J];現(xiàn)代制造;2007年12期
6 范祥;盧道華;王佳;;機(jī)器視覺(jué)在工業(yè)領(lǐng)域中的研究應(yīng)用[J];現(xiàn)代制造工程;2007年06期
7 趙茂程;侯文軍;;我國(guó)基于機(jī)器視覺(jué)的水果自動(dòng)分級(jí)技術(shù)及研究進(jìn)展[J];包裝與食品機(jī)械;2007年05期
8 ;第三屆深圳機(jī)器視覺(jué)研討會(huì)[J];現(xiàn)代制造;2008年25期
9 楊繼志;郭敬;;機(jī)器視覺(jué)在煙草行業(yè)的應(yīng)用[J];機(jī)電產(chǎn)品開(kāi)發(fā)與創(chuàng)新;2011年06期
10 溫兆麟;;機(jī)器視覺(jué)新技術(shù)在自動(dòng)表面檢測(cè)中的探討[J];廣州航海高等專(zhuān)科學(xué)校學(xué)報(bào);2011年04期
相關(guān)會(huì)議論文 前10條
1 趙磊;董吉文;李金屏;;拓?fù)淅碚撛跈C(jī)器視覺(jué)中的研究進(jìn)展[A];全國(guó)第十五屆計(jì)算機(jī)科學(xué)與技術(shù)應(yīng)用學(xué)術(shù)會(huì)議論文集[C];2003年
2 張彥東;;基于機(jī)器視覺(jué)的連接器裝配機(jī)床改造研究[A];首屆珠中江科協(xié)論壇論文集[C];2011年
3 蔡小秧;陳文楷;;機(jī)器視覺(jué)中的魯棒估計(jì)技術(shù)[A];計(jì)算機(jī)技術(shù)與應(yīng)用進(jìn)展·2007——全國(guó)第18屆計(jì)算機(jī)技術(shù)與應(yīng)用(CACIS)學(xué)術(shù)會(huì)議論文集[C];2007年
4 劉雅舉;李娜;張莉;李東明;;機(jī)器視覺(jué)在藥用玻璃瓶質(zhì)量檢測(cè)中的研究[A];2007年河北省電子學(xué)會(huì)、河北省計(jì)算機(jī)學(xué)會(huì)、河北省自動(dòng)化學(xué)會(huì)、河北省人工智能學(xué)會(huì)、河北省計(jì)算機(jī)輔助設(shè)計(jì)研究會(huì)、河北省軟件行業(yè)協(xié)會(huì)聯(lián)合學(xué)術(shù)年會(huì)論文集[C];2007年
5 吳慶華;代娜;黃俊敏;程志輝;何濤;;基于機(jī)器視覺(jué)的軸承二維尺寸檢測(cè)[A];第六屆全國(guó)信息獲取與處理學(xué)術(shù)會(huì)議論文集(1)[C];2008年
6 馬連峰;張秋菊;;基于機(jī)器視覺(jué)的彩色套印檢測(cè)技術(shù)研究[A];第十一屆全國(guó)包裝工程學(xué)術(shù)會(huì)議論文集(二)[C];2007年
7 金守峰;張慧;;面向機(jī)器視覺(jué)的織物緯斜檢測(cè)方法[A];全國(guó)先進(jìn)制造技術(shù)高層論壇暨第九屆制造業(yè)自動(dòng)化與信息化技術(shù)研討會(huì)論文集[C];2010年
8 管庶安;周龍;陳永強(qiáng);廖明潮;;機(jī)器視覺(jué)在糧食品質(zhì)檢測(cè)中的應(yīng)用研究[A];中國(guó)糧油學(xué)會(huì)第三屆學(xué)術(shù)年會(huì)論文選集(下冊(cè))[C];2004年
9 張偉華;陳軍;連世江;賈海政;;機(jī)器視覺(jué)及其在農(nóng)業(yè)機(jī)械中的應(yīng)用綜述[A];2007年中國(guó)農(nóng)業(yè)工程學(xué)會(huì)學(xué)術(shù)年會(huì)論文摘要集[C];2007年
10 沈?qū)殗?guó);陳樹(shù)人;尹建軍;;基于機(jī)器視覺(jué)的棉田雜草精確定位研究[A];紀(jì)念中國(guó)農(nóng)業(yè)工程學(xué)會(huì)成立30周年暨中國(guó)農(nóng)業(yè)工程學(xué)會(huì)2009年學(xué)術(shù)年會(huì)(CSAE 2009)論文集[C];2009年
相關(guān)重要報(bào)紙文章 前10條
1 本報(bào)記者 李劍琦;機(jī)器視覺(jué)行業(yè)整合正熱 中國(guó)市場(chǎng)尚處萌芽期[N];機(jī)電商報(bào);2005年
2 本報(bào)記者 董碧娟;解密機(jī)器視覺(jué)“第三只眼”[N];經(jīng)濟(jì)日?qǐng)?bào);2013年
3 本報(bào)記者 郭濤;機(jī)器視覺(jué):為機(jī)器裝上“眼睛”和“大腦”[N];中國(guó)高新技術(shù)產(chǎn)業(yè)導(dǎo)報(bào);2014年
4 張均;德國(guó)機(jī)器視覺(jué)傳感器市場(chǎng)前景好[N];中國(guó)貿(mào)易報(bào);2007年
5 金剛;給機(jī)器一雙慧眼[N];計(jì)算機(jī)世界;2007年
6 朱廣菁;機(jī)器視覺(jué)怎樣“看”不合格產(chǎn)品[N];大眾科技報(bào);2008年
7 宋昆;用機(jī)器視覺(jué)控制煙草質(zhì)量[N];計(jì)算機(jī)世界;2007年
8 張棟;西安光電子專(zhuān)業(yè)孵化器舉辦專(zhuān)業(yè)展覽會(huì)[N];中國(guó)高新技術(shù)產(chǎn)業(yè)導(dǎo)報(bào);2007年
9 王遐;機(jī)器視覺(jué):藥品包裝在線檢測(cè)系統(tǒng)開(kāi)發(fā)成功[N];中國(guó)包裝報(bào);2010年
10 點(diǎn)評(píng)人 高炎 黃牧青 劉笑一 李士杰 北京大學(xué)技術(shù)轉(zhuǎn)移中心;機(jī)器視覺(jué)輔助冬季道路狀況監(jiān)測(cè)[N];科技日?qǐng)?bào);2014年
相關(guān)博士學(xué)位論文 前10條
1 葛動(dòng)元;面向精密制造與檢測(cè)的機(jī)器視覺(jué)及智能算法研究[D];華南理工大學(xué);2013年
2 饒洪輝;基于機(jī)器視覺(jué)的作物對(duì)行噴藥控制系統(tǒng)研究[D];南京農(nóng)業(yè)大學(xué);2006年
3 龔愛(ài)平;基于嵌入式機(jī)器視覺(jué)的信息采集與處理技術(shù)研究[D];浙江大學(xué);2013年
4 陳麗君;基于機(jī)器視覺(jué)的變量噴霧控制系統(tǒng)研究[D];沈陽(yáng)農(nóng)業(yè)大學(xué);2009年
5 徐曉秋;機(jī)器視覺(jué)球面孔位快速精密測(cè)量系統(tǒng)的研究[D];四川大學(xué);2006年
6 成芳;稻種質(zhì)量的機(jī)器視覺(jué)無(wú)損檢測(cè)研究[D];浙江大學(xué);2004年
7 程洪;面向園藝應(yīng)用的機(jī)器視覺(jué)目標(biāo)辨識(shí)方法創(chuàng)新[D];中國(guó)農(nóng)業(yè)大學(xué);2015年
8 許海霞;機(jī)器視覺(jué)標(biāo)定與目標(biāo)檢測(cè)跟蹤方法及其應(yīng)用研究[D];湖南大學(xué);2011年
9 陳志國(guó);基于群體智能的機(jī)器視覺(jué)的關(guān)鍵技術(shù)研究[D];江南大學(xué);2010年
10 郝敏;基于機(jī)器視覺(jué)的馬鈴薯外部品質(zhì)檢測(cè)技術(shù)研究[D];內(nèi)蒙古農(nóng)業(yè)大學(xué);2009年
相關(guān)碩士學(xué)位論文 前10條
1 周金山;基于重組技術(shù)的機(jī)器視覺(jué)測(cè)量軟件系統(tǒng)[D];湖北工業(yè)大學(xué);2010年
2 馬連峰;基于機(jī)器視覺(jué)的彩色套印檢測(cè)技術(shù)研究[D];江南大學(xué);2007年
3 龍飛;基于機(jī)器視覺(jué)的燈檢機(jī)關(guān)鍵技術(shù)的研究[D];華中科技大學(xué);2008年
4 朱光;基于機(jī)器視覺(jué)的卡證識(shí)讀系統(tǒng)[D];合肥工業(yè)大學(xué);2010年
5 劉華冠;基于機(jī)器視覺(jué)的袋裝物料位姿自動(dòng)識(shí)別研究[D];濟(jì)南大學(xué);2011年
6 謝立;雙測(cè)點(diǎn)機(jī)器視覺(jué)玻殼產(chǎn)品動(dòng)態(tài)識(shí)別系統(tǒng)的開(kāi)發(fā)[D];天津科技大學(xué);2005年
7 王紅軍;基于機(jī)器視覺(jué)的文具檢測(cè)系統(tǒng)研究與實(shí)現(xiàn)[D];杭州電子科技大學(xué);2009年
8 許太;機(jī)器視覺(jué)在激光打標(biāo)中的應(yīng)用研究[D];長(zhǎng)春理工大學(xué);2011年
9 衡培銀;基于機(jī)器視覺(jué)的管狀藥型端面尺寸檢測(cè)研究[D];中北大學(xué);2014年
10 林小燕;基于機(jī)器視覺(jué)的色差檢測(cè)系統(tǒng)設(shè)計(jì)[D];華中科技大學(xué);2008年
,本文編號(hào):1338482
本文鏈接:http://www.sikaile.net/guanlilunwen/gongchengguanli/1338482.html