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

搜索资源列表

  1. 图像匹配代码

    0下载:
  2. 关于图像匹配的C++代码!
  3. 所属分类:图形/文字识别

    • 发布日期:2009-07-06
    • 文件大小:256.13kb
    • 提供者:jiangchongli
  1. movedetect.rar

    0下载:
  2. 用VC做的运动检测系统,采用模板匹配的思想比较不同的图像,查看事物是否运动。,VC to do with the motion detection system that uses template matching to compare different images of the idea to see whether the movement of things.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.2mb
    • 提供者:yangchun
  1. NCC.rar

    0下载:
  2. NCC算法的描述,很详细,适合初学者,图像匹配必须,NCC algorithm described in great detail, suitable for beginners, image matching to be
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:136.21kb
    • 提供者:刘明烁
  1. shicha_match.rar

    0下载:
  2. 数字图像处理方面的,实现图像匹配的基本算法(相关系数法),NCC(normalized cross correlation )
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.22kb
    • 提供者:johnny
  1. ncc.rar

    0下载:
  2. 由两幅图像匹配,进行合成,Harris提取特征点,匹配速度快,From the two images match, were synthesized, Harris feature point extraction, matching speed and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6.71mb
    • 提供者:simon
  1. Stereo.zip

    0下载:
  2. 使用SSD(sum squared differences)算法进行双摄像机图像匹配点计算,基于OpenCv的C++代码实现,Using SSD (sum squared differences) algorithm dual camera image matching points calculation, based on the OpenCv the C++ Code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.78mb
    • 提供者:梁霄
  1. CSSNCC

    0下载:
  2. CSS对边缘图像进行特征点提取然后用改进的NCC算法进行匹配-Using CSS in edge to extract image feature point and then using the modified NCC to match
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:100.17kb
    • 提供者:FDN
  1. NCC-and-the-SSDA-based-feature-points-matching-the

    0下载:
  2. 基于NCC与SSDA的快速特征点匹配融合算法(图像匹配)-NCC and the SSDA-based feature points matching the rapid integration algorithm (matching)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:183.36kb
    • 提供者:马蓉琼
  1. NCC-fast-image-match-suanfa

    0下载:
  2. 在图形中提取图像中的角点,为了提高精度进行亚像素检测并进行图像匹配-Extract images in the graphics in the corners, in order to improve the accuracy of sub-pixel detection and image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:236.32kb
    • 提供者:ljj
  1. tezhengpingjie

    0下载:
  2. 基于特征点匹配的拼接算法研究与实现,先利用相位相关法确定图像重叠区域,然后采用改进Harris角点检测算法 检测角点,再根据相似测度NCC(Normalized Cross Correlation)方法提取出匹配特征点对-Based on feature points matching stitching algorithm research and implementation, the first phase correlation method to determine the ima
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:505.87kb
    • 提供者:jie ge
  1. 3Dimage_rectification

    0下载:
  2. 用于立体图像矫正:Harries角点、NCC匹配、RANSAC计算基本矩阵完成立体图像对的极线校正,自己书写的opencv函数-For three-dimensional image correction: Harries corner NCC matching, RANSAC calculation of the completion of the fundamental matrix the epipolar rectification of the stereo image pairs o
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:11.68kb
    • 提供者:guonan
  1. template_matching

    0下载:
  2. SSD和NCC图像匹配算法,程序运算速度快,匹配精度高-SSD and the NCC image matching algorithm, the program operation speed, high precision match
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:2.08kb
    • 提供者:nemo
  1. 20130809

    0下载:
  2. 基于harris的角点检测,与ncc匹配,实现了图像的准确配准,有很高的应用价值-Based on harris corner detection, and ncc matching to achieve an accurate image registration, a high value
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:1.36mb
    • 提供者:王飞
  1. NCC_Matlab

    0下载:
  2. 归一化交叉相关图像匹配算法(NCC)的Matlab程序,简单易懂!-NCC code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1.19kb
    • 提供者:zhangsan
  1. StereoMatch

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

    • 发布日期:2017-04-03
    • 文件大小:2.39kb
    • 提供者:liangxiao
  1. harris-ncc-ransac

    0下载:
  2. 用于特征点匹配的图像拼接算法,包括harris算法,NCC算法以及RANSAC算法-For matching feature points of image matching algorithm, including the Harris algorithm, NCC algorithm and RANSAC algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:264.11kb
    • 提供者:刘江明
  1. NCC

    0下载:
  2. ncc查询匹配的方法,可以用来做各种图像匹配的简单代码-ncc query matching method can be used for a variety of image matching short code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:675byte
    • 提供者:破晓
  1. NCC_matching

    0下载:
  2. 基于归一化的图像的互相关匹配,Visual C++平台(Image cross correlation matching)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:3.24mb
    • 提供者:Bruced
  1. SSD+SAD+NCC算法

    1下载:
  2. 实现两幅图像匹配。应用SSD+SAD+NCC算法的匹配,很好用的程序(Realizing Two Image Matching.Application of SSD+SAD+NCC algorithm matching, very useful program)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-03
    • 文件大小:778kb
    • 提供者:琳琅满目
  1. C#联合halcon

    1下载:
  2. 图像采集,简单的c#联合halcon做ncc模板匹配的操作(Image acquisition, simple C# combined with Halcon to do NCC template matching operation)
  3. 所属分类:图形图像处理

    • 发布日期:2021-03-05
    • 文件大小:727kb
    • 提供者:dddsfdasd
« 12 »
搜珍网 www.dssz.com