CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - Image Match

搜索资源列表

  1. match-of-pic

    0下载:
  2. 图像模式匹配检测,使用C++,代码简洁,可实现 Video Retrieval System 视频分类与检索,世界trieckvid大赛使用参考-Image pattern matching detection, the use vs2008 environment, the code is simple and can achieve Video Retrieval System video classification and retrieval, using the referen
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2268890
    • 提供者:huweicn
  1. matching

    0下载:
  2. opencv 图像匹配,利用焦点检测进行匹配的源代码。安装了opencv的可以直接使用-opencv image matching, the focus detection to the source code to match. Installed opencv can be used directly
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6565137
    • 提供者:xuexiaojun
  1. cvwork_correlation

    0下载:
  2. 使用vc++6.0和opencv1.0实现的模板与目标图片的匹配,用模板图像通过依次与图像的重叠区域进行相似度比较,将相似度最大的区域作为匹配目标区域。得出最后的匹配结果-Using vc 6.0 and opencv1.0 achieve the target image matches the template, using the template image followed by image overlap region with similarity comparison, simi
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:49218
    • 提供者:wangbin
  1. OpenCV_VC6.0_surf

    1下载:
  2. Visual C++ 6.0平台基于OpenCV的SURF图像特征点的检测和匹配源代码,能正确的实现图像特征点的检测和匹配功能,对研究图像特征点匹配非常有帮助。-The Visual C++ 6.0 platform is based on OpenCV SURF image feature points detection and matching of source code, can correct the image feature point detection and matchin
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3111665
    • 提供者:king
  1. opencv-pipei

    0下载:
  2. opencv 轮廓提取和模板匹配,可以从目标图像中找出要匹配的小图片部位-opencv contour extraction and template matching, you can find out from the target image to match the small image parts
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:4262
    • 提供者:pencauto
  1. FeatureExtraction

    0下载:
  2. 我用的是sift算法,对图像进行识别,对两图像上的共同点进行匹配-I use the sift algorithm for image recognition, common on the two images match
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:48698
    • 提供者:liangjia
  1. Histogram

    0下载:
  2. 本代码实现图像的直方图反向匹配,用于目标识别定位-The code to achieve the image histogram reverse match for the positioning of target recognition
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:24882
    • 提供者:任莹
  1. qt_open_surf

    3下载:
  2. 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
  3. 所属分类:OpenCV

    • 发布日期:2013-01-03
    • 文件大小:2758061
    • 提供者:wuwei
  1. GSLmath--computer--fuction--lab

    0下载:
  2. 这是一个opencv函数库,能够在vc环境下进行图像处理,匹配,显示等-This is a opencv library, image processing, vc environment match the display
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:33302528
    • 提供者:张海鸥
  1. match

    0下载:
  2. opencv初学者第二课,用来匹配模板图片和原始图片,并用方框标出-opencv beginners class, used to match the template images and the original image, and is framed with
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:3949478
    • 提供者:廖小风
  1. subpixelMatching

    0下载:
  2. 用于双目立体图像校正:亚像素角点、双向粗略匹配、用RANSAC方法计算F、opencv自带函数矫正图像-For binocular stereo image correction: the corner points of the sub-pixel, two-way rough match, use the RANSAC method F comes with opencv function corrected image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:2965
    • 提供者:guonan
  1. openlink

    0下载:
  2. opencv匹配,拼接代码,里面用了比较好的算法,能够实现图象匹配,比较实用-opencv match splicing code, which spent the better algorithm can achieve the image matching, more practical
  3. 所属分类:OpenCV

    • 发布日期:2017-11-28
    • 文件大小:8982825
    • 提供者:zengkai
  1. 3

    0下载:
  2. 输入: 自拍两幅同一个场景(或物体)的角度/远近有差别的图像 (对于学有余力的同学,建议多测试几张角度/远近差别较大的图像) 任务: 在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点 输出要求(以下三个结果分别输出,不要重叠在一张图上): 1. 在两张图上分别画出检测到的特征点位置 2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出 3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息 编程工具: Visual
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1348
    • 提供者:sdsdsdfg
  1. sift_flann

    0下载:
  2. sift算法实现图像匹配,利用flann匹配算子-sift algorithm of image matching using flann match operator
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:19974302
    • 提供者:dxl
  1. StereoMatch

    0下载:
  2. 提供图形匹配NCC和SSDA算法,在VC++工程上可运行,图像效果良好。-provide the arghrithm of image match
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:2449
    • 提供者:liangxiao
  1. draw-characteristic-and-match

    0下载:
  2. 用sift方法检测图像的特征点,并且求出特征向量从而匹配图像。-Sift method is used to inspect the image feature points, and to find the feature vector which match the image.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5966572
    • 提供者:陈永志
  1. match

    0下载:
  2. 两幅图片的匹配算法 通过c++来实现 代码可以运行 -Two image matching algorithm code can be implemented by c++ run
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:4470671
    • 提供者:姚丽丽
  1. match

    0下载:
  2. 两个图片特征提取和匹配C++代码,已通过调试。-Two image feature extraction and matching of c++ code, has passed the test
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:29610267
    • 提供者:chenjie
  1. quickly match

    0下载:
  2. 基于亮度/色彩一致性,在SURF算法的基础上提出了一种快速图像特征点匹配算法,可以缩小特征点匹配所需的运行时间,提高正确匹配率。(Based on the brightness / color consistency, a fast image feature point matching algorithm based on SURF algorithm is proposed, which can reduce the running time of feature point matchi
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:落尘薇
  1. match

    0下载:
  2. opencv学习笔记,基于vs2013和opencv3.2的单图像模板匹配(Single image template matching)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-06
    • 文件大小:2202624
    • 提供者:rui_1
« 12 »
搜珍网 www.dssz.com