搜索资源列表
bmpCllg.rar
- 把很多张小照片拼起来,整体看上去就是另一张大照片。所有“像素”图片放到一个文件夹里,运行时输入文件夹路径。默认为程序所在路径。如果“像素”图片太多的画,比如上百,执行时可能较慢。“模板”图片要保存在程序所在路径。 resolution即分辨率rsl,模板图片中每rsl*rsl个像素被一个像素图片替代。rsl越小结果图片越大,但越接近模板图片。 怎样使拼贴出来的图片尽量接近模板图片呢?其一是要选择像素图片,比如模板图片里有蓝天像素图片里就一定要有偏蓝的图片之类。可这样拼出来的仍显生硬,
FaceDetectionSystem
- 人脸检测系统可对一张图片中,在不同地方的人脸进行识别,并可对图片进行各种各样的处理,如:对图片进行二值化,比较图片相似度等.-Human Face Detection system can be a picture, in different parts of the face to identify people, and on the picture for various treatment, such as: for two values of the picture, and pict
Comparisonofimagesimilarity
- 图像相似度比较论文,介绍了图像相似度比较的基本原理,并实现图像比较,分析结果-Comparing image similarity thesis describes the basic principles of image similarity comparison and achieve the image comparison, analysis
Graphic
- 基于图模型的图像分割并行算法研究与实现,该方案通过网格划分来实现相似度矩阵的并行计算同时考虑到相似度矩阵的稀疏性和矩阵向量乘运算的内在并行性, 在该方案中本文设计并行算法来求解特征值问题在环境下的实验结果表明, 该并行方案是提高图模型分割方法实时性的有效途径.-Image segmentation based on graph model of parallel algorithm and implementation of the program through the mesh to ach
Fgloble_graphi
- 图挖掘,图聚类m文件主要包含4个功能:图的生成,图相似度分析析,节点符号化,边权挖掘,详细说明见注释,已通过测试。 -Graph mining site cluster m file contains four main functions: the generation of map, Figure similarity analysis, node symbols, tap the edge of the right described in detail in the Notes, h
jddy
- 简单实用的找多图源码,用数组方法无法解决,可以用此方法解决-Sub 找多图(x坐标, y坐标, x1坐标, y1坐标, 图片路径, 相似度, x偏移量, y偏移量, 图片像素x, 图片像素y, 延时时间, 鼠标动作) // 如 Call 找多图(0, 0, 1200, 800, "Attachment:\1.bmp", 0.9, 2, 10, 5, 20, 100, "LeftClick 2") a = x坐标 b = y坐标 c = x1
ImageRetrieval
- 本系统利用图片的surf特征进行匹配,KD-tree存储特征数据节点,实现相似图片的检索。实现类似于百度的以图搜图功能,结果返回最相似的前十名的图片。-The system uses a picture of the surf feature match, KD-tree storage feature data node, similar image retrieval. Similar to Baidu to search map function returns the results o
comparison
- 实现两幅二值图的比较,基于matlab环境。内附实验图像,输出两幅图像的距离。距离越大,相似度越低 -The realization of the two pieces of two value image comparison, based on the MATLAB environment. Containing the experimental image, the output of two images of the distance. The farther the distan
FindPicCSharp
- C#高速找图程序,比较图片的细节处有何异同,像素级的图片比较器,大图找小图,模糊找图,透明找图,Bitmap 大图 = new Bitmap(@"无标题.bmp") Bitmap 完全对比 = new Bitmap(@"完全对比.bmp") Bitmap 相似度 = new Bitmap(@"相似度.bmp") Bitmap 透明 = new Bitmap(@"透明.bmp") 在大图里找小图,容错值 取值0--255,数值越高效率越低,不建议超过5
ZPclustering
- 谱聚类算法建立在谱图理论基础上,与传统的聚类算法相比,它具有能在任意形状的样本空间上聚类且收敛于全局最优解的优点。 该算法首先根据给定的样本数据集定义一个描述成对数据点相似度的亲合矩阵,并且计算矩阵的特征值和特征向量 , 然后选择合适 的特征向量聚类不同的数据点。谱聚类算法最初用于计算机视觉 、VLS I 设计等领域, 最近才开始用于机器学习中,并迅速成为国际上机器学习领域的研究热点。-Spectral clustering algorithm based on the reprodu
simrank
- simrank实现图结构相似度计算,计算各个节点相似度-Simrank to achieve the similarity of the graph structure calculation, calculate the similarity of each node
Source code
- 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图