搜索资源列表
Face3DModel
- 利用opencv实现的快速模板匹配算法 Fast Template Matching Algorithm,提供Demo图像-use opencv achieve rapid template matching algorithm Fast Template Match ing Algorithm for Image Demo
CornerExtracted.rar
- 基于OpenCV的图像特征点提取,并有效实现两幅图像的特征点匹配,在VC++6.0下调试通过,可以运行。,OpenCV based on extraction of image feature points and effectively achieve the two images to match the feature points, in VC++6.0 under the debugger through, you can run.
ransac.rar
- 用VC++实现了ransac算法,可以用于图像匹配时去除错误匹配等,代码是可用的。,Using VC++ implementation of the RANSAC algorithm, image matching can be used to remove the error when the match and so on, the code are available.
Match.rar
- 利用OpenCV中的模板匹配来匹配模板和图片,找出图片中含有的模板图像,OpenCV in the use of template matching to match the templates and images, find images of template contains images
OpenCVsurf.rar
- opencv是图像处理中常用到的工具箱,本资料为基于此工具箱的图像处理匹配算法SURF的实现代码。,opencv is commonly used in image processing to the toolbox, the toolbox based on this information for the image processing algorithm to match the achievement of SURF code.
templateMatchDemo
- OpenCV template match demo
SFIT
- 一组提取图像SIFT特征的源码,效果相当不错。包括一个SIFT特征库以及一些程序。需要opencv及gsl库- This is a collection of code been put together to detect SIFT features in images. It includes a SIFT function library as well as some executables to detect, match, and display
SIFTAlgorithmcodes
- D.G lowe 的尺度不变特征转换算法(SIFT) 在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配。-DG lowe the scale-invariant features of the conversion algorithm (SIFT) and OpenGL-based opencv source code based on the increase in the preservation of image fe
findshicha
- 利用opencv,对两幅校正好的图像进行匹配,得到视差图-Using opencv, good correction of the two images match, the disparity map
Pattern_Align_by_yimi
- 模板比对 应用OPENCV来下显示比对后的图像 速度不错-Pattern match used Opencv
pyramid
- OpenCV+VS2008实现金字塔算法-OpenCV+ VS2008 pyramid algorithm to achieve
match
- 基于OpenCV实现相近两幅图像的特征匹配-OpenCV implementation based on similar characteristics of the two images match
ImageRetrieval
- 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix,
opencv-comparetwo
- 这个是用c++6.0开发工具 结合opencv 实现对两幅图片的匹配-This combination with c++6.0 development tools opencv two pictures match
Match
- 基于opencv的无人机双目降落里的目标匹配,-Opencv UAV eyes landed goal match
Match
- 基于Visualc++ opencv实现图像的模板匹配-++ Opencv to achieve image template matching based on Visual
image-match
- 此程序主要是基于opencV开发的图像匹配程序,供大家学习-image match
image-match
- 基于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
Bobby-D-Match
- opencv自写的Horsdorff匹配搜索,融合了角点提取加快搜索速度-OpenCV Horsdorff matching Harris
jiaozhun1
- 通过surf匹配特征点然后进行仿射变换实现图像配准。(using surf to match the two images)