实例介绍
第1章 绪论 1.1 数字图像处理概述 1.2 C#概述 1.2.1 C#特点 1.2.2 WinForm编程 1.2.3 GDI+ 1.3 补充说明 第2章 C#数字图像处理的3种方法 2.1 C#图像处理基础 2.1.1 Bitmap类 2.1.2 BitmapData类 2.1.3 Graphics类 2.2 彩色图像灰度化 2.3 彩色图像灰度化编程实例 2.3.1 使用图像 2.3.2 图像处理的3种方法 2.4 小结 第3章 点运算及直方图 3.1 灰度直方图 3.1.1 灰度直方图定义 3.1.2 灰度直方图编程实例 3.2 线性点运算 3.2.1 线性点运算定义 3.2.2 线性点运算编程实例 3.3 全等级直方图灰度拉伸 3.3.1 灰度拉伸定义 3.3.2 灰度拉伸编程实例 3.4 直方图均衡化 3.4.1 直方图均衡化定义 3.4.2 直方图均衡化编程实例 3.5 直方图匹配 3.5.1 直方图匹配定义 3.5.2 直方图匹配编程实例 3.6 小结 第4章 几何运算 4.1 图像平移 4.1.1 图像平移定义 4.1.2 图像平移编程实例 4.2 图像镜像 4.2.1 图像镜像变换定义 4.2.2 图像镜像编程实现 4.3 图像缩放 4.3.1 图像缩放定义 4.3.2 灰度插值法 4.3.3 图像缩放编程实例 4.4 图像旋转 4.4.1 图像旋转定义 4.4.2 图像旋转编程实现 4.5 小结 第5章 数学形态学图像处理 5.1 图像腐蚀运算 5.1.1 图像腐蚀运算定义 5.1.2 图像腐蚀运算编程实例 5.2 图像膨胀运算 5.2.1 图像膨胀运算定义 5.2.2 图像膨胀运算编程实例 5.3 图像开运算与闭运算 5.3.1 图像开运算与闭运算定义 5.3.2 图像开运算编程实例 5.3.3 图像闭运算编程实例 5.4 击中击不中变换 5.4.1 击中击不中变换定义 5.4.2 击中击不中变换编程实例 5.5 小结 第6章 频率变换 6.1 二维离散傅里叶变换 6.2 快速傅里叶变换 6.2.1 快速傅里叶变换概述 6.2.2 快速傅里叶变换编程实例 6.3 幅度图像和相位图像 6.4 频率成分滤波 6.4.1 频率成分滤波原理 6.4.2 频率成分滤波编程实例 6.5 频率方位滤波 6.5.1 频率方位滤波原理 6.5.2 频率方位滤波编程实例 6.6 小结 第7章 图像平滑与去噪 7.1 噪声模型 7.1.1 噪声概述 7.1.2 噪声模型编程实例 7.2 均值滤波与中值滤波 7.2.1 均值滤波与中值滤波原理 7.2.2 均值滤波与中值滤波编程实例 7.3 灰度形态学滤波 7.3.1 灰度形态学原理 7.3.2 灰度形态学去噪原理 7.3.3 灰度形态学去噪编程实现 7.4 小波变换去噪 7.4.1 小波变换概述 7.4.2 小波变换去噪原理 7.4.3 小波变换去噪编程实例 7.5 高斯低通滤波 7.5.1 高斯低通滤波原理 7.5.2 高斯低通滤波编程实例 7.6 统计滤波 7.6.1 统计滤波原理 7.6.2 统计滤波编程实例 7.7 小结 第8章 边缘检测 8.1 模板算子法 8.1.1 模板算子法原理 8.1.2 模板算子法编程实例 8.2 高斯算子 8.2.1 高斯算子原理 8.2.2 高斯算子编程实例 8.3 Canny算子 8.3.1 Canny边缘检测原理 8.3.2 Canny算子编程实例 8.4 形态学边缘检测 8.4.1 形态学边缘检测原理 8.4.2 形态学边缘检测编程实例 8.5 小波变换边缘检测 8.5.1 小波变换边缘检测原理 8.5.2 小波变换边缘检测编程实例 8.6 金字塔方法 8.6.1 金字塔方法原理 8.6.2 金字塔方法编程实例 8.7 小结 第9章 图像分割 9.1 Hough变换 9.1.1 Hough变换原理 9.1.2 Hough变换编程实例 9.2 阈值法 9.2.1 自动阈值选择法原理 9.2.2 阈值分割法编程实例 9.3 特征空间聚类法 9.3.1 K-均值聚类法原理 9.3.2 ISODATA聚类法原理 9.3.3 特征空间聚类法编程实例 9.4 松弛迭代法 9.4.1 松弛迭代法原理 9.4.2 松弛迭代法编程实例 9.5 小结 第10章 图像压缩编码 10.1 哈夫曼编码 10.1.1 哈夫曼编码原理 10.1.2 哈夫曼编码编程实例 10.2 香农编码 10.2.1 香农编码原理 10.2.2 香农编码编程实例 10.3 香农-弗诺编码 10.3.1 香农-弗诺编码原理 10.3.2 香农-弗诺编码编程实例 10.4 行程编码 10.4.1 行程编码原理 10.4.2 行程编码编程实例 10.5 LZW编
【实例截图】
【核心代码】
C#数字图像处理算法.rar
└── C#数字图像处理算法
├── image
│ ├── 10
│ │ ├── dpcm.vsd
│ │ ├── LZW解码.bmp
│ │ ├── LZW运算对话框.bmp
│ │ ├── Thumbs.db
│ │ ├── 傅里叶变换编码对话框.bmp
│ │ ├── 傅里叶变换编码结果.bmp
│ │ ├── 哈夫曼编码.bmp
│ │ ├── 小波变换对话框.bmp
│ │ ├── 小波变换结果.bmp
│ │ ├── 行程解码.bmp
│ │ ├── 行程运算对话框.bmp
│ │ ├── 预测编码对话框.bmp
│ │ ├── 预测解码结果.bmp
│ │ ├── 香农-弗诺编码.bmp
│ │ └── 香农编码.bmp
│ ├── 11
│ │ ├── HSI空间分量对话框.bmp
│ │ ├── HSI空间分量调整结果.bmp
│ │ ├── RGB空间分量对话框.bmp
│ │ ├── RGB空间分量调整结果.bmp
│ │ ├── Thumbs.db
│ │ ├── 传递函数.vsd
│ │ ├── 伪彩色处理对话框.bmp
│ │ ├── 平滑处理对话框.bmp
│ │ ├── 平滑处理结果.bmp
│ │ ├── 强度分层法.bmp
│ │ ├── 彩色图像分割对话框.bmp
│ │ ├── 彩色图像分割结果.bmp
│ │ ├── 彩色图像边缘检测对话框.bmp
│ │ ├── 彩色图像边缘检测结果.bmp
│ │ ├── 彩色空间对话框.bmp
│ │ ├── 灰度级彩色变换法.bmp
│ │ ├── 直方图均衡化对话框.bmp
│ │ ├── 直方图均衡化结果.bmp
│ │ ├── 锐化处理对话框.bmp
│ │ ├── 锐化处理结果.bmp
│ │ └── 饱和度分量图.bmp
│ ├── 2
│ │ ├── Thumbs.db
│ │ ├── 三种方法窗体.bmp
│ │ ├── 不安全代码.bmp
│ │ ├── 基本窗体.bmp
│ │ ├── 新建项目.bmp
│ │ ├── 显示图像.bmp
│ │ ├── 最终结果.bmp
│ │ ├── 添加新项.bmp
│ │ ├── 运行时间.bmp
│ │ └── 锁定数组的基本布局.vsd
│ ├── 3
│ │ ├── Thumbs.db
│ │ ├── 匹配.bmp
│ │ ├── 添加直方图窗体.bmp
│ │ ├── 灰度拉伸.bmp
│ │ ├── 灰度拉伸结果.bmp
│ │ ├── 直方图.bmp
│ │ ├── 直方图匹配原图.bmp
│ │ ├── 直方图匹配结果.bmp
│ │ ├── 直方图均衡化原图.bmp
│ │ ├── 直方图均衡化结果.bmp
│ │ ├── 线性点运算.bmp
│ │ └── 负片.bmp
│ ├── 4
│ │ ├── Thumbs.db
│ │ ├── 双线性插值.bmp
│ │ ├── 图像旋转.bmp
│ │ ├── 图像旋转对话框.bmp
│ │ ├── 图像缩放.bmp
│ │ ├── 平移原图像.bmp
│ │ ├── 平移后图像.bmp
│ │ ├── 平移对话框.bmp
│ │ ├── 最近邻插值.bmp
│ │ ├── 缩放对话框.bmp
│ │ ├── 镜像后图像.bmp
│ │ └── 镜像对话框.bmp
│ ├── 5
│ │ ├── images
│ │ │ ├── col3.jpg
│ │ │ ├── col5.jpg
│ │ │ ├── cross3.jpg
│ │ │ ├── cross5.jpg
│ │ │ ├── row3.jpg
│ │ │ ├── row5.jpg
│ │ │ ├── square3.jpg
│ │ │ └── square5.jpg
│ │ ├── Thumbs.db
│ │ ├── 二值原图.bmp
│ │ ├── 击中击不中原图.bmp
│ │ ├── 击中击不中结构元素.bmp
│ │ ├── 击中击不中结果.bmp
│ │ ├── 开运算.bmp
│ │ ├── 开运算结构元素.bmp
│ │ ├── 结构元素.vsd
│ │ ├── 腐蚀图像.bmp
│ │ ├── 腐蚀结构元素.bmp
│ │ ├── 膨胀图像.bmp
│ │ ├── 膨胀结构元素.bmp
│ │ └── 闭运算.bmp
│ ├── 6
│ │ ├── Thumbs.db
│ │ ├── 低通滤波.bmp
│ │ ├── 带通滤波.bmp
│ │ ├── 带阻滤波.bmp
│ │ ├── 带阻滤波对话框.bmp
│ │ ├── 幅度图像.bmp
│ │ ├── 掩码.vsd
│ │ ├── 方位滤波.bmp
│ │ ├── 相位图像.bmp
│ │ ├── 频域变换原图.bmp
│ │ ├── 频率方位滤波对话框.bmp
│ │ └── 高通滤波.bmp
│ ├── 7
│ │ ├── Thumbs.db
│ │ ├── 中值滤波结果.bmp
│ │ ├── 噪声模型.bmp
│ │ ├── 均值与中值.bmp
│ │ ├── 均值滤波结果.bmp
│ │ ├── 小波分解.bmp
│ │ ├── 小波变换.vsd
│ │ ├── 小波变换后图像.bmp
│ │ ├── 小波变换对话框.bmp
│ │ ├── 指数噪声.bmp
│ │ ├── 椒盐噪声.bmp
│ │ ├── 灰度形态学对话框.bmp
│ │ ├── 灰度形态学滤波.bmp
│ │ ├── 瑞利噪声.bmp
│ │ ├── 统计平滑方法对话框.bmp
│ │ ├── 统计方法滤波后图像.bmp
│ │ ├── 高斯噪声.bmp
│ │ ├── 高斯滤波后图像.bmp
│ │ └── 高斯滤波对话框.bmp
│ ├── 8
│ │ ├── Canny算子对话框.bmp
│ │ ├── Canny边缘检测结果.bmp
│ │ ├── gaussian_pyramid.GIF
│ │ ├── image_pyramid.GIF
│ │ ├── Kirsch边缘图像.bmp
│ │ ├── Laplacian2边缘图像.bmp
│ │ ├── laplacian_pyramid.GIF
│ │ ├── l模板算子.bmp
│ │ ├── Prewitt边缘图像.bmp
│ │ ├── Roberts边缘图像.bmp
│ │ ├── Sobel边缘图像.bmp
│ │ ├── Thumbs.db
│ │ ├── 小波变换对话框.bmp
│ │ ├── 小波变换结果.bmp
│ │ ├── 形态学边缘检测对话框.bmp
│ │ ├── 形态学边缘检测结果.bmp
│ │ ├── 未命名.GIF
│ │ ├── 边缘.vsd
│ │ ├── 金字塔对话框.bmp
│ │ ├── 金字塔结果.bmp
│ │ ├── 高斯模板.bmp
│ │ └── 高斯边缘图像.bmp
│ └── 9
│ ├── Hough变换原图.bmp
│ ├── Hough变换结果.bmp
│ ├── Thumbs.db
│ ├── 松弛迭代法对话框.bmp
│ ├── 松弛迭代法结果.bmp
│ ├── 空间聚类对话框.bmp
│ ├── 空间聚类法结果.bmp
│ ├── 阈值分割法.bmp
│ └── 阈值法分割结果.bmp
├── program
│ ├── 10
│ │ └── compression
│ │ ├── compression
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── compression.exe
│ │ │ │ ├── compression.pdb
│ │ │ │ └── compression.vshost.exe
│ │ │ ├── Complex.cs
│ │ │ ├── compression.csproj
│ │ │ ├── dpcmCode.cs
│ │ │ ├── dpcmCode.Designer.cs
│ │ │ ├── dpcmCode.resx
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── huffmanCode.cs
│ │ │ ├── huffmanCode.Designer.cs
│ │ │ ├── huffmanCode.resx
│ │ │ ├── lzwCode.cs
│ │ │ ├── lzwCode.Designer.cs
│ │ │ ├── lzwCode.resx
│ │ │ ├── obj
│ │ │ │ ├── compression.csproj.FileListAbsolute.txt
│ │ │ │ └── Debug
│ │ │ │ ├── compression.csproj.GenerateResource.Cache
│ │ │ │ ├── compression.dpcmCode.resources
│ │ │ │ ├── compression.exe
│ │ │ │ ├── compression.Form1.resources
│ │ │ │ ├── compression.huffmanCode.resources
│ │ │ │ ├── compression.lzwCode.resources
│ │ │ │ ├── compression.pdb
│ │ │ │ ├── compression.Properties.Resources.resources
│ │ │ │ ├── compression.rleCode.resources
│ │ │ │ ├── compression.shannonC.resources
│ │ │ │ ├── compression.shannonFannon.resources
│ │ │ │ ├── compression.transCode.resources
│ │ │ │ └── compression.wlTrans.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── rleCode.cs
│ │ │ ├── rleCode.Designer.cs
│ │ │ ├── rleCode.resx
│ │ │ ├── shannonC.cs
│ │ │ ├── shannonC.Designer.cs
│ │ │ ├── shannonC.resx
│ │ │ ├── shannonFannon.cs
│ │ │ ├── shannonFannon.Designer.cs
│ │ │ ├── shannonFannon.resx
│ │ │ ├── transCode.cs
│ │ │ ├── transCode.Designer.cs
│ │ │ ├── transCode.resx
│ │ │ ├── wlTrans.cs
│ │ │ ├── wlTrans.Designer.cs
│ │ │ └── wlTrans.resx
│ │ ├── compression.sln
│ │ └── compression.suo
│ ├── 11
│ │ └── color
│ │ ├── color
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── color.exe
│ │ │ │ ├── color.pdb
│ │ │ │ └── color.vshost.exe
│ │ │ ├── changeCom.cs
│ │ │ ├── changeCom.Designer.cs
│ │ │ ├── changeCom.resx
│ │ │ ├── color.csproj
│ │ │ ├── colorSpace.cs
│ │ │ ├── colorSpace.Designer.cs
│ │ │ ├── colorSpace.resx
│ │ │ ├── eColor.cs
│ │ │ ├── eColor.Designer.cs
│ │ │ ├── eColor.resx
│ │ │ ├── edgeColor.cs
│ │ │ ├── edgeColor.Designer.cs
│ │ │ ├── edgeColor.resx
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── color.csproj.FileListAbsolute.txt
│ │ │ │ └── Debug
│ │ │ │ ├── color.changeCom.resources
│ │ │ │ ├── color.colorSpace.resources
│ │ │ │ ├── color.csproj.GenerateResource.Cache
│ │ │ │ ├── color.eColor.resources
│ │ │ │ ├── color.edgeColor.resources
│ │ │ │ ├── color.exe
│ │ │ │ ├── color.Form1.resources
│ │ │ │ ├── color.pColor.resources
│ │ │ │ ├── color.pdb
│ │ │ │ ├── color.Properties.Resources.resources
│ │ │ │ ├── color.segColor.resources
│ │ │ │ ├── color.sharpColor.resources
│ │ │ │ └── color.smoothColor.resources
│ │ │ ├── pColor.cs
│ │ │ ├── pColor.Designer.cs
│ │ │ ├── pColor.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── segColor.cs
│ │ │ ├── segColor.Designer.cs
│ │ │ ├── segColor.resx
│ │ │ ├── sharpColor.cs
│ │ │ ├── sharpColor.Designer.cs
│ │ │ ├── sharpColor.resx
│ │ │ ├── smoothColor.cs
│ │ │ ├── smoothColor.Designer.cs
│ │ │ └── smoothColor.resx
│ │ ├── color.sln
│ │ └── color.suo
│ ├── 2
│ │ └── gray
│ │ ├── gray
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── gray.exe
│ │ │ │ ├── gray.pdb
│ │ │ │ └── gray.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── gray.csproj
│ │ │ ├── HiPerfTimer.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── gray.csproj.GenerateResource.Cache
│ │ │ │ │ ├── gray.exe
│ │ │ │ │ ├── gray.Form1.resources
│ │ │ │ │ ├── gray.pdb
│ │ │ │ │ └── gray.Properties.Resources.resources
│ │ │ │ ├── gray.csproj.FileListAbsolute.txt
│ │ │ │ └── gray.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── gray.sln
│ │ └── gray.suo
│ ├── 3
│ │ └── point operation
│ │ ├── point operation
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── point operation.exe
│ │ │ │ ├── point operation.pdb
│ │ │ │ └── point operation.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── histForm.cs
│ │ │ ├── histForm.Designer.cs
│ │ │ ├── histForm.resx
│ │ │ ├── linearPOForm.cs
│ │ │ ├── linearPOForm.Designer.cs
│ │ │ ├── linearPOForm.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── point operation.csproj.GenerateResource.Cache
│ │ │ │ │ ├── point operation.exe
│ │ │ │ │ ├── point_operation.Form1.resources
│ │ │ │ │ ├── point_operation.histForm.resources
│ │ │ │ │ ├── point_operation.linearPOForm.resources
│ │ │ │ │ ├── point operation.pdb
│ │ │ │ │ ├── point_operation.Properties.Resources.resources
│ │ │ │ │ └── point_operation.shapingForm.resources
│ │ │ │ ├── point operation.csproj.FileListAbsolute.txt
│ │ │ │ └── point operation.csproj.FileList.txt
│ │ │ ├── point operation.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── shapingForm.cs
│ │ │ ├── shapingForm.Designer.cs
│ │ │ └── shapingForm.resx
│ │ ├── point operation.sln
│ │ └── point operation.suo
│ ├── 4
│ │ └── geometry operations
│ │ ├── geometry operations
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── geometry operations.exe
│ │ │ │ ├── geometry operations.pdb
│ │ │ │ └── geometry operations.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── geometry operations.csproj
│ │ │ ├── mirror.cs
│ │ │ ├── mirror.Designer.cs
│ │ │ ├── mirror.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── geometry operations.csproj.GenerateResource.Cache
│ │ │ │ │ ├── geometry operations.exe
│ │ │ │ │ ├── geometry_operations.Form1.resources
│ │ │ │ │ ├── geometry_operations.mirror.resources
│ │ │ │ │ ├── geometry operations.pdb
│ │ │ │ │ ├── geometry_operations.Properties.Resources.resources
│ │ │ │ │ ├── geometry_operations.rotation.resources
│ │ │ │ │ ├── geometry_operations.translation.resources
│ │ │ │ │ └── geometry_operations.zoom.resources
│ │ │ │ ├── geometry operations.csproj.FileListAbsolute.txt
│ │ │ │ └── geometry operations.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── rotation.cs
│ │ │ ├── rotation.Designer.cs
│ │ │ ├── rotation.resx
│ │ │ ├── translation.cs
│ │ │ ├── translation.Designer.cs
│ │ │ ├── translation.resx
│ │ │ ├── zoom.cs
│ │ │ ├── zoom.Designer.cs
│ │ │ └── zoom.resx
│ │ ├── geometry operations.sln
│ │ └── geometry operations.suo
│ ├── 5
│ │ └── morphology
│ │ ├── morphology
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── images
│ │ │ │ │ ├── col3.jpg
│ │ │ │ │ ├── col5.jpg
│ │ │ │ │ ├── cross3.jpg
│ │ │ │ │ ├── cross5.jpg
│ │ │ │ │ ├── row3.jpg
│ │ │ │ │ ├── row5.jpg
│ │ │ │ │ ├── square3.jpg
│ │ │ │ │ └── square5.jpg
│ │ │ │ ├── morphology.exe
│ │ │ │ ├── morphology.pdb
│ │ │ │ └── morphology.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── hitmiss.cs
│ │ │ ├── hitmiss.Designer.cs
│ │ │ ├── hitmiss.resx
│ │ │ ├── morphology.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── morphology.csproj.GenerateResource.Cache
│ │ │ │ │ ├── morphology.exe
│ │ │ │ │ ├── morphology.Form1.resources
│ │ │ │ │ ├── morphology.hitmiss.resources
│ │ │ │ │ ├── morphology.pdb
│ │ │ │ │ ├── morphology.Properties.Resources.resources
│ │ │ │ │ └── morphology.struction.resources
│ │ │ │ ├── morphology.csproj.FileListAbsolute.txt
│ │ │ │ └── morphology.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── struction.cs
│ │ │ ├── struction.Designer.cs
│ │ │ └── struction.resx
│ │ ├── morphology.sln
│ │ └── morphology.suo
│ ├── 6
│ │ └── frequency
│ │ ├── frequency
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── frequency.exe
│ │ │ │ ├── frequency.pdb
│ │ │ │ ├── frequency.vshost.exe
│ │ │ │ └── image
│ │ │ │ ├── high.jpg
│ │ │ │ ├── low.jpg
│ │ │ │ └── mid.jpg
│ │ │ ├── Complex.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frequency.csproj
│ │ │ ├── granularity.cs
│ │ │ ├── granularity.Designer.cs
│ │ │ ├── granularity.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── frequency.csproj.GenerateResource.Cache
│ │ │ │ │ ├── frequency.exe
│ │ │ │ │ ├── frequency.Form1.resources
│ │ │ │ │ ├── frequency.granularity.resources
│ │ │ │ │ ├── frequency.orientation.resources
│ │ │ │ │ ├── frequency.pdb
│ │ │ │ │ └── frequency.Properties.Resources.resources
│ │ │ │ ├── frequency.csproj.FileListAbsolute.txt
│ │ │ │ └── frequency.csproj.FileList.txt
│ │ │ ├── orientation.cs
│ │ │ ├── orientation.Designer.cs
│ │ │ ├── orientation.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── frequency.sln
│ │ └── frequency.suo
│ ├── 7
│ │ └── smooth
│ │ ├── smooth
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── smooth.exe
│ │ │ │ ├── smooth.pdb
│ │ │ │ └── smooth.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── gauss.cs
│ │ │ ├── gauss.Designer.cs
│ │ │ ├── gauss.resx
│ │ │ ├── meanMedian.cs
│ │ │ ├── meanMedian.Designer.cs
│ │ │ ├── meanMedian.resx
│ │ │ ├── morphologic.cs
│ │ │ ├── morphologic.Designer.cs
│ │ │ ├── morphologic.resx
│ │ │ ├── noiseModel.cs
│ │ │ ├── noiseModel.Designer.cs
│ │ │ ├── noiseModel.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── smooth.csproj.GenerateResource.Cache
│ │ │ │ │ ├── smooth.exe
│ │ │ │ │ ├── smooth.Form1.resources
│ │ │ │ │ ├── smooth.gauss.resources
│ │ │ │ │ ├── smooth.meanMedian.resources
│ │ │ │ │ ├── smooth.morphologic.resources
│ │ │ │ │ ├── smooth.noiseModel.resources
│ │ │ │ │ ├── smooth.pdb
│ │ │ │ │ ├── smooth.Properties.Resources.resources
│ │ │ │ │ ├── smooth.stati.resources
│ │ │ │ │ └── smooth.wavelet.resources
│ │ │ │ ├── smooth.csproj.FileListAbsolute.txt
│ │ │ │ └── smooth.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── smooth.csproj
│ │ │ ├── stati.cs
│ │ │ ├── stati.Designer.cs
│ │ │ ├── stati.resx
│ │ │ ├── wavelet.cs
│ │ │ ├── wavelet.Designer.cs
│ │ │ └── wavelet.resx
│ │ ├── smooth.sln
│ │ └── smooth.suo
│ ├── 8
│ │ └── edge
│ │ ├── edge
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── edge.exe
│ │ │ │ ├── edge.pdb
│ │ │ │ └── edge.vshost.exe
│ │ │ ├── canny.cs
│ │ │ ├── canny.Designer.cs
│ │ │ ├── canny.resx
│ │ │ ├── edge.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── gaussian.cs
│ │ │ ├── gaussian.Designer.cs
│ │ │ ├── gaussian.resx
│ │ │ ├── glp.cs
│ │ │ ├── glp.Designer.cs
│ │ │ ├── glp.resx
│ │ │ ├── mask.cs
│ │ │ ├── mask.Designer.cs
│ │ │ ├── mask.resx
│ │ │ ├── morphologic.cs
│ │ │ ├── morphologic.Designer.cs
│ │ │ ├── morphologic.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── edge.canny.resources
│ │ │ │ │ ├── edge.csproj.GenerateResource.Cache
│ │ │ │ │ ├── edge.exe
│ │ │ │ │ ├── edge.Form1.resources
│ │ │ │ │ ├── edge.gaussian.resources
│ │ │ │ │ ├── edge.glp.resources
│ │ │ │ │ ├── edge.mask.resources
│ │ │ │ │ ├── edge.morphologic.resources
│ │ │ │ │ ├── edge.pdb
│ │ │ │ │ ├── edge.Properties.Resources.resources
│ │ │ │ │ ├── edge.wvl.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── edge.csproj.FileListAbsolute.txt
│ │ │ │ └── edge.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── wvl.cs
│ │ │ ├── wvl.Designer.cs
│ │ │ └── wvl.resx
│ │ ├── edge.sln
│ │ └── edge.suo
│ └── 9
│ └── segmentatioin
│ ├── segmentatioin
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── segmentatioin.exe
│ │ │ ├── segmentatioin.pdb
│ │ │ └── segmentatioin.vshost.exe
│ │ ├── cluster.cs
│ │ ├── cluster.Designer.cs
│ │ ├── cluster.resx
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── hough.cs
│ │ ├── hough.Designer.cs
│ │ ├── hough.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── segmentatioin.cluster.resources
│ │ │ │ ├── segmentatioin.csproj.GenerateResource.Cache
│ │ │ │ ├── segmentatioin.exe
│ │ │ │ ├── segmentatioin.Form1.resources
│ │ │ │ ├── segmentatioin.hough.resources
│ │ │ │ ├── segmentatioin.ORI.resources
│ │ │ │ ├── segmentatioin.pdb
│ │ │ │ ├── segmentatioin.Properties.Resources.resources
│ │ │ │ └── segmentatioin.thresholding.resources
│ │ │ └── segmentatioin.csproj.FileListAbsolute.txt
│ │ ├── ORI.cs
│ │ ├── ORI.Designer.cs
│ │ ├── ORI.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── segmentatioin.csproj
│ │ ├── thresholding.cs
│ │ ├── thresholding.Designer.cs
│ │ └── thresholding.resx
│ ├── segmentatioin.sln
│ └── segmentatioin.suo
└── 光盘介绍.txt
97 directories, 558 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论