【正文】
這些技術(shù)本身或其核心實(shí)際上也就是圖像分割技術(shù)。圖像分割質(zhì)量直接影響后續(xù)圖像處理的效果,甚至決定其成敗,因此,分割的方法和精確程度至關(guān)重要。它使得其后的圖像分析和識(shí)別等處理過(guò)程中所要處理的數(shù)據(jù)量大大減少了,同時(shí)又保留了有關(guān)圖像結(jié)構(gòu)特征的信息。圖像分割的結(jié)果是圖像特征提取和識(shí)別等圖像理解的基礎(chǔ),對(duì)圖像分割的研究一直是數(shù)字圖像處理技術(shù)的焦點(diǎn)和熱點(diǎn)。這些差別可能非常明顯,也可能十分細(xì)微,以至于人眼無(wú)法覺(jué)察。 Edge detection。 關(guān)鍵詞: 圖像分割 ; 閾值 ; 邊緣檢測(cè);區(qū)域生長(zhǎng) II ABSTRACT Digital image processing technology is an interdisciplinary field. With the continuous development of puter science and technology, image processing and analysis, gradually formed its own scientific the new treatment methods emerge in endlessly. Although its history is not long, but cause the extensive concern of all aspects of people. First of all, the visual is the most important human cognitive means, is the basis of the visual image, as a result, digital images bee the psychology, physiology, puter science, and many other scholars in the fields of effective tool for the study of visual perception. Secondly, the image processing in the military, remote sensing, meteorology and other large applications with growing demand. Digital image processing techniques were introduced in this paper with its the basic principle and main methods of image segmentation technology in the classic image segmentation algorithm for the more prehensive narration. Image segmentation is to divide the image into several specific area, unique quality and interested target technology and process are put forward. It is a key step from image processing to image analysis. Existing mainly in the following categories: threshold segmentation method, region segmentation, edge detection and segmentation method based on specific theory, etc. In this paper, based on MATLAB GUI knowledge display interface is established. It can be for image preprocessing, a variety of methods of segmentation,showing the gray level histogram and saving the segmentation of images. The text has used threshold method, the edge method and region extraction method has carried on the simulation, the partition of the image are pared, the advantages and shortings of all kinds of segmentation are discussed. Experiments show that no one approach is general theory of segmentation, therefore we has proposed segmentation algorithm is mostly directed at specific issues. There is not a general segmentation algorithm that is suitable for all images. But it can be seen that image segmentation method is moving toward more rapid, more accurate direction, through a variety of new theory and new technology will continue to make a breakthrough and progress. Keywords: Image segmentation。 實(shí)驗(yàn)證明, 沒(méi)有一種方法是 通用 的 分割理論,因此現(xiàn)已提出的分割算法大都是針對(duì)具體問(wèn)題的,并沒(méi)有一種適合于所有圖像的通用的分割算法。本文根據(jù) MATLAB 的 GUI 相關(guān)知識(shí) 建立了顯示界面 , 可以對(duì)圖片進(jìn)行預(yù)處理、多種方法的分割、顯示灰度直方圖和保存分割的圖片。它是由圖像處理到圖像分析的關(guān)鍵步驟。 本文介紹了數(shù)字圖像處理技術(shù)中圖像分割技術(shù)的基本原理和主要方法, 對(duì)經(jīng)典的圖像分割算法進(jìn)行了較全面的敘述 。 首先,視覺(jué)是人類(lèi)最重要的感知手段,圖像又是視覺(jué)的基礎(chǔ),因此,數(shù)字圖像成為心理學(xué)、生理學(xué)、計(jì)算機(jī)科學(xué)等諸多領(lǐng)域內(nèi)的學(xué)者們研究視覺(jué)感知的有效工具。 大連海事大學(xué) 畢 業(yè) 論 文 二○ 一三 年 六 月 ┊┊┊┊┊┊┊裝┊┊┊┊┊┊┊訂┊┊┊┊┊┊┊線┊┊┊┊┊┊┊ 圖像區(qū)域分割算法設(shè)計(jì) 專(zhuān)業(yè)班級(jí): 20xx 級(jí)自 動(dòng)化 (2)班 姓 名: 邵 東東 指導(dǎo)教師: 申麗然 信息科學(xué)技術(shù)學(xué)院 I 摘 要 數(shù)字圖像處理技術(shù)是一個(gè)跨學(xué)科的領(lǐng)域。隨著計(jì)算機(jī)科學(xué)技術(shù)的不斷發(fā)展,圖像處理和分析逐漸形成了自己的科學(xué)體系,新的處理方法層出不窮,盡管其發(fā)展歷史不長(zhǎng),但卻引起各方面人士的廣泛關(guān)注。其次,圖像處理在軍事、遙感、氣象等大型應(yīng)用中有不斷增長(zhǎng)的需求。 圖像分割就是把圖像分成若干個(gè)特定的、具有獨(dú)特性質(zhì)的區(qū)域并提出感興趣目標(biāo)的技術(shù)和過(guò)程。 現(xiàn)有的圖像分割方法主要分以下幾類(lèi):基于閾值的分割方法、基于區(qū)域的分割方法、基于邊緣的分割方法以及基于特定理論的分割方法等 。 全文先后 用閾值法、 邊緣檢測(cè)法和區(qū)域提取法進(jìn)行了仿真,對(duì)分割出來(lái)的圖片加以比較,探討 各種分割法的優(yōu)點(diǎn)與不足。但是可以看出,圖像分割方法正朝著更 快速、更精確的方向發(fā)展,通過(guò)各種新理論和新技術(shù)結(jié)合將不斷取得突破和進(jìn)展。 Threshold。 Region growing III 目 錄 第 1 章 緒論 .................................................................................................................. 1 選題的背景及意義 ......................................................................................... 1 圖像分割的基本現(xiàn)狀 ........................................................................... 1 圖像分割技術(shù)的發(fā)展趨勢(shì) ................................................................... 2 本論文的主要工作及內(nèi)容安排 ..................................................................... 2 第 2 章 圖像分割技術(shù)綜述 .......................................................................................... 3 圖像分割基本概念 ......................................................................................... 3 基于閾值的分割方法 ........................................................................... 4 基于邊緣的分割方法 ........................................................................... 4 基于區(qū)域的分割方法 ........................................................................... 5 結(jié)合特定理論工具的分割方法 ........................................................... 5 灰度直方圖 ........................................................................................... 6 均值濾波 ............................................................................................... 6 GUI 簡(jiǎn)介 ......................................................................................................... 7 本章小結(jié) ......................................................................................................... 8 第 3 章 基于閾值的圖像分割方法的仿真實(shí)現(xiàn) .......................................................... 9 引言 ................................................................................................................. 9 直方圖雙峰法 ................................................................................................. 9 最大類(lèi)間方差法 ........................................................................................... 11 迭代法 ........................................................................................................... 12 本章小結(jié) ....................................................................................................... 13 第 4 章 基于邊緣的圖像分割方法的仿真實(shí)現(xiàn) ........................................................ 14 引言 .......................................