搜索资源列表
abc.cpp
- 判斷01.jpg和02.jpg相似度 用來比對兩張圖片-compare the two different picture
EdgeDetection
- 边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including
picCompare
- 图片处理C#源码,可以实现两幅图片对比并显示其中的不同予以标记,这是做找茬游戏图片制作工具-Image processing C# source code, can compare two images and display them to be labeled different, this is done finding fault game creation tools Picture
111
- 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体 数字识别》里面有详细说明。
ZhaoCha
- windows gdi和图像解析示例,是一个图像对比工具,可用作"大家来找茬"游戏外挂,类似qq截图的方法选择源图像区域,软件会自动锁定右边的比较区域,并显示左右区域不同处-a example for window GDI operation, a image compare tool, can be used to compare 2 picture and find difference, when you choose the source image area, the program
filter
- 读取图片;获得图片的信息(这里我想设一个三维的数组变量color(x,y,n)用来存储特定张的特定点的像素值,类型为OLE_COLOR) 第三步我要比较这n张图片同一像素点处的像素值,进行排序,如果n为奇数我就取中间那张的像素值,如果n为偶数我就取中间两张的平均值 第四步我就利用取中值这x*y个像素值画图-Reading pictures, Get the picture information (here I want to set a three-dimensional array vari
j2meImageResize
- 收集了网上几个关于J2ME图片缩放的函数版本,比较全,大家可以参考参考-Collection of several online picture zoom function on the J2ME version, compare the whole, we can refer to the reference
2007931622727
- 这个源代码是应一位网友要求发布的.主要功能是演示利用VB进行分析比较两张不同图片之间的差别,如BMP,JPG等,根据像素分析各个图片的不同。支持任意尺寸的图片,但是全屏图片可能会比较慢。好像根据图片屏蔽色来进行比较,本人对这个不是很有研究,希望懂行的给发表一下看法。 -The source code is released in response to a users requirements. Main function is to demonstrate the use of VB to
myc_c1
- 这些程序是我自己一个一个写的,现拿出来让和我一样的初学者分享一下,用的是dev C++ 编译,里面包括详细的分析过程和代码注释,有两个文件,一个是c++/c 基础的,另一个是基础提高篇,我相信对初学者是有很大的帮助的! 同时里面有运行的图片,下载的同学可以先看题目,然后在自己去做,在和我比较一下思路,我写的不是很好的地方还望赐教-These procedures are my own one by one written now show it to me in the beginner to
myc_c2
- 这些程序是我自己一个一个写的,现拿出来让和我一样的初学者分享一下,用的是dev C++ 编译,里面包括详细的分析过程和代码注释,有两个文件,一个是c++/c 基础的,另一个是基础提高篇,我相信对初学者是有很大的帮助的! 同时里面有运行的图片,下载的同学可以先看题目,然后在自己去做,在和我比较一下思路,我写的不是很好的地方还望赐教-These procedures are my own one by one written now show it to me in the beginner to
563064_1234321667E6II
- Delphi 7.0下开发 将所有出现在连连看游戏中的图片保存下来. 游戏开始后.逐个与游戏中的图片比较. 将比较结果存成二维数组,计算能连接的点. 发送鼠标点击事件.点击相应的点. -Developed under Delphi 7.0 will all appear in the picture game Lianliankan preserved. After the start of the game. One by one and the game picture comparis
guzhang-bar-picture
- 此程序可以给出每种故障概率值得大小,并且可以相互比较。-It could gives a accuracy for every fault and compare them.
201133021215521
- 采用分层架构,可作为ASP.NET分层架构的一个简单示例;采用泛型和反射技术把数据类转换为XML。可供最终用户在线编辑和保存报表。程序采用分层架构,代码结构完全改变比较前一版。 增加了票据报表编辑,票据报表编辑(Post方式保存),主从报表编辑,汗图片报表编辑 票据预览(按域名注册)等,比较前一版本,改变很多。 -Layered architecture, layered architecture of ASP.NET can be used as a simple example the
Compare
- 直线和圆生成算法,包括逐点画圆法、数值微分法、中点画线法、Bresenham划线法;Bresenham画圆法、正负画圆法。-Straight line and round generation algorithm, including drawing by numerical differential method.as the, the, the picture line method, Bresenham crossed method Bresenham.as the painting,
kmeans
- 用VC或Java实现K-means聚类算法,分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验),提交实验报告与源代码。-K-means clustering algorithm for algorithm termination conditions, with a picture (their choice) as a data set to compare the running
Compare-two-image-is-same
- C# 语言写的比较 2个图片是否相同的小程序。 方法采用比较图片的byte流是否一样来判断,聊胜于无吧。-C# language written two picture whether the same procedure. Method by comparing pictures of the byte stream as judge, better than nothing right.
compare
- 直方图是以图形化参数来显示图片曝光精确度的手段,其描述的是图片显示范围内影像的灰度分布曲线。它可以帮助分析图片的曝光水平等一些信息。-Histogram is a graphical display picture exposure parameters to measure the accuracy of its descr iption is the picture display grayscale images within the distribution curve. It can
picture-processing
- 产生一图像 f1(m,n),其中图像大小为256×256,中间亮条为128×32,暗处=0,亮处=100。对其进行FFT:1.若令f2(m,n)=(-1)^(m+n)*f1(m,n),重复以上过程,比较二者幅度谱的异同;2若将f2(m,n)顺时针旋转90 度得到f3(m,n),试显示FFT(f3)的幅度谱,并与FFT(f2)的幅度谱进行比较;-Generating an image f1 (m, n), wherein the image size is 256 256, the highlig
face_predict_use_keras.py
- 从设备中获取图像并从文件中比较找出哪一个是自己(Use cv2 open camera show picture. compare the file and find who is self)
Venn plot1
- 数据处理绘制Venn图。比如,处理高通量测序数据,比较样品间的相似性。(VENN map making in data processing . For example, to deal with high throughput sequencing data and to compare the similarity between samples.)