搜索资源列表
-
1下载:
图象处理中运动估计的一种全搜索块匹配法的实现程序!-image processing campaign estimated a full search block matching program to realize!
-
-
0下载:
金字塔分层搜索匹配,其中有GUI界面,方面用户直接输入待测图片和模板。-Hierarchical search match the pyramid, including GUI interface, the user directly measured in images and templates.
-
-
0下载:
Coreco Sapera Processing Search源码
强大的图象识别定位功能,广泛用于工业控制
领域.
载入BMP图象后,选取识别匹配模式,灰度与几何
匹配,自己做好模板后载入新图象自动定位特征区域.,Coreco Sapera Processing Search source positioning powerful image recognition functions, widely used in the field of industrial control.
-
-
0下载:
基于housdroff距离的图像匹配方法,对噪声、图像的缺失很好的鲁棒性,使用遗传算法的全局搜索策略加快了匹配速度。-Based on housdroff distance of an image matching method, good robustness to noise, lack of image using a genetic algorithm global search strategy to accelerate the matching speed.
-
-
2下载:
本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。
在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。
1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。
2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
-
-
1下载:
该代码是图像处理中块匹配的全搜索算法,是用来估计和计算运动矢量的。-The image processing code is the full search block matching algorithm is used to estimate and calculate the motion vector.
-
-
0下载:
利用OPenCV里面的模板匹配函数来搜索图像中的定位.-Template matching using OPenCV function inside to search for image location.
-
-
1下载:
本程序用于对工件图像的预处理,边缘提取等。将改进遗传算法和Hausdorff距离结合用于工件识别。采用canny边缘为匹配特征,将修正的Hausdorff距离作为相似性度量准则,并应用遗传算法进行最佳匹配的快速搜索,成功实现了目标物体的匹配识别-This procedure used for the workpiece image preprocessing, edge extraction and so on. Will improve the genetic algorithm and Ha
-
-
0下载:
所上传文件包包括6种vc++源代码:使用opencv的实现可视图的静态路径规划;简单的svm算法;基于vc2008的图像匹配(多工程结构);基于局部搜索的K-means聚类算法;三维匹配中的ICP算法;视觉tracking中的condensation算法-Upload file package, including the six kinds of vc++ source code: using opencv to view the realization of the static path
-
-
1下载:
介绍了一个基于特征的图象查询和检索系统.该系统由查询模块、特征提取和描述模块、匹配模块、图象显示模块和图象库管理模块组成.系统既支持基于颜色、纹理、形状的单一特征查询,也支持结合不同特征的更符合视觉要求的综合特征查询.该系统已结合实际图象库进行了查询和检索实验,文中给出一些实际检索结果.
-Describes a feature-based image query and retrieval system. The system consists of query module, featu
-
-
1下载:
基于sift的图像间匹配点查找算法,经测试可以可以适应各种图像状况(包括各种仿射变换)。-Sift-based image matching points between the search algorithm, the tests can be adapted to a variety of image conditions (including affine transformation.)
-
-
0下载:
图像处理的全搜索算法 寻找匹配块 并可画出运动矢量-Full search algorithm for image processing,Search block matching,Motion vector can be drawn
-
-
0下载:
基于SIFT特征点改进搜索算法的图像匹配技术的研究。利用SIFT可以做图像拼接和增强现实等技术。-SIFT feature points based on improved search algorithm for image matching technology research. Image stitching using SIFT can do, and augmented reality techniques.
-
-
1下载:
本项目将多尺度理论、动态规划法、模式识别和区域划分等技术应用到图像的立体匹配之中,减少立体匹配过程中的搜索空间、计算时间和匹配错误;-This project will multi-scale theory, the dynamic programming, pattern recognition and regional division technology application of image matching of three-dimensional, reduce the sear
-
-
0下载:
模板就是一幅已知的小图像。模板匹配就是在一幅大图像中搜寻目标,已知该图中
有要找的目标,且该目标同模板有相同的尺寸、方向和图像,通过一定的算法可以在图
中找到目标,确定其坐标位置。 -The template is a known small images. Template matching is a large image search target, find the target in the Figure is known, and the same applies to th
-
-
1下载:
图像匹配是指通过一定的匹配算法在两幅或多幅图像之间识别同名点,如二维图像匹配中通过比较目标区和搜索区中相同大小的窗口的相关系数,取搜索区中相关系数最大所对应的窗口中心点作为同名点。其实质是在基元相似性的条件下,运用匹配准则的最佳搜索问题。-Image matching means through a certain matching algorithm identification between two or more images corresponding points, such as
-
-
0下载:
图像处理模板匹配。利用C++,实现了在图片中搜索模板中的部分,并进行检测匹配-Image processing template matching. The use of C++, realized in the picture part of the search template and matching detection
-
-
0下载:
粒子群算法实现图像匹配,用目标图像作为搜索域,与模板图像进行匹配。-PSO algorithm for image matching, with the target image as a search domain, and the template image to match.
-
-
0下载:
基于opencv,直方图匹配,找到目标图像与模板图像直方图匹配的区域并标出坐标,方法为反向块搜索-Based on opencv, histogram matching, to find the target image and the template image histogram matching and mark the coordinates of the area, the method of reverse block search
-
-
0下载:
缘检测算子进行边缘检测;其次,利用Hu的7个不变矩作为形状特征向量;再次,进行图像的相识度匹配;最后在图像库中检索出最相近的Top10图像序列作为检索结果。-Edge detection operator edge detection Secondly, Hu' s seven moment invariants as the shape feature vector Again, a acquaintance of the image matching and finally in
-