




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、XXX大學郵電與信息工程學院畢業設計(論 文)外文翻譯文 獻 名MATLABapplicationinimage edge detection文 獻 譯 名MATLAB 在 圖 像 邊 緣 檢 測 中 的 應 用專 業 班 級學 號學 生 姓 名指 導 教 師指導教師職稱學 部 名 稱2012年5月15日英文資料翻譯MATLABapplicationinimage edge detectionMATLAB of the 1984 countries MathWorks company to market since, after 10 years of development, has bec
2、ome internationally recognized the best technology application software. MATLAB is not only a kind of direct, efficient computer language, and at the same time, a scientific computing platform, it for data analysis and data visualization, algorithm and application development to provide the most cor
3、e of math and advanced graphics tools. According to provide it with the more than 500 math and engineering function, engineering and technical personnel and scientific workers can integrated environment of developing or programming to complete their calculation.MATLAB software has very strong openne
4、ss and adapt to sex. Keep the kernel in under the condition of invariable, MATLAB is in view of the different application subject of launch corresponding Toolbox (Toolbox), has now launched image processing Toolbox, signal processing Toolbox, wavelet Toolbox, neural network Toolbox and communication
5、 tools box, etc multiple disciplines special kit, which would place of different subjects research work.MATLAB image processing kit is by a series of support image processing function from the composition, the support of the image processing operation: geometric operation area of operation and opera
6、tion; Linear filter and filter design; Transform (DCT transform); Image analysis and strengthened; Binary image manipulation, etc. Image processing tool kit function, the function can be divided into the following categories: image display; Image file input and output; Geometric operation; Pixels st
7、atistics; Image analysis and strengthened; Image filtering; Sex 2 d filter design; Image transformation; Fields and piece of operation; Binary image operation; Color mapping and color space transformation; Image types and type conversion; Kit acquiring parameters and Settings.1. Edge detection thisU
8、se computer image processing has two purposes: produce more suitable for human observation and identification of the images; Hope can by the automatic computer image recognition and understanding.No matter what kind of purpose to, image processing the key step is to contain a variety of scenery of d
9、ecomposition of image information. Decomposition of the end result is that break down into some has some kind of characteristics of the smallest components, known as the image of the yuan. Relative to the whole image of speaking, this the yuan more easily to be rapid processing.Image characteristics
10、 is to point to the image can be used as the sign of the field properties, it can be divided into the statistical features of the image and image visual, two types of levy. The statistical features of the image is to point to some people the characteristics of definition, through the transform to ge
11、t, such as image histogram, moments, spectrum, etc.; Image visual characteristics is refers to person visual sense can be directly by the natural features, such as the brightness of the area, and texture or outline, etc. The two kinds of characteristics of the image into a series of meaningful goal
12、or regional process called image segmentation.The image is the basic characteristics of edge, the edge is to show its pixel grayscale around a step change order or roof of the collection of those changes pixels. It exists in target and background, goals and objectives, regional and region, the yuan
13、and the yuan between, therefore, it is the image segmentation dependent on the most important characteristic that the texture characteristics of important information sources and shape characteristics of the foundation, and the image of the texture characteristics and the extraction of shape often d
14、ependent on image segmentation. Image edge extraction is also the basis of image matching, because it is the sign of position, the change of the original is not sensitive, and can be used for matching the feature points.The edge of the image is reflected by gray not continuity. Classic edge extracti
15、on method is investigation of each pixel image in an area of the gray change, use edge first or second order nearby directional derivative change rule, with simple method of edge detection, this method called edge detection method of local operators.The type of edge can be divided into two types: (1
16、) step representation sexual edge, it on both sides of the pixel gray value varies significantly different; (2) the roof edges, it is located in gray value from the change of increased to reduce the turning point. For order jump sexual edge, second order directional derivative in edge is zero cross;
17、 For the roof edges, second order directional derivative in edge take extreme value.If a pixel fell in the image a certain object boundary, then its field will become a gray level with the change. The most useful to change two features is the rate of change and the gray direction, they are in the ra
18、nge of the gradient vector and the direction to said. Edge detection operator check every pixel grayscale rate fields and evaluation, and also include to determine the directions of the most use based on directional derivative deconvolution method for masking.Digital image processing technique has b
19、een widely applied to the biomedical field, the use of computer image processing and analysis, and complete detection and recognition of cancer cells can help doctors make a diagnosis of tumor cancers. Need to be made in the identification of cancer cells, the quantitative results, the human eye is
20、difficult to accurately complete such work, and the use of computer image processing to complete the analysis and identification of the microscopic images have made great progress. In recent years, domestic and foreign medical images of cancer cells testing to identify the researchers put forward a
21、lot of theory and method for the diagnosis of cancer cells has very important meaning and practical value. Cell edge detection is the cell area of the number of roundness and color, shape and chromaticity calculation and the basis of the analysis their test results directly affect the analysis and d
22、iagnosis of the disease. Classical edge detection operators such as Sobel operator, Laplacian operator, each pixel neighborhood of the image gray scale changes to detect the edge. Although these operators is simple, fast, but there are sensitive to noise, get isolated or in short sections of a conti
23、nuous edge pixels, overlapping the adjacent cell edge defects, while the optimal threshold segmentation and contour extraction method of combining edge detection, obtained by the iterative algorithm for the optimal threshold for image segmentation, contour extraction algorithm, digging inside the ce
24、ll pixels, the last remaining part of the image is the edge of the cell, change the processing order of the traditional edge detection algorithm, by MATLAB programming, the experimental results that can effectively suppress the noise impact at the same time be able to objectively and correctly selec
25、t the edge detection threshold, precision cell edge detection.2. Edge detection of MATLABMATLAB image processing toolkit defines the edge () function is used to test the edge of gray image.(1) BW = edge (I, method), returns and I size binary image BW, including elements of 1 said is on the edge of t
26、he point, 0 means the edge points. Method for the following a string of:1) soble: the default value, with derivative Sobel edge detection approximate measure, to return to a maximum gradient edge;2) prewitt: with the derivative prewitt approximate edge detection, a maximum gradient to return to edge
27、;3) Roberts: with the derivative Roberts approximate edge detection margins, return to a maximum gradient edge;4) the log: use the Laplace operation gaussian filter to I carry filtering, through the looking for 0 intersecting detection of edge;5) zerocross: use the filter to designated I filter, loo
28、king for 0 intersecting detection of edge.(2) BW = edge (I, method, thresh) with thresh designated sensitivity threshold value, rather than the edge of all not thresh are ignored.(3) BW = edge (I, method thresh, direction, for soble and prewitt method specified direction, direction for string, inclu
29、ding horizontal level said direction; Vertical said to hang straight party; Both said the two directions (the default).(4) BW = edge (I, log, thresh, log sigma), with sigma specified standard deviation.(5) BW, thresh = edge (.), the return value of a function in fact have multiple ( BW and thresh ),
30、 but because the brace up with u said as a matrix, and so can be thought a return only parameters, which also shows the introduction of the concept of matrix MATLAB unity and superiority.3. Last wordMATLAB has strong image processing function, provide a simple function calls to realize many classic
31、image processing method. Not only is the image edge detection, in transform domain processing, image enhancement, mathematics morphological processing, and other aspects of the study, MATLAB can greatly improve the efficiency rapidly in the study of new ideas.MATLAB 在 圖 像 邊 緣 檢 測 中 的 應 用MATLAB自1984年
32、由國MathWorks公司推向市場以來,歷經十幾年的發展,現已成為國際公認的最優秀的科技應用軟件。MATLAB既是一種直觀、高效的計算機語言,同時又是一個科學計算平臺,它為數據分析和數據可視化、算法和應用程序開發提供了最核心的數學和高級圖形工具。根據它提供的500多個數學和工程函數, 工程技術人員和科學工作者可以在它的集成環境中交互或編程以完成各自的計算。 MATLAB軟件具有很強的開放性和適應 性。在保持內核不變的情況下,MATLAB 可以針對不同的應用學科推出相應的工具箱(Toolbox),目前已經推出了圖像處理工具箱、信號處理工具箱、小波工具箱、神經網絡工具箱以及通信工具 箱等多個學科的
33、專用工具箱,極大地方便了不同學科的研究工作。MATLAB的圖像處理工具包是由一系列支持圖像處理操作的函數組成的,所支持的圖像處理操作有:幾何操作區域操作和塊操作;線性濾波和濾波器設計;變換(DCT變換);圖像分析和增強;二值圖像操作等。圖像處理工具包的函數,按功能可以分為以下幾類:圖像顯示;圖像文件輸入與輸出;幾何操作;像素值統計;圖像分析與增強;圖像濾波; 性二維濾波器設計;圖像變換;領域和塊操作;二值圖像操作;顏色映射和顏色空間轉換;圖像類型和類型轉換;工具包參數獲取和設置等。與其他工具包一樣,用戶還可以根據需要書寫自己的 函數,以滿足特定的需要,也可以將這個工具包和信號處理工具包或小波工
34、具包等其他工具包聯合起來使用。1. 邊緣檢測概述利用計算機進行圖像處理有兩個目的:產生更適合人類觀察和識別的圖像;希望能由計算機自動識別和理解圖像。無論為了哪種目的,圖像處理中關鍵的一步就是對包含有大量各式各樣景物信息的圖像進行分解。分解的最終結果是被分解成一些具有某種特征的最小成分,稱為圖像的基元。相對于整幅圖像來說,這種基元更容易被快速處理。圖像的特征是指圖像場中可用作標志的屬性,它可以分為圖像的統計特征和圖像的視覺特 征兩類。圖像的統計特征是指一些人為定義的特征,通過變換才能得到,如圖像的直方圖、矩、頻譜等;圖像的視覺特征是指人的視覺可直接感 受到的自然特征,如區域的亮度、紋理或輪廓等。
35、利用這兩類特征把圖像分解成一系列有意義的目標或區域的過程稱為圖像的分割。圖像最基本的特征是邊緣,所謂邊緣是指其周圍像素灰度有階躍變化或屋頂變化的那些像素的集合。它存在于目標與背景、目標與目標、區域與區域、基元與基元之間,因此,它是圖像分割所依賴的最重要的特征,也是紋理特征的重要信息源和形狀特征的基礎,而圖像的紋理形狀特征的提取又常常要依賴于圖像分割。圖像的邊緣提取也是圖像匹配的基礎,因為它是位置的標志,對灰度的變化不敏感,可作為匹配的特征點。圖像的邊緣是由灰度不連續性所反映的。經典的邊緣提取方法是考察圖像的每個像素在某個區域內灰度的變化,利用邊緣鄰近一階或二階方向導數變化規律,用簡單的方法檢測
36、邊緣,這種方法稱為邊緣檢測局部算子法。邊緣的種類可以分為兩種:階躍性邊緣,它兩邊的像素的灰度值有顯著的不同;屋頂狀邊緣,它位于灰度值從增加到減少的變化轉折點。對于階躍性邊緣,二階方向導數在邊緣處呈零交叉;對于屋頂狀邊緣,二階方向導數在邊緣處取極值。如果一個像素落在圖像中某一個物體的邊界上,那么它的領域將成為一個灰度級的變化帶。對這種變化最有用的兩個特征是灰度的變化率和方向,它們分別以梯度向量的幅度和方向來表示。邊緣檢測算子檢查每個像素的領域并對灰度變化率進行量化,也包括方向的確定,大多數使用基于方向導數掩模求卷積的方法。數字圖像處理技術已被廣泛應用到生物醫學領域,運用計算機對圖像進行處理和分析,并進一步完成癌細胞的檢測與識別,能有效的協助醫生對腫瘤癌癥做出診斷。在識別癌細胞時,需要做出定量的結果,人眼很難準確的完成這類工
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年甘肅省武威市、嘉峪關市、臨夏州中考地理真題含答案
- 專業婚禮策劃與攝影服務合同
- 生物學細胞生物學概念考察
- 甲醇中試平臺建設的技術路線與工藝選擇分析
- 建設工程安全施工合同
- 加強黨組織在學校治理中的核心引領作用
- 英語聽說讀寫全方位訓練
- 2025年心理學與教育跨學科考研試題及答案
- 2025年藝術心理學基礎理論與實踐測試題及答案
- 2025年食品科學與工程研究生入學考試試卷
- 浙江省浙南名校聯盟2024-2025學年高二下學期4月期中生物試卷(含答案)
- 2025公需課《新質生產力與現代化產業體系》考核試題庫及答案
- 醫療供應鏈精細化管理保障藥品安全與供應策略
- 公司適用職業健康安全法律法規標準清單
- 種子萌發過程中的生物化學動態研究
- 外科創傷處理-包扎技術課件
- 小三斷絕關系協議合同
- 二級注冊計量師考試知識點大全2025
- 醫院護理清單式管理流程
- 2025云南省德宏州瑞麗市人民醫院合同制聘用人員招聘(2人)筆試參考題庫及答案解析
- 無人配送車輛故障診斷與維護-深度研究
評論
0/150
提交評論