CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image matching

搜索资源列表

  1. laser-piont-matching

    0下载:
  2. 利用模版匹配法找出图像中亮点,并输出坐标-Template matching method to find the bright spot of the image, and outputs the coordinates
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:1824550
    • 提供者:高丽
  1. SIFT_Opencv

    0下载:
  2. 在Opencv环境下实现SIFT图像匹配-Opencv environment SIFT image matching
  3. 所属分类:OpenCV

    • 发布日期:2017-11-29
    • 文件大小:12835847
    • 提供者:李佳
  1. Haris

    0下载:
  2. 角点检测,用于运动背景特征点提取,对图像匹配,拼接,运动目标提取有用-Corner detection, feature point extraction for moving background, image matching, mosaic, moving target extraction of usefu
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:628
    • 提供者:razor
  1. match_implate

    0下载:
  2. 采用模版匹配的方法对图像进行匹配。适合初学者....相当经典,是MatLab源码-The template matching method of image matching. For beginners... Quite a classic, is the MatLab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:575389
    • 提供者:Lance
  1. ssda_image_matching

    0下载:
  2. 模板匹配法进行图像匹配,以及ssda,滤波,去噪、锐化、傅立叶变换等常规操作-Template matching method for image matching, as well as the ssda, filtering, denoising, sharpen, Fourier transform and normal operation..
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:41776
    • 提供者:Lance
  1. template_matching

    0下载:
  2. 采用了sad和ssda两种算法进行图像匹配。可以查看两者的运行时间等参数-The sad and ssda two algorithms of image matching. Can view the run time parameters...
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2214
    • 提供者:Lance
  1. SIFT

    1下载:
  2. shift影像匹配算法程序,内带测试用途,效果还行,仅供参考-shift image matching algorithm within with test purposes, the effect is okay, for reference only
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-07
    • 文件大小:2496617
    • 提供者:fx
  1. ContourAnalysis

    0下载:
  2. 图像匹配程序,ContourAnalysis.zip 已经测试成功-Image matching program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:2894847
    • 提供者:homes
  1. POC.tar.gz

    0下载:
  2. Phase of Correlation (POC). 在图像匹配上,需要寻找left image和right image的特征值,并将它们匹配起来,Phase of Correlation (POC) is used in image matching. POC can be used to find the matched feature points in left and right image for stereo cameras.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-08
    • 文件大小:226977
    • 提供者:jiang
  1. lankton_stereo

    0下载:
  2. matlab实现立体图像匹配,在三维电视的立体匹配中应用效果很好-matlab achieve stereo image matching, 3D TV stereo matching good effect
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:475575
    • 提供者:gaoxue
  1. pipei

    0下载:
  2. 这是基于仿射不变特征的图像匹配技术算法,值得参考下载!-This is based on the algorithms of affine invariant features image matching technology, worth considering download!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-21
    • 文件大小:592004
    • 提供者:jeffsonfu
  1. SIFT_VC

    0下载:
  2. 这个基于OpenCv的sift算法,很经典,适合初学者拿来学习,本代码能完成图像匹配功能,并有很好的抗噪能力。-This is sift based OpenCv the algorithm, very classic, suitable for beginners used to study the code to complete the image matching functionality, and good noise immunity.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:11270626
    • 提供者:王浩
  1. 117143191sift-1.1.1_20070330_win

    0下载:
  2. 在计算机视觉的领域中,图像匹配是很多问题最重要的一个方面,包括物体和场景识别,通过多幅图像进行3D重构,立体匹配和运动跟踪。SIFT特征对于图像的旋转和尺度变化具有不变性,对于光照改变和摄像机角度变化具有部分的不变性-In the field of computer vision, image matching is one of the most important aspects of the many problems, including the identification of ob
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:456523
    • 提供者:陈凯燕
  1. my_harris

    0下载:
  2. Harris角点检测,用于图像的匹配等! 直接运行,没有错误!-Harris corner detection for image matching! Run directly error!
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:2694
    • 提供者:赵建涛
  1. Template-matching

    0下载:
  2. 模板匹配主要是采用基于灰度信息的匹配算法,其中是统计模板与原图像的相关系数,得到最大值的地方,就是相似度最大的地方,也就是成功地找到了匹配的像素点。具体的算法如下。其中,im_matched为原图像,im_template为模板图像。MaxR为最大相似度系数。-Template matching matching algorithm based on gray-scale information, which is the the statistical template with the co
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:563
    • 提供者:太一
  1. Untitled

    0下载:
  2. 图像匹配算法的原码,能匹配图片。基于matlab的图像匹配程序,MATLAB实现的很多图像匹配功-Image matching algorithm of the original code, can match the picture. Matlab-based image matching program MATLAB to achieve a lot of image matching function
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1176
    • 提供者:飞鸿
  1. waveletTransform

    0下载:
  2. 归一化互相关算法是传统的图像匹配算法,针对传统图像匹配算法运算量大、速度慢的缺点,提出了一种基于小波变换的多尺度图像匹配算法。-Normalized cross-correlation algorithm is the traditional image matching algorithm, proposed a wavelet transform-based multi-scale image matching algorithm for the large amount of comput
  3. 所属分类:Special Effects

    • 发布日期:2017-12-08
    • 文件大小:233211
    • 提供者:xiangqian
  1. sift

    0下载:
  2. 基于尺度不变特征SIFT的图像配准程序,可实现图像的匹配-Image registration procedure based on scale invariant features SIFT image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:3746
    • 提供者:ww
  1. match

    0下载:
  2. 基于sift算发图像匹配,速度快,准确率高-sift count hair image matching, fast, high accuracy
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-29
    • 文件大小:25802427
    • 提供者:Legend_WH
  1. image-processing

    0下载:
  2. 有关图像图形处理 图像识别 主成分分析法,模板匹配等识别方法的Matlab程序-Principal component analysis (pca) on video image processing image recognition, template matching identification methods, such as Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:8451535
    • 提供者:杨佳华
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com