基本信息
源码名称:图像处理 直方图均衡 平滑处理 锐化处理 边缘检测
源码大小:0.21M
文件格式:.zip
开发语言:C#
更新时间:2022-11-06
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
图像处理  直方图均衡 平滑处理 锐化处理 边缘检测

.
├── color
│   ├── Backup
│   │   ├── color
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── changeCom.Designer.cs
│   │   │   ├── changeCom.cs
│   │   │   ├── changeCom.resx
│   │   │   ├── color.csproj
│   │   │   ├── colorSpace.Designer.cs
│   │   │   ├── colorSpace.cs
│   │   │   ├── colorSpace.resx
│   │   │   ├── eColor.Designer.cs
│   │   │   ├── eColor.cs
│   │   │   ├── eColor.resx
│   │   │   ├── edgeColor.Designer.cs
│   │   │   ├── edgeColor.cs
│   │   │   ├── edgeColor.resx
│   │   │   ├── pColor.Designer.cs
│   │   │   ├── pColor.cs
│   │   │   ├── pColor.resx
│   │   │   ├── segColor.Designer.cs
│   │   │   ├── segColor.cs
│   │   │   ├── segColor.resx
│   │   │   ├── sharpColor.Designer.cs
│   │   │   ├── sharpColor.cs
│   │   │   ├── sharpColor.resx
│   │   │   ├── smoothColor.Designer.cs
│   │   │   ├── smoothColor.cs
│   │   │   └── smoothColor.resx
│   │   ├── color.sln
│   │   └── color.suo
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport.xslt
│   │   ├── UpgradeReport_Minus.gif
│   │   └── UpgradeReport_Plus.gif
│   ├── color
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── color.exe
│   │   │       ├── color.exe.config
│   │   │       ├── color.pdb
│   │   │       ├── color.vshost.exe
│   │   │       ├── color.vshost.exe.config
│   │   │       └── color.vshost.exe.manifest
│   │   ├── changeCom.Designer.cs
│   │   ├── changeCom.cs
│   │   ├── changeCom.resx
│   │   ├── color.csproj
│   │   ├── color.csproj.user
│   │   ├── colorSpace.Designer.cs
│   │   ├── colorSpace.cs
│   │   ├── colorSpace.resx
│   │   ├── eColor.Designer.cs
│   │   ├── eColor.cs
│   │   ├── eColor.resx
│   │   ├── edgeColor.Designer.cs
│   │   ├── edgeColor.cs
│   │   ├── edgeColor.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Refactor
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── color.Form1.resources
│   │   │   │   ├── color.Properties.Resources.resources
│   │   │   │   ├── color.changeCom.resources
│   │   │   │   ├── color.colorSpace.resources
│   │   │   │   ├── color.csproj.FileListAbsolute.txt
│   │   │   │   ├── color.csproj.GenerateResource.Cache
│   │   │   │   ├── color.eColor.resources
│   │   │   │   ├── color.edgeColor.resources
│   │   │   │   ├── color.exe
│   │   │   │   ├── color.pColor.resources
│   │   │   │   ├── color.pdb
│   │   │   │   ├── color.segColor.resources
│   │   │   │   ├── color.sharpColor.resources
│   │   │   │   └── color.smoothColor.resources
│   │   │   └── color.csproj.FileListAbsolute.txt
│   │   ├── pColor.Designer.cs
│   │   ├── pColor.cs
│   │   ├── pColor.resx
│   │   ├── segColor.Designer.cs
│   │   ├── segColor.cs
│   │   ├── segColor.resx
│   │   ├── sharpColor.Designer.cs
│   │   ├── sharpColor.cs
│   │   ├── sharpColor.resx
│   │   ├── smoothColor.Designer.cs
│   │   ├── smoothColor.cs
│   │   └── smoothColor.resx
│   ├── color.sln
│   └── color.suo
└── 图像处理 直方图均衡 平滑处理 锐化处理 边缘检测.zip

13 directories, 105 files