前言第1章 圖像處理基礎 1.1 圖像概念 1.1.1 圖像及其分類 1.1.2 采樣與量化 1.2 圖像軟件 1.3 圖像表示 1.3.1 像素坐標 1.3.2 空間坐標 1.4 圖像輸入與輸出 1.4.1 圖像讀入 1.4.2 圖像寫出 1.4.3 圖像顯示 1.5 數(shù)據類型及其轉換 1.5.1 數(shù)據類型 1.5.2 數(shù)據類型轉換 1.6 圖像類型及其轉換 1.6.1 圖像類型 1.6.2 圖像類型轉換 1.7 顏色模型及其轉換 1.7.1 rgb模型 1.7.2 hsv模型及其轉換 1.7.3 yiq/ntsc模型及其轉換 1.7.4 ycbcr模型及其轉換 1.8 圖像格式及其轉換第2章 圖像運算 2.1 幾何運算 2.1.1 圖像插值 2.1.2 圖像平移 2.1.3 圖像縮放 2.1.4 圖像旋轉 2.1.5 圖像剪切 2.2 算術運算 2.2.1 圖像相加 2.2.2 圖像相減 2.2.3 絕對差值 2.2.4 圖像相乘 2.2.5 圖像相除 2.2.6 圖像線性組合 2.3 卷積與相關運算 2.3.1 圖像卷積 2.3.2 圖像相關 2.3.3 卷積和相關應用第3章 圖像變換 3.1 傅里葉變換 3.1.1 連續(xù)傅里葉變換 3.1.2 傅里葉變換性質 3.1.3 離散傅里葉變換 3.1.4 快速傅里葉變換 3.1.5 離散傅里葉變換算法 3.1.6 離散傅里葉變換應用 3.2 余弦變換 3.2.1 離散余弦變換 3.2.2 離散余弦變換算法 3.2.3 離散余弦變換應用 3.3 小波變換 3.3.1 連續(xù)小波變換 3.3.2 離散小波變換 3.3.3 離散小波變換算法 3.3.4 離散小波變換應用第4章 圖像降噪 4.1 空域平滑濾波 4.1.1 均值濾波 4.1.2 中值濾波 4.1.3 自適應濾波 4.2 頻域低通濾波 4.2.1 理想低通濾波 4.2.2 巴特沃斯低通濾波 4.2.3 指數(shù)低通濾波 4.3 同態(tài)低通濾波 4.3.1 同態(tài)低通濾波原理 4.3.2 同態(tài)低通濾波應用 4.4 小波低通濾波 4.4.1 小波低通濾波原理 4.4.2 小波低通濾波算法 4.4.3 小波低通濾波應用第5章 圖像增強 5.1 直方圖變換 5.1.1 直方圖 5.1.2 直方圖均衡化 5.1.3 直方圖自適應均衡 5.2 灰度變換 5.2.1 線性變換 5.2.2 非線性變換 5.2.3 灰度變換算法 5.3 空域濾波 5.3.1 空域平滑濾波 5.3.2 空域銳化濾波 5.4 頻域濾波 5.4.1 頻域低通濾波 5.4.2 頻域高通濾波第6章 圖像分割 6.1 閾值分割 6.1.1 閩值分割原理 6.1.2 閾值確定方法 6.1.3 閾值分割應用 6.2 邊緣檢測與邊界跟蹤 6.2.1 邊緣檢測 6.2.2 邊界跟蹤第7章 圖像恢復與再現(xiàn) 7.1 圖像恢復 7.1.1 圖像恢復原理 7.1.2 圖像恢復算法 7.1.3 圖像恢復應用 7.2 圖像再現(xiàn) 7.2.1 數(shù)字全息再現(xiàn)原理 7.2.2 數(shù)字全息再現(xiàn)應用第8章 圖像配準與相關 8.1 圖像配準 8.1.1 圖像配準原理 8.1.2 圖像配準算法 8.1.3 圖像配準應用 8.2 圖像相關 8.2.1 數(shù)字散斑相關原理 8.2.2 數(shù)字散斑相關應用第9章 圖像形態(tài)運算 9.1 集合概念 9.2 結構元素 9.2.1 結構元素形成 9.2.2 結構元素分解 9.3 膨脹和腐蝕 9.3.1 膨脹和腐蝕原理 9.3.2 圖像邊界處理 9.3.3 膨脹和腐蝕算法 9.3.4 膨脹和腐蝕應用 9.4 開啟和閉合 9.4.1 開啟和閉合原理 9.4.2 開啟和閉合算法 9.4.3 開啟和閉合應用附錄ⅰ 常用基本函數(shù) ⅰ.1 language fundamentals ⅰ.1.1 entering commands ⅰ.1.2 matrices and arrays ⅰ.1.3 operators and elementary operations ⅰ.1.4 special characters ⅰ.1.5 data types ⅰ.1.6 dates and time ⅰ.2 mathematics ⅰ.2.1 elementary math ⅰ.2.2 linear algebra ⅰ.2.3 statistics and random numbers ⅰ.2.4 interpolation ⅰ.2.5 fourier analysis and filtering ⅰ.3 graphics ⅰ.3.1 2-d and 3-d plots ⅰ.3.2 formatting and annotation ⅰ.3.3 images ⅰ.3.4 printing and exporting ⅰ.3.5 graphics objects ⅰ.4 programming scripts and functions ⅰ.4.1 control flow ⅰ.4.2 scripts ⅰ.4.3 functions ⅰ.4.4 debugging ⅰ4.5 coding and productivity tips ⅰ.4.6 programming utilities ⅰ.5 data and file management ⅰ.5.1 workspace variables ⅰ.5.2 data import and export附錄ⅱ 圖像處理函數(shù) ⅱ.1 import, export, and conversion ⅱ.1.1 basic import and export ⅱ.1.2 scientific file formats ⅱ.1.3 high dynamic range images ⅱ.1.4 large image files ⅱ.1.5 image type conversion ⅱ.1.6 synthetic images ⅱ.2 display and exploration ⅱ.2.1 basic display ⅱ.2.2 interactive exploration with the image viewer app ⅱ.2.3 build interactive tools ⅱ.3 geometric transformation, spatial referencing, and image registration ⅱ.3.1 geometric transformations ⅱ.3.2 spatial referencing ⅱ.3.3 automatic registration ⅱ.3.4 control point registration ⅱ.4 image enhancement ⅱ.4.1 contrast adjustment ⅱ.4.2 image filtering ⅱ.4.3 morphological operations ⅱ.4.4 deblurring ⅱ.4.5 roi-based processing ⅱ.4.6 neighborhood and block processing ⅱ.4.7 image arithmetic ⅱ.5 image analysis ⅱ.5.1 object analysis ⅱ.5.2 region and image properties ⅱ.5.3 texture analysis ⅱ.5.4 image quality ⅱ.5.5 image segmentation ⅱ.5.6 image transforms ⅱ.6 color ⅱ.7 code generation附錄ⅲ 小波分析函數(shù) ⅲ.1 wavelets and filter banks ⅲ.1.1 real and complex-valued wavelets ⅲ.1.2 orthogonal and biorthogonal filter banks ⅲ.1.3 lifting ⅲ.1.4 wavelet design ⅲ.2 continuous wavelet analysis ⅲ.3 discrete wavelet analysis ⅲ.3.1 signal analysis ⅲ.3.2 image analysis ⅲ.3.3 3-d analysis ⅲ.3.4 multisignal analysis ⅲ.4 wavelet packet analysis ⅲ.5 denoising