实例介绍
【实例简介】c#数字图像处理算法典型实例(光盘)
48种典型算法,涵盖C#数字图像处理的常用领域,50个典型实例,详细讲解其实现过程和实现效果,附赠《C#数字图像处理算法典型实例》全部源代码,可直接用于工程实践。 《C#数字图像处理算法典型实例》详细讲解了C#...
文件清单
└── 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
│ │ ├── 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
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── 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
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── 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
│ │ ├── Backup
│ │ │ ├── gray
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── gray.csproj
│ │ │ │ ├── HiPerfTimer.cs
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── gray.sln
│ │ │ └── gray.suo
│ │ └── gray
│ │ ├── gray
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── gray.exe
│ │ │ │ ├── gray.exe.config
│ │ │ │ ├── gray.pdb
│ │ │ │ ├── gray.vshost.exe
│ │ │ │ ├── gray.vshost.exe.config
│ │ │ │ └── gray.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── gray.csproj
│ │ │ ├── gray.csproj.user
│ │ │ ├── HiPerfTimer.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── gray.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── gray.csproj.GenerateResource.Cache
│ │ │ │ │ ├── gray.exe
│ │ │ │ │ ├── gray.Form1.resources
│ │ │ │ │ ├── gray.pdb
│ │ │ │ │ ├── gray.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 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
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── 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
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── 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
│ │ │ │ └── Thumbs.db
│ │ │ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── 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
│ │ │ │ │ └── TempPE
│ │ │ │ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── 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
│ │ │ │ ├── Refactor
│ │ │ │ ├── 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
│ │ │ │ └── TempPE
│ │ │ └── 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
120 directories, 589 files
48种典型算法,涵盖C#数字图像处理的常用领域,50个典型实例,详细讲解其实现过程和实现效果,附赠《C#数字图像处理算法典型实例》全部源代码,可直接用于工程实践。 《C#数字图像处理算法典型实例》详细讲解了C#...
【实例截图】
文件清单
└── 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
│ │ ├── 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
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── 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
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── 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
│ │ ├── Backup
│ │ │ ├── gray
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── gray.csproj
│ │ │ │ ├── HiPerfTimer.cs
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── gray.sln
│ │ │ └── gray.suo
│ │ └── gray
│ │ ├── gray
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── gray.exe
│ │ │ │ ├── gray.exe.config
│ │ │ │ ├── gray.pdb
│ │ │ │ ├── gray.vshost.exe
│ │ │ │ ├── gray.vshost.exe.config
│ │ │ │ └── gray.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── gray.csproj
│ │ │ ├── gray.csproj.user
│ │ │ ├── HiPerfTimer.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── gray.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── gray.csproj.GenerateResource.Cache
│ │ │ │ │ ├── gray.exe
│ │ │ │ │ ├── gray.Form1.resources
│ │ │ │ │ ├── gray.pdb
│ │ │ │ │ ├── gray.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 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
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── 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
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── 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
│ │ │ │ └── Thumbs.db
│ │ │ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── 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
│ │ │ │ │ └── TempPE
│ │ │ │ ├── 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
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── 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
│ │ │ │ ├── Refactor
│ │ │ │ ├── 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
│ │ │ │ └── TempPE
│ │ │ └── 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
120 directories, 589 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论