文件名称:FindPicCSharp
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-04-08
- 文件大小:
- 2.11mb
- 下载次数:
- 0次
- 提 供 者:
- wpu***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#高速找图程序,比较图片的细节处有何异同,像素级的图片比较器,大图找小图,模糊找图,透明找图,Bitmap 大图 = new Bitmap(@"无标题.bmp")
Bitmap 完全对比 = new Bitmap(@"完全对比.bmp")
Bitmap 相似度 = new Bitmap(@"相似度.bmp")
Bitmap 透明 = new Bitmap(@"透明.bmp")
在大图里找小图,容错值 取值0--255,数值越高效率越低,不建议超过50-Figure C# program to find high speed, the similarities, pixel-level image comparator compares the details of the picture, big picture look small map, fuzzy looking figure, transparent looking figure, Bitmap big picture = new Bitmap (@ " Untitled. Bmp" ) Bitmap complete contrast = new Bitmap (@ " complete contrast bmp." ) Bitmap similarity = new Bitmap (@ " . similarity bmp" ) Bitmap transparent = new Bitmap (@ " transparent bmp." ) at large Ituri find a small figure, tolerance values ranging from 0- 255, and the higher the value, the lower the efficiency of more than 50 is not recommended
Bitmap 完全对比 = new Bitmap(@"完全对比.bmp")
Bitmap 相似度 = new Bitmap(@"相似度.bmp")
Bitmap 透明 = new Bitmap(@"透明.bmp")
在大图里找小图,容错值 取值0--255,数值越高效率越低,不建议超过50-Figure C# program to find high speed, the similarities, pixel-level image comparator compares the details of the picture, big picture look small map, fuzzy looking figure, transparent looking figure, Bitmap big picture = new Bitmap (@ " Untitled. Bmp" ) Bitmap complete contrast = new Bitmap (@ " complete contrast bmp." ) Bitmap similarity = new Bitmap (@ " . similarity bmp" ) Bitmap transparent = new Bitmap (@ " transparent bmp." ) at large Ituri find a small figure, tolerance values ranging from 0- 255, and the higher the value, the lower the efficiency of more than 50 is not recommended
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FindPicC#\FindPic\app.config
.........\.......\bin\Debug\完全对比.bmp
.........\.......\...\.....\无标题.bmp
.........\.......\...\.....\相似度.bmp
.........\.......\...\.....\透明.bmp
.........\.......\FindPic.csproj
.........\.......\FindPic.csproj.user
.........\.......\Form1.cs
.........\.......\Form1.Designer.cs
.........\.......\Form1.resx
.........\.......\Program.cs
.........\.......\...perties\AssemblyInfo.cs
.........\.......\..........\Resources.Designer.cs
.........\.......\..........\Resources.resx
.........\.......\..........\Settings.Designer.cs
.........\.......\..........\Settings.settings
.........\.......\完全对比.bmp
.........\.......\无标题.bmp
.........\.......\相似度.bmp
.........\.......\透明.bmp
.........\FindPic.sln
.........\.......\bin\Debug
.........\.......\bin
.........\.......\Properties
.........\FindPic
FindPicC#