在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 数字图像处理-Visual C#.Net 编程

数字图像处理-Visual C#.Net 编程

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:16.96M
  • 下载次数:9
  • 浏览次数:54
  • 发布时间:2023-09-10
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】数字图像处理-Visual C#.Net 编程
ch3 图像处理基础 ch4 图像几何变换 ch5 图像时频变换 ch6 图像增强 ch7 图像恢复 ch8 图像分割 ch9 图像特征与分析 ch10 图像形态学 ch11 模式识别 ch12 图像压缩 ch13 分形图像压缩 ch14 图像加密 ch15 图像水印

【实例截图】

from clipboard

【核心代码】

.
├── 好例子网_数字图像处理-VisualC#.Net编程与实验(光盘内容).rar
└── 数字图像处理-Visual C#.Net 编程与实验(光盘内容)
    ├── 源码及图像
    │   ├── ch1 概论
    │   │   ├── Introduction
    │   │   │   ├── Backup
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── Introduction.csproj
    │   │   │   │   ├── Introduction.sln
    │   │   │   │   ├── Introduction.suo
    │   │   │   │   ├── PGM.cs
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   └── RAW.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── Introduction.csproj
    │   │   │   ├── Introduction.sln
    │   │   │   ├── Introduction.suo
    │   │   │   ├── PGM.cs
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── RAW.cs
    │   │   │   ├── UpgradeLog.XML
    │   │   │   ├── _UpgradeReport_Files
    │   │   │   │   ├── UpgradeReport.css
    │   │   │   │   ├── UpgradeReport.xslt
    │   │   │   │   ├── UpgradeReport_Minus.gif
    │   │   │   │   └── UpgradeReport_Plus.gif
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── Introduction.exe
    │   │   │   │   │   ├── Introduction.pdb
    │   │   │   │   │   ├── Introduction.vshost.exe
    │   │   │   │   │   └── Introduction.vshost.exe.manifest
    │   │   │   │   └── Release
    │   │   │   │       ├── Introduction.exe
    │   │   │   │       └── Introduction.pdb
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── Introduction.Form1.resources
    │   │   │       │   ├── Introduction.Properties.Resources.resources
    │   │   │       │   ├── Introduction.csproj.FileListAbsolute.txt
    │   │   │       │   ├── Introduction.csproj.GenerateResource.Cache
    │   │   │       │   ├── Introduction.exe
    │   │   │       │   ├── Introduction.pdb
    │   │   │       │   └── TempPE
    │   │   │       │       └── Properties.Resources.Designer.cs.dll
    │   │   │       ├── Introduction.csproj.FileList.txt
    │   │   │       ├── Introduction.csproj.FileListAbsolute.txt
    │   │   │       └── Release
    │   │   │           ├── Introduction.Form1.resources
    │   │   │           ├── Introduction.Properties.Resources.resources
    │   │   │           ├── Introduction.csproj.FileListAbsolute.txt
    │   │   │           ├── Introduction.csproj.GenerateResource.Cache
    │   │   │           ├── Introduction.exe
    │   │   │           ├── Introduction.pdb
    │   │   │           └── TempPE
    │   │   │               └── Properties.Resources.Designer.cs.dll
    │   │   └── image
    │   │       ├── jpg_bmp_gif_tif
    │   │       │   ├── Baboo.jpg
    │   │       │   ├── Barbaraw.jpg
    │   │       │   ├── Lena.bmp
    │   │       │   ├── Lena.gif
    │   │       │   ├── Lena.jpg
    │   │       │   ├── Thumbs.db
    │   │       │   └── peppers.jpg
    │   │       ├── noised
    │   │       │   └── noisedLena.jpg
    │   │       ├── pgm
    │   │       │   ├── Baboo.pgm
    │   │       │   ├── Barbara.pgm
    │   │       │   ├── Lena.PGM
    │   │       │   ├── cat.pgm
    │   │       │   ├── goldhill.pgm
    │   │       │   └── peppers.pgm
    │   │       └── raw256
    │   │           ├── Baboo.raw
    │   │           ├── Lena.raw
    │   │           └── cat.raw
    │   ├── ch10 图像形态学
    │   │   ├── ImageMorph
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── ImageMorph.csproj
    │   │   │   ├── ImageMorph.sln
    │   │   │   ├── ImageMorph.suo
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── ImageMorph.exe
    │   │   │   │       ├── ImageMorph.pdb
    │   │   │   │       └── ImageMorph.vshost.exe
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── ImageMorph.Form1.resources
    │   │   │       │   ├── ImageMorph.Properties.Resources.resources
    │   │   │       │   ├── ImageMorph.csproj.FileListAbsolute.txt
    │   │   │       │   ├── ImageMorph.csproj.GenerateResource.Cache
    │   │   │       │   ├── ImageMorph.exe
    │   │   │       │   ├── ImageMorph.pdb
    │   │   │       │   └── TempPE
    │   │   │       │       └── Properties.Resources.Designer.cs.dll
    │   │   │       ├── ImageMorph.csproj.FileList.txt
    │   │   │       └── ImageMorph.csproj.FileListAbsolute.txt
    │   │   └── image
    │   │       ├── 二值形态学
    │   │       │   ├── HMT.JPG
    │   │       │   ├── 滤波.JPG
    │   │       │   ├── 欧拉数1.JPG
    │   │       │   ├── 欧拉数2.JPG
    │   │       │   ├── 区域填充.JPG
    │   │       │   ├── 边界提取.JPG
    │   │       │   └── 二值形态学.JPG
    │   │       └── 灰形态度学
    │   │           ├── ball.JPG
    │   │           ├── boats.JPG
    │   │           ├── cameraman.JPG
    │   │           ├── source.JPG
    │   │           ├── 腐蚀-膨胀-开启-闭合.jpg
    │   │           └── 滤波.jpg
    │   ├── ch11 模式识别
    │   │   ├── DigitsRecog
    │   │   │   ├── DigitsRecog
    │   │   │   │   ├── DigitsRecog.csproj
    │   │   │   │   ├── DigitsRecog.sln
    │   │   │   │   ├── DigitsRecog.suo
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── DigitsRecog.exe
    │   │   │   │   │   │   ├── DigitsRecog.pdb
    │   │   │   │   │   │   └── DigitsRecog.vshost.exe
    │   │   │   │   │   └── Release
    │   │   │   │   │       ├── DigitsRecog.exe
    │   │   │   │   │       └── DigitsRecog.pdb
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       │   ├── DigitsRecog.Form1.resources
    │   │   │   │       │   ├── DigitsRecog.Properties.Resources.resources
    │   │   │   │       │   ├── DigitsRecog.csproj.FileListAbsolute.txt
    │   │   │   │       │   ├── DigitsRecog.csproj.GenerateResource.Cache
    │   │   │   │       │   ├── DigitsRecog.exe
    │   │   │   │       │   ├── DigitsRecog.pdb
    │   │   │   │       │   └── TempPE
    │   │   │   │       │       └── Properties.Resources.Designer.cs.dll
    │   │   │   │       ├── DigitsRecog.csproj.FileList.txt
    │   │   │   │       ├── DigitsRecog.csproj.FileListAbsolute.txt
    │   │   │   │       └── Release
    │   │   │   │           ├── DigitsRecog.Form1.resources
    │   │   │   │           ├── DigitsRecog.Properties.Resources.resources
    │   │   │   │           ├── DigitsRecog.csproj.GenerateResource.Cache
    │   │   │   │           ├── DigitsRecog.exe
    │   │   │   │           ├── DigitsRecog.pdb
    │   │   │   │           └── TempPE
    │   │   │   └── digits.dat
    │   │   ├── digits.dat
    │   │   └── ldigits.dat
    │   ├── ch12 图像压缩
    │   │   ├── ImageCompress
    │   │   │   ├── DCT2.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── HuffmanList.Designer.cs
    │   │   │   ├── HuffmanList.cs
    │   │   │   ├── HuffmanList.resx
    │   │   │   ├── ImageCompress.csproj
    │   │   │   ├── ImageCompress.sln
    │   │   │   ├── ImageCompress.suo
    │   │   │   ├── PGM.cs
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── RAW.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── ImageCompress.exe
    │   │   │   │       ├── ImageCompress.pdb
    │   │   │   │       └── ImageCompress.vshost.exe
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── ImageCompress.Form1.resources
    │   │   │       │   ├── ImageCompress.HuffmanList.resources
    │   │   │       │   ├── ImageCompress.Properties.Resources.resources
    │   │   │       │   ├── ImageCompress.csproj.FileListAbsolute.txt
    │   │   │       │   ├── ImageCompress.csproj.GenerateResource.Cache
    │   │   │       │   ├── ImageCompress.exe
    │   │   │       │   ├── ImageCompress.pdb
    │   │   │       │   └── TempPE
    │   │   │       │       └── Properties.Resources.Designer.cs.dll
    │   │   │       ├── ImageCompress.csproj.FileList.txt
    │   │   │       └── ImageCompress.csproj.FileListAbsolute.txt
    │   │   └── image
    │   │       ├── Lena128.bmp
    │   │       ├── Lena128.lzw
    │   │       ├── jpg
    │   │       │   ├── Lena.dct
    │   │       │   └── Lena.jpg
    │   │       ├── pgm
    │   │       │   ├── Baboo.pgm
    │   │       │   ├── Lena.PGM
    │   │       │   ├── Lena.dct
    │   │       │   ├── cat.pgm
    │   │       │   └── goldhill.pgm
    │   │       ├── raw256
    │   │       │   ├── Lena.raw
    │   │       │   ├── RLEtest.rle
    │   │       │   ├── RLE试验.raw
    │   │       │   ├── cat.raw
    │   │       │   └── peppers.raw
    │   │       ├── rletest.rle
    │   │       └── 二值图像
    │   │           ├── RLEtest.bmp
    │   │           ├── RLEtest.pgm
    │   │           ├── clock.bmp
    │   │           ├── clock.cmp
    │   │           ├── clock.pgm
    │   │           └── clock.raw
    │   ├── ch13 分形图像压缩
    │   │   ├── FracImageCompress
    │   │   │   ├── FracImageCompress
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── FracImageCompress.csproj
    │   │   │   │   ├── Program.cs
    │   │   │   │   ├── Properties
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   │   ├── Resources.resx
    │   │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   │   └── Settings.settings
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── FracImageCompress.exe
    │   │   │   │   │       ├── FracImageCompress.pdb
    │   │   │   │   │       └── FracImageCompress.vshost.exe
    │   │   │   │   └── obj
    │   │   │   │       ├── Debug
    │   │   │   │       │   ├── FracImageCompress.Form1.resources
    │   │   │   │       │   ├── FracImageCompress.Properties.Resources.resources
    │   │   │   │       │   ├── FracImageCompress.csproj.GenerateResource.Cache
    │   │   │   │       │   ├── FracImageCompress.exe
    │   │   │   │       │   ├── FracImageCompress.pdb
    │   │   │   │       │   └── TempPE
    │   │   │   │       ├── FracImageCompress.csproj.FileList.txt
    │   │   │   │       └── FracImageCompress.csproj.FileListAbsolute.txt
    │   │   │   ├── FracImageCompress.sln
    │   │   │   └── FracImageCompress.suo
    │   │   └── image
    │   │       ├── Baboo.jpg
    │   │       ├── Lena.bmp
    │   │       └── Lena.cmp
    │   ├── ch14 图像加密
    │   │   ├── ImageCipher
    │   │   │   ├── DCT2.cs
    │   │   │   ├── DWT2.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── ImageCipher.csproj
    │   │   │   ├── ImageCipher.sln
    │   │   │   ├── ImageCipher.suo
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── WHT2.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── ImageCipher.exe
    │   │   │   │   │   ├── ImageCipher.pdb
    │   │   │   │   │   └── ImageCipher.vshost.exe
    │   │   │   │   └── Release
    │   │   │   │       ├── ImageCipher.exe
    │   │   │   │       └── ImageCipher.pdb
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── ImageCipher.Form1.resources
    │   │   │       │   ├── ImageCipher.Properties.Resources.resources
    │   │   │       │   ├── ImageCipher.csproj.FileListAbsolute.txt
    │   │   │       │   ├── ImageCipher.csproj.GenerateResource.Cache
    │   │   │       │   ├── ImageCipher.exe
    │   │   │       │   ├── ImageCipher.pdb
    │   │   │       │   └── TempPE
    │   │   │       │       └── Properties.Resources.Designer.cs.dll
    │   │   │       ├── ImageCipher.csproj.FileList.txt
    │   │   │       ├── ImageCipher.csproj.FileListAbsolute.txt
    │   │   │       └── Release
    │   │   │           ├── ImageCipher.Form1.resources
    │   │   │           ├── ImageCipher.Properties.Resources.resources
    │   │   │           ├── ImageCipher.csproj.FileListAbsolute.txt
    │   │   │           ├── ImageCipher.csproj.GenerateResource.Cache
    │   │   │           ├── ImageCipher.exe
    │   │   │           ├── ImageCipher.pdb
    │   │   │           └── TempPE
    │   │   │               └── Properties.Resources.Designer.cs.dll
    │   │   └── image
    │   │       ├── Lena.jpg
    │   │       ├── Lena_c.JPG
    │   │       ├── Lena_c.bmp
    │   │       ├── boats.bmp
    │   │       ├── boats_c.bmp
    │   │       ├── dictionary.bmp
    │   │       └── twoColor.JPG
    │   ├── ch15 图像水印
    │   │   ├── Watermarking
    │   │   │   ├── DCT2.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── WHT2.cs
    │   │   │   ├── Watermarking.csproj
    │   │   │   ├── Watermarking.sln
    │   │   │   ├── Watermarking.suo
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── Watermarking.exe
    │   │   │   │   │   ├── Watermarking.pdb
    │   │   │   │   │   └── Watermarking.vshost.exe
    │   │   │   │   └── Release
    │   │   │   │       ├── Watermarking.exe
    │   │   │   │       └── Watermarking.pdb
    │   │   │   ├── keyDialog.Designer.cs
    │   │   │   ├── keyDialog.cs
    │   │   │   ├── keyDialog.resx
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── TempPE
    │   │   │       │   │   └── Properties.Resources.Designer.cs.dll
    │   │   │       │   ├── Watermarking.Form1.resources
    │   │   │       │   ├── Watermarking.Properties.Resources.resources
    │   │   │       │   ├── Watermarking.csproj.FileListAbsolute.txt
    │   │   │       │   ├── Watermarking.csproj.GenerateResource.Cache
    │   │   │       │   ├── Watermarking.exe
    │   │   │       │   ├── Watermarking.keyDialog.resources
    │   │   │       │   └── Watermarking.pdb
    │   │   │       ├── Release
    │   │   │       │   ├── TempPE
    │   │   │       │   │   └── Properties.Resources.Designer.cs.dll
    │   │   │       │   ├── Watermarking.Form1.resources
    │   │   │       │   ├── Watermarking.Properties.Resources.resources
    │   │   │       │   ├── Watermarking.csproj.FileListAbsolute.txt
    │   │   │       │   ├── Watermarking.csproj.GenerateResource.Cache
    │   │   │       │   ├── Watermarking.exe
    │   │   │       │   ├── Watermarking.keyDialog.resources
    │   │   │       │   └── Watermarking.pdb
    │   │   │       ├── Watermarking.csproj.FileList.txt
    │   │   │       └── Watermarking.csproj.FileListAbsolute.txt
    │   │   └── image
    │   │       ├── Baboo(2)_w.bmp
    │   │       ├── Baboo.jpg
    │   │       ├── Baboo_w.JPG
    │   │       ├── Baboo_w.bmp
    │   │       ├── Bigwater.jpg
    │   │       ├── Lena.jpg
    │   │       ├── Lena_w.bmp
    │   │       ├── bird.jpg
    │   │       ├── bird_w.bmp
    │   │       ├── cameraman.JPG
    │   │       ├── cameraman_w.bmp
    │   │       ├── fruit.jpg
    │   │       ├── fruit_w.bmp
    │   │       ├── hat.jpg
    │   │       ├── hat_w.bmp
    │   │       ├── peppers.JPG
    │   │       └── water.JPG
    │   ├── ch2 图像数字化
    │   │   ├── Digitization
    │   │   │   ├── Digitization.csproj
    │   │   │   ├── Digitization.sln
    │   │   │   ├── Digitization.suo
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── Digitization.exe
    │   │   │   │   │   ├── Digitization.pdb
    │   │   │   │   │   └── Digitization.vshost.exe
    │   │   │   │   └── Release
    │   │   │   │       ├── Digitization.exe
    │   │   │   │       ├── Digitization.pdb
    │   │   │   │       └── Digitization.vshost.exe
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── Digitization.Form1.resources
    │   │   │   │   │   ├── Digitization.Properties.Resources.resources
    │   │   │   │   │   ├── Digitization.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── Digitization.csproj.GenerateResource.Cache
    │   │   │   │   │   ├── Digitization.exe
    │   │   │   │   │   ├── Digitization.paramDialog.resources
    │   │   │   │   │   ├── Digitization.pdb
    │   │   │   │   │   └── TempPE
    │   │   │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   │   │   ├── Digitization.csproj.FileList.txt
    │   │   │   │   ├── Digitization.csproj.FileListAbsolute.txt
    │   │   │   │   └── Release
    │   │   │   │       ├── Digitization.Form1.resources
    │   │   │   │       ├── Digitization.Properties.Resources.resources
    │   │   │   │       ├── Digitization.csproj.FileListAbsolute.txt
    │   │   │   │       ├── Digitization.csproj.GenerateResource.Cache
    │   │   │   │       ├── Digitization.exe
    │   │   │   │       ├── Digitization.paramDialog.resources
    │   │   │   │       ├── Digitization.pdb
    │   │   │   │       └── TempPE
    │   │   │   │           └── Properties.Resources.Designer.cs.dll
    │   │   │   ├── paramDialog.Designer.cs
    │   │   │   ├── paramDialog.cs
    │   │   │   └── paramDialog.resx
    │   │   └── image
    │   │       ├── Baboo.jpg
    │   │       ├── Lena.jpg
    │   │       └── peppers.jpg
    │   ├── ch3 图像处理基础
    │   │   ├── Elements
    │   │   │   ├── Elements.csproj
    │   │   │   ├── Elements.sln
    │   │   │   ├── Elements.suo
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── Elements.exe
    │   │   │   │   │   ├── Elements.pdb
    │   │   │   │   │   └── Elements.vshost.exe
    │   │   │   │   └── Release
    │   │   │   │       ├── Elements.exe
    │   │   │   │       └── Elements.pdb
    │   │   │   ├── inputDialog.Designer.cs
    │   │   │   ├── inputDialog.cs
    │   │   │   ├── inputDialog.resx
    │   │   │   ├── lineTransDialog.Designer.cs
    │   │   │   ├── lineTransDialog.cs
    │   │   │   ├── lineTransDialog.resx
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── Elements.Form1.resources
    │   │   │       │   ├── Elements.Properties.Resources.resources
    │   │   │       │   ├── Elements.csproj.FileListAbsolute.txt
    │   │   │       │   ├── Elements.csproj.GenerateResource.Cache
    │   │   │       │   ├── Elements.exe
    │   │   │       │   ├── Elements.inputDialog.resources
    │   │   │       │   ├── Elements.lineTransDialog.resources
    │   │   │       │   ├── Elements.pdb
    │   │   │       │   └── TempPE
    │   │   │       │       └── Properties.Resources.Designer.cs.dll
    │   │   │       ├── Elements.csproj.FileList.txt
    │   │   │       ├── Elements.csproj.FileListAbsolute.txt
    │   │   │       └── Release
    │   │   │           ├── Elements.Form1.resources
    │   │   │           ├── Elements.Properties.Resources.resources
    │   │   │           ├── Elements.csproj.FileListAbsolute.txt
    │   │   │           ├── Elements.csproj.GenerateResource.Cache
    │   │   │           ├── Elements.exe
    │   │   │           ├── Elements.inputDialog.resources
    │   │   │           ├── Elements.lineTransDialog.resources
    │   │   │           ├── Elements.pdb
    │   │   │           └── TempPE
    │   │   │               └── Properties.Resources.Designer.cs.dll
    │   │   └── image
    │   │       ├── Lena.GIF
    │   │       ├── Lena.jpg
    │   │       ├── boats.JPG
    │   │       └── sea.jpg
    │   ├── ch4 图像几何变换
    │   │   ├── GeometricTrans
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── GeometricTrans.csproj
    │   │   │   ├── GeometricTrans.sln
    │   │   │   ├── GeometricTrans.suo
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── GeometricTrans.exe
    │   │   │   │   │   ├── GeometricTrans.pdb
    │   │   │   │   │   └── GeometricTrans.vshost.exe
    │   │   │   │   └── Release
    │   │   │   │       ├── GeometricTrans.exe
    │   │   │   │       └── GeometricTrans.pdb
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── GeometricTrans.Form1.resources
    │   │   │   │   │   ├── GeometricTrans.Properties.Resources.resources
    │   │   │   │   │   ├── GeometricTrans.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── GeometricTrans.csproj.GenerateResource.Cache
    │   │   │   │   │   ├── GeometricTrans.exe
    │   │   │   │   │   ├── GeometricTrans.paramDialog1.resources
    │   │   │   │   │   ├── GeometricTrans.pdb
    │   │   │   │   │   ├── GeometricTrans.shearDialog.resources
    │   │   │   │   │   ├── GeometricTrans.translateDialog.resources
    │   │   │   │   │   └── TempPE
    │   │   │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   │   │   ├── GeometricTrans.csproj.FileList.txt
    │   │   │   │   ├── GeometricTrans.csproj.FileListAbsolute.txt
    │   │   │   │   └── Release
    │   │   │   │       ├── GeometricTrans.Form1.resources
    │   │   │   │       ├── GeometricTrans.Properties.Resources.resources
    │   │   │   │       ├── GeometricTrans.csproj.FileListAbsolute.txt
    │   │   │   │       ├── GeometricTrans.csproj.GenerateResource.Cache
    │   │   │   │       ├── GeometricTrans.exe
    │   │   │   │       ├── GeometricTrans.paramDialog1.resources
    │   │   │   │       ├── GeometricTrans.pdb
    │   │   │   │       ├── GeometricTrans.shearDialog.resources
    │   │   │   │       ├── GeometricTrans.translateDialog.resources
    │   │   │   │       └── TempPE
    │   │   │   │           └── Properties.Resources.Designer.cs.dll
    │   │   │   ├── paramDialog1.Designer.cs
    │   │   │   ├── paramDialog1.cs
    │   │   │   ├── paramDialog1.resx
    │   │   │   ├── shearDialog.Designer.cs
    │   │   │   ├── shearDialog.cs
    │   │   │   ├── shearDialog.resx
    │   │   │   ├── translateDialog.Designer.cs
    │   │   │   ├── translateDialog.cs
    │   │   │   └── translateDialog.resx
    │   │   └── image
    │   │       ├── Lena.jpg
    │   │       ├── house.jpg
    │   │       ├── scene.jpg
    │   │       ├── sea.jpg
    │   │       └── test.jpg
    │   ├── ch5 图像时频变换
    │   │   ├── ImageTransform
    │   │   │   ├── Complex.cs
    │   │   │   ├── DCT2.cs
    │   │   │   ├── DWT2.cs
    │   │   │   ├── FFT2.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── ImageTransform.csproj
    │   │   │   ├── ImageTransform.sln
    │   │   │   ├── ImageTransform.suo
    │   │   │   ├── K_LTest.Designer.cs
    │   │   │   ├── K_LTest.cs
    │   │   │   ├── K_LTest.resx
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── WHT2.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── ImageTransform.exe
    │   │   │   │   │   ├── ImageTransform.pdb
    │   │   │   │   │   └── ImageTransform.vshost.exe
    │   │   │   │   └── Release
    │   │   │   │       ├── ImageTransform.exe
    │   │   │   │       └── ImageTransform.pdb
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── ImageTransform.Form1.resources
    │   │   │       │   ├── ImageTransform.K_LTest.resources
    │   │   │       │   ├── ImageTransform.Properties.Resources.resources
    │   │   │       │   ├── ImageTransform.csproj.FileListAbsolute.txt
    │   │   │       │   ├── ImageTransform.csproj.GenerateResource.Cache
    │   │   │       │   ├── ImageTransform.exe
    │   │   │       │   ├── ImageTransform.pdb
    │   │   │       │   └── TempPE
    │   │   │       │       └── Properties.Resources.Designer.cs.dll
    │   │   │       ├── ImageTransform.csproj.FileList.txt
    │   │   │       ├── ImageTransform.csproj.FileListAbsolute.txt
    │   │   │       └── Release
    │   │   │           ├── ImageTransform.Form1.resources
    │   │   │           ├── ImageTransform.Properties.Resources.resources
    │   │   │           ├── ImageTransform.csproj.FileListAbsolute.txt
    │   │   │           ├── ImageTransform.csproj.GenerateResource.Cache
    │   │   │           ├── ImageTransform.exe
    │   │   │           ├── ImageTransform.pdb
    │   │   │           └── TempPE
    │   │   │               └── Properties.Resources.Designer.cs.dll
    │   │   └── image
    │   │       ├── Lena.jpg
    │   │       ├── PEPPERS.JPG
    │   │       └── circle.JPG
    │   ├── ch6 图像增强
    │   │   ├── ImageEnhance
    │   │   │   ├── Complex.cs
    │   │   │   ├── FFT2.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── ImageEnhance.csproj
    │   │   │   ├── ImageEnhance.sln
    │   │   │   ├── ImageEnhance.suo
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── ImageEnhance.exe
    │   │   │   │   │   ├── ImageEnhance.pdb
    │   │   │   │   │   └── ImageEnhance.vshost.exe
    │   │   │   │   └── Release
    │   │   │   │       ├── ImageEnhance.exe
    │   │   │   │       └── ImageEnhance.pdb
    │   │   │   ├── highPassDialog.Designer.cs
    │   │   │   ├── highPassDialog.cs
    │   │   │   ├── highPassDialog.resx
    │   │   │   ├── histogram.Designer.cs
    │   │   │   ├── histogram.cs
    │   │   │   ├── histogram.resx
    │   │   │   ├── medianDialog.Designer.cs
    │   │   │   ├── medianDialog.cs
    │   │   │   ├── medianDialog.resx
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── ImageEnhance.Form1.resources
    │   │   │   │   │   ├── ImageEnhance.Properties.Resources.resources
    │   │   │   │   │   ├── ImageEnhance.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── ImageEnhance.csproj.GenerateResource.Cache
    │   │   │   │   │   ├── ImageEnhance.exe
    │   │   │   │   │   ├── ImageEnhance.highPassDialog.resources
    │   │   │   │   │   ├── ImageEnhance.histogram.resources
    │   │   │   │   │   ├── ImageEnhance.medianDialog.resources
    │   │   │   │   │   ├── ImageEnhance.paramDialog.resources
    │   │   │   │   │   ├── ImageEnhance.pdb
    │   │   │   │   │   ├── ImageEnhance.strechDialog.resources
    │   │   │   │   │   └── TempPE
    │   │   │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   │   │   ├── ImageEnhance.csproj.FileList.txt
    │   │   │   │   ├── ImageEnhance.csproj.FileListAbsolute.txt
    │   │   │   │   └── Release
    │   │   │   │       ├── ImageEnhance.Form1.resources
    │   │   │   │       ├── ImageEnhance.Properties.Resources.resources
    │   │   │   │       ├── ImageEnhance.csproj.GenerateResource.Cache
    │   │   │   │       ├── ImageEnhance.exe
    │   │   │   │       ├── ImageEnhance.highPassDialog.resources
    │   │   │   │       ├── ImageEnhance.medianDialog.resources
    │   │   │   │       ├── ImageEnhance.pdb
    │   │   │   │       ├── ImageEnhance.strechDialog.resources
    │   │   │   │       └── TempPE
    │   │   │   ├── paramDialog.Designer.cs
    │   │   │   ├── paramDialog.cs
    │   │   │   ├── paramDialog.resx
    │   │   │   ├── strechDialog.Designer.cs
    │   │   │   ├── strechDialog.cs
    │   │   │   └── strechDialog.resx
    │   │   └── image
    │   │       ├── Baboo.jpg
    │   │       ├── LENA.bmp
    │   │       ├── Lena.jpg
    │   │       ├── PEPPERS.JPG
    │   │       ├── ioxn.jpg
    │   │       ├── noised
    │   │       │   └── noisedLena.jpg
    │   │       ├── sea.JPG
    │   │       └── test.jpg
    │   ├── ch7 图像恢复
    │   │   ├── Restoration
    │   │   │   ├── Complex.cs
    │   │   │   ├── FFT2.cs
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── Restoration.csproj
    │   │   │   ├── Restoration.sln
    │   │   │   ├── Restoration.suo
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── Restoration.exe
    │   │   │   │       ├── Restoration.pdb
    │   │   │   │       └── Restoration.vshost.exe
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── Restoration.Form1.resources
    │   │   │       │   ├── Restoration.Properties.Resources.resources
    │   │   │       │   ├── Restoration.csproj.FileListAbsolute.txt
    │   │   │       │   ├── Restoration.csproj.GenerateResource.Cache
    │   │   │       │   ├── Restoration.exe
    │   │   │       │   ├── Restoration.pdb
    │   │   │       │   └── TempPE
    │   │   │       │       └── Properties.Resources.Designer.cs.dll
    │   │   │       ├── Restoration.csproj.FileList.txt
    │   │   │       └── Restoration.csproj.FileListAbsolute.txt
    │   │   └── image
    │   │       ├── Lena.jpg
    │   │       └── peppers.jpg
    │   ├── ch8 图像分割
    │   │   ├── ImageSegmenation
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── ImageSegmenation.csproj
    │   │   │   ├── ImageSegmenation.sln
    │   │   │   ├── ImageSegmenation.suo
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── Thumbs.db
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── ImageSegmenation.exe
    │   │   │   │   │   ├── ImageSegmenation.pdb
    │   │   │   │   │   └── ImageSegmenation.vshost.exe
    │   │   │   │   └── Release
    │   │   │   │       └── ImageSegmenation.pdb
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── ImageSegmenation.Form1.resources
    │   │   │       │   ├── ImageSegmenation.Properties.Resources.resources
    │   │   │       │   ├── ImageSegmenation.csproj.FileListAbsolute.txt
    │   │   │       │   ├── ImageSegmenation.csproj.GenerateResource.Cache
    │   │   │       │   ├── ImageSegmenation.exe
    │   │   │       │   ├── ImageSegmenation.pdb
    │   │   │       │   └── TempPE
    │   │   │       │       └── Properties.Resources.Designer.cs.dll
    │   │   │       ├── ImageSegmenation.csproj.FileList.txt
    │   │   │       ├── ImageSegmenation.csproj.FileListAbsolute.txt
    │   │   │       └── Release
    │   │   │           ├── ImageSegmenation.Form1.resources
    │   │   │           ├── ImageSegmenation.Properties.Resources.resources
    │   │   │           ├── ImageSegmenation.csproj.GenerateResource.Cache
    │   │   │           ├── ImageSegmenation.pdb
    │   │   │           └── TempPE
    │   │   └── image
    │   │       ├── Hough.bmp
    │   │       ├── Lena.jpg
    │   │       ├── PEPPERS.bmp
    │   │       ├── ball.bmp
    │   │       ├── 差影法.bmp
    │   │       └── 差影背景.bmp
    │   └── ch9 图像特征与分析
    │       ├── ImageAnalysis
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.cs
    │       │   ├── Form1.resx
    │       │   ├── ImageAnalysis.csproj
    │       │   ├── ImageAnalysis.sln
    │       │   ├── ImageAnalysis.suo
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── ImageAnalysis.exe
    │       │   │       ├── ImageAnalysis.pdb
    │       │   │       └── ImageAnalysis.vshost.exe
    │       │   └── obj
    │       │       ├── Debug
    │       │       │   ├── ImageAnalysis.Form1.resources
    │       │       │   ├── ImageAnalysis.Properties.Resources.resources
    │       │       │   ├── ImageAnalysis.csproj.FileListAbsolute.txt
    │       │       │   ├── ImageAnalysis.csproj.GenerateResource.Cache
    │       │       │   ├── ImageAnalysis.exe
    │       │       │   ├── ImageAnalysis.pdb
    │       │       │   └── TempPE
    │       │       │       └── Properties.Resources.Designer.cs.dll
    │       │       ├── ImageAnalysis.csproj.FileList.txt
    │       │       └── ImageAnalysis.csproj.FileListAbsolute.txt
    │       └── image
    │           ├── rect.bmp
    │           ├── 形心.JPG
    │           ├── 细化.JPG
    │           ├── 不变矩1.JPG
    │           ├── 不变矩2.JPG
    │           ├── 不变矩3.JPG
    │           ├── 边界跟踪.JPG
    │           ├── 骨架提取.JPG
    │           ├── 消除小洞.jpg
    │           ├── 轮廓跟踪.jpg
    │           ├── 车道检测2.JPG
    │           ├── 边界跟踪2.JPG
    │           ├── 轮廓跟踪2.jpg
    │           ├── 骨架提取后.bmp
    │           └── 空穴阈值面积检出.JPG
    ├── 运行结果附图
    │   ├── ch1
    │   │   ├── LenaJpg与Bmp.bmp
    │   │   ├── LenaJpg与noesedLenaJpg.bmp
    │   │   ├── Thumbs.db
    │   │   ├── 方差.bmp
    │   │   ├── 打开PGM图像.bmp
    │   │   ├── 图像熵.bmp
    │   │   ├── 直方图.bmp
    │   │   ├── 均方误差.bmp
    │   │   ├── 灰度中值.bmp
    │   │   ├── 灰度平均.bmp
    │   │   ├── 上确界距离.bmp
    │   │   ├── 均方根距离.bmp
    │   │   └── 峰值信噪比.bmp
    │   ├── ch10
    │   │   ├── HMT变换结果.bmp
    │   │   ├── 滤波结果(方法1).bmp
    │   │   ├── 开启结果.bmp
    │   │   ├── 腐蚀结果.bmp
    │   │   ├── 膨胀结果.bmp
    │   │   ├── 锐化结果.bmp
    │   │   ├── 闭合结果.bmp
    │   │   ├── 高帽变换.bmp
    │   │   ├── 区域填充结果.bmp
    │   │   ├── 计算欧拉数结果.bmp
    │   │   ├── 正方结构开启结果.bmp
    │   │   ├── 正方结构滤波结果.bmp
    │   │   ├── 正方结构腐蚀结果.bmp
    │   │   ├── 正方结构膨胀结果.bmp
    │   │   ├── 正方结构闭合结果.bmp
    │   │   └── 正方结构边界提取结果.bmp
    │   ├── ch11
    │   │   ├── 训练数字.bmp
    │   │   ├── 识别结果.bmp
    │   │   ├── 载入样本.bmp
    │   │   └── 选择识别算法.bmp
    │   ├── ch12
    │   │   ├── DCT算法压缩.bmp
    │   │   ├── DCT算法解压结果.bmp
    │   │   ├── Huffman编码数据.bmp
    │   │   ├── LZW算法压缩.bmp
    │   │   ├── LZW算法解压结果.bmp
    │   │   ├── RLE算法压缩.bmp
    │   │   ├── RLE算法解压结果.bmp
    │   │   ├── 应用颜色表压缩.bmp
    │   │   └── 应用颜色解压缩结果.bmp
    │   ├── ch13
    │   │   ├── Bansley枫叶.bmp
    │   │   ├── Julia分形.bmp
    │   │   ├── Koch曲线.bmp
    │   │   ├── Mandelbrot分形.bmp
    │   │   ├── 分形图像压缩.bmp
    │   │   └── 分形图像解压缩.bmp
    │   ├── ch14
    │   │   ├── Arnold3D序列加-解密结果.bmp
    │   │   ├── Arnold3D新算法加-解密结果.bmp
    │   │   ├── Arnold置乱加-解密结果.bmp
    │   │   ├── Fibonacci序列加-解密结果.bmp
    │   │   ├── Lena_c.JPG
    │   │   ├── Logistic序列加-解密结果.bmp
    │   │   ├── Logistic置乱加-解密结果.bmp
    │   │   ├── Logistic置乱图像的JPEG攻击与剪切攻击.JPG
    │   │   ├── boats_c.JPG
    │   │   ├── boats_c2.JPG
    │   │   ├── 一次Arnold3D加-解密结果.bmp
    │   │   ├── 频域Arnold置乱加-解密结果.bmp
    │   │   ├── 频域DWT加-解密结果.bmp
    │   │   ├── 频域Walsh-Hadamard加-解密结果.bmp
    │   │   ├── 加密图受JPEG攻击解密结果.bmp
    │   │   ├── 加密图受JPEG和剪切双重攻击解密结果.bmp
    │   │   └── 混沌模加减序列加-解密结果.bmp
    │   ├── ch15
    │   │   ├── DM图像水印嵌入.bmp
    │   │   ├── DM图像水印提取.bmp
    │   │   ├── LSB图像水印嵌入.bmp
    │   │   ├── LSB图像水印检测.bmp
    │   │   ├── LSB算法嵌入水印.bmp
    │   │   ├── Lena_w.JPG
    │   │   ├── Patchwork水印嵌入与检测.bmp
    │   │   ├── 受JPEG攻击的含水印图像检测结果.bmp
    │   │   ├── 扩频水印图像JPEG攻击后结果.bmp
    │   │   ├── 检测结果信息框.bmp
    │   │   └── 扩频水印检测相似度sim值.bmp
    │   ├── ch2
    │   │   ├── 间隔2采样结果.bmp
    │   │   ├── 间隔8采样结果.bmp
    │   │   ├── 灰度级数16量化结果.bmp
    │   │   └── 灰度级数2量化结果.bmp
    │   ├── ch3
    │   │   ├── 阈值(100)变换结果.bmp
    │   │   ├── 图像融合结果.bmp
    │   │   ├── 线性变换结果.bmp
    │   │   ├── 伪彩色处理结果.bmp
    │   │   └── 彩色变为灰度图像结果.bmp
    │   ├── ch4
    │   │   ├── 内置旋转(30度)变换结果.bmp
    │   │   ├── 仿射错切变换结果(比例0.5).bmp
    │   │   ├── 内置平移变换结果.bmp
    │   │   └── 内置错切变换结果.bmp
    │   ├── ch5
    │   │   ├── DCT变换结果(128X128).bmp
    │   │   ├── FFT变换结果.bmp
    │   │   ├── Walsh-Hadamard变换结果.bmp
    │   │   ├── 演示K_L变换计算过程.doc
    │   │   ├── 图像circle的FFT变换结果.bmp
    │   │   └── 小波变换结果(一层).bmp
    │   ├── ch6
    │   │   ├── 5X5窗口中值滤波结果.bmp
    │   │   ├── Butterworth低通滤波结果.bmp
    │   │   ├── Butterworth高通滤波结果.bmp
    │   │   ├── H1模板高通滤波结果.bmp
    │   │   ├── Kirsch算子锐化结果.bmp
    │   │   ├── Laplace算子锐化结果.bmp
    │   │   ├── Prewitt算子锐化结果.bmp
    │   │   ├── Roberts算子锐化结果.bmp
    │   │   ├── Sobel算子锐化结果.bmp
    │   │   ├── h1模板低通滤波结果.bmp
    │   │   ├── 均值滤波结果.bmp
    │   │   ├── 阈值滤波结果.bmp
    │   │   ├── 对比度扩展结果.bmp
    │   │   ├── 指数低通滤波结果.bmp
    │   │   ├── 指数高通滤波结果.bmp
    │   │   ├── 直方图变换增强结果.bmp
    │   │   └── 原图与均衡化后的直方图.bmp
    │   ├── ch7
    │   │   ├── 图像恢复结果.bmp
    │   │   └── 模糊图像结果.bmp
    │   ├── ch8
    │   │   ├── Hough变换检测圆周结果.bmp
    │   │   ├── Hough变换检测直线结果.bmp
    │   │   ├── Kirsch算子边缘检测结果.bmp
    │   │   ├── LOG算子(修正)边缘检测结果.bmp
    │   │   ├── LOG算子边缘检测结果.bmp
    │   │   ├── Laplace算子边缘检测结果.bmp
    │   │   ├── Otsu算法分割结果.bmp
    │   │   ├── Prewitt算子边缘检测结果.bmp
    │   │   ├── Roberts算子边缘检测结果.bmp
    │   │   ├── Sobel算子边缘检测结果.bmp
    │   │   ├── 差影法结果.bmp
    │   │   ├── 阈值分割结果.bmp
    │   │   └── 最佳阈值分割结果.bmp
    │   └── ch9
    │       ├── 显示链码.bmp
    │       ├── 细化算法1结果.bmp
    │       ├── 细化算法2结果.bmp
    │       ├── 消除小洞结果.bmp
    │       ├── 计算形心结果.bmp
    │       ├── 轮廓跟踪结果.bmp
    │       ├── 边界检测结果.bmp
    │       ├── 计算不变矩结果(1).bmp
    │       ├── 计算不变矩结果(2).bmp
    │       └── 计算不变矩结果(3).bmp
    ├── 光盘使用说明.doc
    └── 数字图像处理——Visual C#.NET编程与实验 readme.txt

198 directories, 814 files


网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警