CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 图像匹配算法

搜索资源列表

  1. 图象的检测,模板匹配算法代码

    4下载:
  2. 图像处理,图像的检测,模板匹配算法代码,应用与模板搜索-image processing, image detection and template matching algorithm code, application templates and search
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:35705
    • 提供者:罗丁
  1. 图像检测和模板匹配源码2005518144751

    0下载:
  2. 图象的检测,模板匹配算法代码,c语言开发。-image detection and template matching algorithm code, c-language development.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:24584
    • 提供者:jia
  1. 角点检测算法用于图像匹配

    0下载:
  2. Harris角点检测算法的VC++实现,速度快,精度高。
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-03-17
    • 文件大小:579609
    • 提供者:liujingui611
  1. tuxiangchulijishumobanpipeisuanfa

    0下载:
  2. 图像处理技术 - 模板匹配算法 图像处理经典pdf版-Image processing technology- template matching algorithm image processing pdf version of the classic
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:195013
    • 提供者:Ray
  1. Direct

    0下载:
  2. 图像匹配,基于灰度的匹配的经典算法。模板特征很适合在此基础上机型扩展。-Image matching, based on the classic matching gray-scale algorithm. Template characteristics are suitable for use in this basis expansion models.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:90254
    • 提供者:王涯
  1. xiaobo

    0下载:
  2. 图像匹配,提供图像相似算法 联系我QQ:287153239-about image
  3. 所属分类:.net

    • 发布日期:2017-05-29
    • 文件大小:11786697
    • 提供者:zhoutianyi
  1. PyramidImageMatchingII

    0下载:
  2. 针对离散小波变换对于图像平移和旋转的敏感性,提出了一种基于可操纵金字塔的图像匹配算法。-Discrete wavelet transform for image translation and rotation sensitivity of a steerable pyramid-based image matching algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:655394
    • 提供者:倪秀平
  1. ObjectionTracking

    0下载:
  2. 1) 运动目标的检测:图像预处理,差分,二值化,形态滤波 2)运动目标的跟踪:特征提取,搜索匹配算法,在Visual C++或Matlab环境下,编程实现。 -Tracking image
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:961146
    • 提供者:冬之紫婧
  1. PCA_based-Face-Recognition-System

    0下载:
  2. 人脸识别,通过图像匹配算法,在图像库中找到和已知图像相匹配的图片。-Face recognition, image matching algorithm to find a match known image image image library.
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:233980
    • 提供者:wangzhneling
  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-18
    • 文件大小:1176
    • 提供者:飞鸿
  1. huxiangguangtuixangpipei

    0下载:
  2. 这是一种简单的互相关图像匹配算法,已经在matlab环境下测试过,效果很好。附带两张匹配图片-This is a simple cross-correlation image matching algorithm has been tested in the matlab environment, the effect is very good. With two matching pictures
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:348249
    • 提供者:袁月
  1. Least-squares-matching

    0下载:
  2. 最小二乘匹配,图像匹配算法,需要初始匹配坐标,可以达到亚像素精度-Least squares matching, image matching algorithm, need the initial matching coordinates, can achieve sub-pixel accuracy
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2919
    • 提供者:东风
  1. ImageMatch

    0下载:
  2. 用visual C++开发的图像匹配与处理系统,包括图像处理与图像匹配算法,NCC,梯度强度相关,互信息匹配等-With visual C++ development of image matching and processing systems, including image processing and image matching algorithm, NCC, gradient strength related mutual information matching
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5905770
    • 提供者:吴新兰
  1. imagematch

    0下载:
  2. 图像匹配算法。能够在一张图片中找到模板是否存在和位置。-image match source code
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6190157
    • 提供者:
  1. SIFT

    1下载:
  2. Sift(Scale Invariant Feature Transform)是一个很好的图像匹配算法,同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。本源码是用c语言实现的,代码简单易理解-Sift (Scale Invariant Feature Transform) is a good image matching algorithm, and can handle the brightness, pan, rotate, scale ch
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5197533
    • 提供者:huangxiaoli
  1. nccr

    0下载:
  2. ncc的图像匹配算法 matlab实现源代码-ncc image match
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1286
    • 提供者:jan
  1. 9

    0下载:
  2. 基于图像多尺度熵的红外图像匹配跟踪算法_刘兴淼(the infrared image matching tracking based on image multi-scale entropy algorithm _ xing-miao liu)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:898048
    • 提供者:yuelushuyuan
  1. 水波优化算法用于图像匹配matlab源码

    1下载:
  2. 水波优化算法解决图像匹配问题MATLAB源码(Water wave optimization algorithm to solve the image matching problem MATLAB source code)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:叫我小宝
  1. dp匹配

    0下载:
  2. 利用dp算法计算图像匹配视差,本程序利用vs2013+opencv2.4.9编写。(The disparity of image matching is calculated by DP algorithm. This program is written by vs2013+opencv2.4.9.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:19251200
    • 提供者:北方的风
  1. 三步搜索法

    1下载:
  2. 二维数字图像相关算法,可实现亚像素精度的匹配和应变测量(Two dimensional digital image correlation algorithm, which can achieve sub-pixel precision matching and strain measurement)
  3. 所属分类:其他

    • 发布日期:2020-09-04
    • 文件大小:430080
    • 提供者:超威张三
« 12 3 4 5 6 »
搜珍网 www.dssz.com