【正文】
安徽建筑大學畢業(yè)設計(論文) I 畢 業(yè) 設 計 (論 文 ) 專 業(yè) 電子信息工程 班 級 學生姓名 學 號 課 題 數(shù)字圖像處理方法研究與實現(xiàn) —— 基于 VC++的圖像增強實現(xiàn) 指導教師 摘 要 圖像在傳送和轉(zhuǎn)換時 會造成圖像的某些降質(zhì),所以 有必要對 降質(zhì)的圖像進行改善處理。其中的一種方法是不考慮圖像質(zhì)量降低的原因,只 將圖像中感興趣的特征有選擇的突出,從而衰減次要信息。這種方法能夠提高圖像的可讀性,改善后的圖像不一定逼近原始圖像, 但能夠 突出目標的輪廓 、 衰減各種噪聲 、 將黑白圖像轉(zhuǎn)換成色彩圖形等。這類方法通常稱為圖像增強技術。 II 圖像增強技術通常有兩種方法:空間域法和頻率域法??臻g域法主要是在空間域中對圖像像素灰度值直接進行運算處理。 本文 圍繞空間域法, 對數(shù)字圖像的增強處理進行了研究, 著重介紹其中的直方圖、直方圖均衡化及圖像平滑處理中的鄰域平均和中值濾波。 并利用 VC++實現(xiàn) 上述方法對圖像的處理。 關鍵詞 : 圖像增強;直方圖;圖像 平滑;鄰域平均;中值濾波 III Abstract The image in the transmission and conversion cases will cause some blurred image, so, it is necessary for the image to have an improved treatment. One way is to not consider the reasons for degradation of image quality, the characteristics of the image selected outstanding, thereby attenuating less important information. This method can improve the readability of the image, the image after improvement is not necessarily approximate to the original image, such as highlighting the outline of the target, the attenuation of noise, the black and white images into color graphics. This kind of method is usually called the image enhancement technology. Image enhancement technology usually has two kinds of methods: spatial domain and frequency domain method. The spatial domain method is direct putation of pixel gray values in the spatial domain. This paper focuses on the spatial domain method, enhancement of digital image processing are studied, emphatically introduces the histogram equalization and histogram of image smoothing, neighborhood averaging and median filtering. And VC++ is used to realize the method for image processing. Keywords : Image Enhancement。 Histogram。 Image smooth。 Neighborhood averaging。 Median filtering IV 目 錄 摘 要 .............................................................. I Abstract .......................................................... III 1 緒論 .............................................................. 1 課題背景 ........................................................................................................... 1 圖像增強的研究及發(fā)展現(xiàn)狀 ........................................................................ 2 論文組織結(jié)構(gòu) ................................................................................................ 3 2 圖像增強的基本理論 ................................................ 4 數(shù)字圖像的基本理論 .................................................................................... 4 數(shù)字圖像的表示 ............................................................................................ 4 圖像的灰度 .................................................................................................... 4 灰度直方圖 .................................................................................................... 4 數(shù)字圖像增強概述 .......................................................................................... 4 圖像增強概述 .................................................................................................. 6 圖像增強的定義 ............................................................................................ 6 常用的圖像增強方法 .................................................................................... 6 圖像增強流程圖 ............................................................................................ 8 本章小結(jié) ........................................................................................................... 8 3 圖像增強方法與原理 ................................................ 9 直方圖變換 ...................................................................................................... 9 直方圖修正基礎 ............................................................................................ 9 直方圖均衡化 .............................................................................................. 10 圖像平滑 ........................................................................................................ 11 圖像平滑 ...................................................................................................... 11 鄰域平均 ...................................................................................................... 11 中值濾波 ...................................................................................................... 12 本章小結(jié) ......................................................................................................... 12 4 VC++ 以及圖像增強的實現(xiàn) ........................................ 13 VC++ 簡介 ................................................................................................. 13 VC++ 簡介 ............................................................................................. 13 開發(fā)環(huán)境 ............