外文翻譯---圖像的邊緣檢測_第1頁
外文翻譯---圖像的邊緣檢測_第2頁
外文翻譯---圖像的邊緣檢測_第3頁
外文翻譯---圖像的邊緣檢測_第4頁
外文翻譯---圖像的邊緣檢測_第5頁
已閱讀5頁,還剩2頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

1、附:英文資料翻譯 圖像的邊緣檢測To image edge examination algorithm research academic reportAbstractDigital image processing took a relative quite young discipline, is following the computer technology rapid development, day by day obtains the widespread application.The edge took the image one kind of basic charact

2、eristic, in the pattern recognition, the image division, the image intensification as well as the image compression and so on in the domain has a more widespread application.Image edge detection method many and varied, in which based on brightness algorithm, is studies the time to be most long, the

3、theory develops the maturest method, it mainly is through some difference operator, calculates its gradient based on image brightness the change, thus examines the edge, mainly has Robert, Laplacian, Sobel, Canny, operators and so on LOG. First as a whole introduced digital image processing and the

4、edge detection survey, has enumerated several kind of at present commonly used edge detection technology and the algorithm, and selects two kinds to use Visual the C language programming realization, through withdraws the image result to two algorithms the comparison, the research discusses their go

5、od and bad points. 對圖像邊緣檢測算法的研究學術報告摘 要數(shù)字圖像處理作為一門相對比較年輕的學科, 伴隨著計算機技術的飛速發(fā)展, 日益得到廣泛的 應用 . 邊緣作為圖像的一種基本特征, 在圖像識別,圖像分割,圖像增強以及圖像壓縮等的領域中有較為廣泛的應用.圖像邊緣提取的手段多種多樣,其中基于亮度的算法,是研究時間最久,理論發(fā)展最成熟的方法, 它主要是通過一些差分算子, 由圖像的亮度計算其梯度的變化 , 從而檢測出邊緣, 主要有 Robert, Laplacian, Sobel, Canny, LOG 等算子 . 首先從總體上介紹了數(shù)字圖像處理及邊緣提取的概況, 列舉了幾種目前

6、常用的邊緣提取技術和算法 ,并選取其中兩種使用Visual C+ 語言編程實現(xiàn),通過對兩種算法所提取圖像結果的比較,研究探討它們的優(yōu)缺點.First chapter introduction 1.1 image edge examination introductionThe image edge is one of image most basic characteristics, often is carryingimage majority of informations.But the edge exists in the image irregular structure and i

7、n not the steady phenomenon, also namely exists in the signal point of discontinuity place, these spots have given the image outline position, these outlines are frequently we when the imagery processing needs the extremely important some representative condition, this needs us to examine and to wit

8、hdraw its edge to an image. But the edge examination algorithm is in the imagery processing question one of classical technical difficult problems, its solution carries on the high level regarding us the characteristic description,the recognition and the understanding and so on has the significant i

9、nfluence; Also because the edge examination all has in many aspects the extremely important use value, therefore how the people are devoting continuously instudy and solve the structure toleave have the good nature and the good effect edge examination operator question.Inthe usual situation, we may

10、the signal in singular point and the point of discontinuity thought is in the image peripheral point, its nearby gradation change situation may reflectfrom its neighboring picture element gradation distribution gradient. According to this characteristic, we proposed many kinds of edge examination op

11、erator: If Robert operator, Sobel operator, Prewitt operator, Laplace operator and so on.These methods many are wait for the processing picture element to carry on the gradation analysis for the central neighborhood achievement the foundation, realized and has already obtained the good processing ef

12、fect to the image edge extraction. . But this kind of method simultaneously also exists has the edge picture element width, the noise jamming is serious and so on the shortcomings, even if uses some auxiliary methods to perform the denoising, also correspondingcan bring the flaw which the edge fuzzy

13、 and so on overcomes withdifficulty.Alongwith the wavelet analysis appearance, its good time frequency partialcharacteristic by the widespread application in the imagery processing and in the pattern recognition domain, becomes in the signal processing the commonly used method andthe powerful tool.T

14、hrough the wavelet analysis, may interweave decomposes in the same place each kind of composite signal the different frequency the block signal, but carries on the edge examination through the wavelet transformation, may use its multi-criteria and the multi-resolution nature fully , real effective e

15、xpresses the image the edge characteristic.When the wavelet transformation criterion reduces, is more sensitive to theimage detail; But when the criterion increases, the image detail is filtered out, the examination edge will be only the thick outline.This characteristic is extremely useful in the p

16、attern recognition, we may be called this thick outline the image the main edge.If will be able an image main edge clear integrity extraction, this to the goal division, the recognition and so on following processing to bring the enormous convenience.Generally speaking, the above method all is the w

17、ork which does based on the image luminance information.In the multitudinous scientific research worker under, has obtained the very good effect diligently.But, because the image edge receives physical condition and so on the illumination influences quite to be big above, often enables many to have

18、a common shortcoming based on brightness edge detection method, that is the edge is not continual, does not seal up.Considered the phase information in the image importance as well as its stable characteristic, causes using the phase information to carry on the imagery processing into new research t

19、opic. In this paper soon introduces one kind based on the phase image characteristic examination method - - phase uniform method.It is not uses the image the luminance information, but is its phase characteristic, namely supposition image Fourier component phase most consistent spot achievement char

20、acteristic point.Not only it can examine brightness characteristics and so on step characteristic, line characteristic, moreover can examine Mach belt phenomenon which produces as a result of the human vision sensation characteristic.Because the phase uniformity does not need to carry on any supposi

21、tion to the image characteristic type, therefore it has the very strong versatility. 第一章 緒論 1.1 圖像邊緣檢測概論 圖像邊緣是圖像最基本的特征之一, 往往攜帶著一幅圖像的大部分信息. 而邊緣存在于圖像的 不規(guī)則結構和不平穩(wěn)現(xiàn)象中,也即存在于信號的突變點處,這些點給出了圖像輪廓的位置,這些輪 廓常常是我們在圖像處理時所需要的非常重要的一些特征條件, 這就需要我們對一幅圖像檢測并提取出它的邊緣. 而邊緣檢測算法則是圖像處理問題中經(jīng)典技術難題之一,它的解決對于我們進行高層次的特征描述, 識別和理解等有著重大

22、的影響; 又由于邊緣檢測在許多方面都有著非常重要的使用價值 , 所以人們一直在致力于研究和解決如何構造出具有良好性質及好的效果的邊緣檢測算子的問題.在通常情況下,我們可以將信號中的奇異點和突變點認為是圖像中的邊緣點,其附近灰度的變化情況可從它相鄰像素灰度分布的梯度來反映.根據(jù)這一特點,我們提出了多種邊緣檢測算子:如 Robert 算子 ,Sobel 算子 ,Prewitt 算子 ,Laplace 算子等 .這些方法多是以待處理像素為中心的鄰域作為進行灰度分析的基礎,實現(xiàn)對圖像 邊緣的提取并已經(jīng)取得了較好的處理效果. 但這類方法同時也存在有邊緣像素寬, 噪聲干擾較嚴重等缺點 , 即使采用一些輔助

23、的方法加以去噪,也相應的會帶來邊緣模糊等難以克服的缺陷.隨著小波分析的出現(xiàn), 其良好的時頻局部特性被廣泛的應用在圖像處理和模式識別領域中, 成為信號處理中常用的手段和有力的工具. 通過小波分析, 可以將交織在一起的各種混合信號分解成不同頻率的塊信號,而通過小波變換進行邊緣檢測,可以充分利用其多尺度和多分辨率的性質,真實有效的表達圖像的邊緣特征.當小波變換的尺度減小時,對圖像的細節(jié)更加敏感;而當尺度增大時,圖像的細節(jié)將被濾掉,檢測的邊緣只是粗輪廓.該特性在模式識別中非常有用,我們可以將此粗輪廓稱為圖像的主要邊緣.如果能將一個圖像的主要邊緣清晰完整的提取出來,這將對目標分割,識別等后續(xù)處理帶來極大

24、的便利.總的說來,以上方法都是基于圖像的亮度信息來作的工作. 在眾多科研工作者的努力下,取得了很好的效果 . 但是,由于圖像邊緣受到光照等物理條件的影響比較大, 往往使得以上諸多基于亮度的邊緣提取方法有著一個共同的缺點, 那就是邊緣不連續(xù), 不封閉 . 考慮到相位信息在圖像中的重要性以及其穩(wěn)定的特點, 使得利用相位信息進行圖像處理成為新的研究課題. 在本文中即將介紹一種基于相位的圖像特征檢測方法相位一致性方法 . 它并不是利用圖像的亮度信息,而是其相位特點,即假設圖像的傅立葉分量相位最一致的點作為特征點.它不但能檢 測到階躍特征, 線特征等亮度特征, 而且能夠檢測到由于人類視覺感知特性而產生的

25、的馬赫帶現(xiàn)象. 由于相位一致性不需要對圖像的特征類型進行任何假設,所以它具有很強的通用性 . 1.2 image edge definitionThe image majority main information all exists in the image edge, the main performance for the image partial characteristic discontinuity, is in the image the gradation change quite fierce place, also is the signal which we usua

26、lly said has the strange change place. The strange signal the gradation change which moves towards along the edge is fierce, usually we divide the edge for the step shape and the roof shape two kind of types (as shown in Figure 1-1).In the step edge two side grey levels have the obvious change;But t

27、he roof shape edge is located the gradation increase and the reduced intersection point.May portray the peripheral point in mathematics using the gradation derivative the change, to the step edge, the roof shape edge asks its step, the second time derivative separately. To an edge, has the possibili

28、ty simultaneously to have the step and the line edge characteristic. For example on a surface, changes from a plane to the normal direction different another plane can produce the step edge; If this surface has the edges and corners which the regular reflection characteristic also two planes form qu

29、ite to be smooth, then works as when edges and corners smooth surface normal after mirror surface reflection angle, as a result of the regular reflection component, can produce the bright light strip on the edges and corners smooth surface, such edge looked like has likely superimposed a line edge i

30、n the step edge. Because edge possible and in scene object important characteristic correspondence, therefore it is the very important image characteristic.For instance, an object outline usually produces the step edge, because the object image intensity is different with the background image intens

31、ity. 1.3 paper selected topic theory significanceThe paper selected topic originates in holds the important status and the function practical application topic in the image project.The so-called image project discipline is refers foundation discipline and so on mathematics, optics principles, the di

32、scipline which in the image application unifies which accumulates the technical background develops.The image project content is extremely rich, and so on divides into three levels differently according to the abstract degree and the research technique: Imagery processing, image analysis and image u

33、nderstanding.As shown in Figure 1-2, in the chart the image division is in between the image analysis and the imagery processing, its meaning is, the image division is from the imagery processing to the image analysis essential step, also is further understands the image the foundation. The image di

34、visionhas the important influence to the characteristic.The image division and based on the division goal expression, the characteristic extraction and the parameter survey and so on transforms the primitive image as a more abstract more compact form, causes the high-level image analysis and possibly understands into.But the edge examination is the image division core cont

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論