基本信息
源码名称:C#做的根据特征值搜索图像源代码
源码大小:0.46M
文件格式:.rar
开发语言:C#
更新时间:2023-07-26
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C#做的根据特征值搜索图像源代码
提取图像的特征值在数据库中搜索图像,有直方图算法,中间值等算法的C#代码实现,是本人前几年的毕业设计,代码有些地方参考网络。


文件清单
├── CAWRetrieval
│   ├── CAWRetrieval
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── CAWRetrieval.exe
│   │   │   │   ├── CAWRetrieval.pdb
│   │   │   │   ├── CAWRetrieval.vshost.exe
│   │   │   │   ├── CAWRetrieval.vshost.exe.manifest
│   │   │   │   ├── Image.dll
│   │   │   │   ├── Image.pdb
│   │   │   │   └── WeifenLuo.WinFormsUI.dll
│   │   │   ├── Release
│   │   │   │   ├── CAWRetrieval.exe
│   │   │   │   ├── CAWRetrieval.pdb
│   │   │   │   ├── CAWRetrieval.vshost.exe
│   │   │   │   ├── CAWRetrieval.vshost.exe.manifest
│   │   │   │   ├── Image.dll
│   │   │   │   └── Image.pdb
│   │   │   └── Release.rar
│   │   ├── CAWRetrieval.csproj
│   │   ├── DB.cs
│   │   ├── favicon.ico
│   │   ├── GetImage.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── CAWRetrieval.csproj.FileListAbsolute.txt
│   │   │   │   ├── CAWRetrieval.csproj.GenerateResource.Cache
│   │   │   │   ├── CAWRetrieval.exe
│   │   │   │   ├── CAWRetrieval.MainForm.resources
│   │   │   │   ├── CAWRetrieval.pdb
│   │   │   │   ├── CAWRetrieval.Properties.Resources.resources
│   │   │   │   ├── Refactor
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   │       ├── CAWRetrieval.csproj.FileListAbsolute.txt
│   │   │       ├── CAWRetrieval.csproj.GenerateResource.Cache
│   │   │       ├── CAWRetrieval.exe
│   │   │       ├── CAWRetrieval.MainForm.resources
│   │   │       ├── CAWRetrieval.pdb
│   │   │       ├── CAWRetrieval.Properties.Resources.resources
│   │   │       ├── CAWRetrieval.SelectMethod.resources
│   │   │       ├── Refactor
│   │   │       ├── ResolveAssemblyReference.cache
│   │   │       └── TempPE
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SelectMethod.cs
│   │   ├── SelectMethod.Designer.cs
│   │   └── SelectMethod.resx
│   ├── CAWRetrieval.sln
│   ├── CAWRetrieval.suo
│   └── References
│       ├── DockingToolbar.dll
│       ├── SourceGrid2.dll
│       ├── SourceLibrary.dll
│       └── WeifenLuo.WinFormsUI.dll
└── Image
    ├── Image
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── Image.dll
    │   │   │   └── Image.pdb
    │   │   └── Release
    │   │       ├── Image.dll
    │   │       └── Image.pdb
    │   ├── ColorConver.cs
    │   ├── Distance.cs
    │   ├── Feature.cs
    │   ├── GetImage.cs
    │   ├── IDocumentsHost.cs
    │   ├── Image.csproj
    │   ├── Image_deal.cs
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── Image.csproj.FileListAbsolute.txt
    │   │   │   ├── Image.dll
    │   │   │   ├── Image.pdb
    │   │   │   ├── Refactor
    │   │   │   │   └── Image.dll
    │   │   │   └── TempPE
    │   │   └── Release
    │   │       ├── Image.csproj.FileListAbsolute.txt
    │   │       ├── Image.dll
    │   │       ├── Image.pdb
    │   │       ├── Refactor
    │   │       │   └── Image.dll
    │   │       └── TempPE
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   └── Win32.cs
    ├── Image.sln
    └── Image.suo

27 directories, 74 files