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

搜索资源列表

  1. opencv-shift-graphics-match

    1下载:
  2. opencv的shift图像匹配程序 实现了角点检测 特征点检测 图像匹配-opencv shift graphics match
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1592275
    • 提供者:weihouzhen
  1. daisy

    2下载:
  2. daisy是08年新提出来的特征描述符算法,常用在图像匹配等领域中。文件包含算法的PDF文档和算法提出者编写的相应matlab程序,大家可以根据自己的需要来利用。-A Fast Local Descr iptor for Dense Matching,2008.
  3. 所属分类:Special Effects

    • 发布日期:2015-09-30
    • 文件大小:10119100
    • 提供者:newhope
  1. speakerrecognition

    2下载:
  2. 声纹识别,能够对说话人的声音进行识别,过程包括语音输入、预处理、特征提取、建立模型和匹配。-speaker Recognition
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:382255
    • 提供者:杨俐
  1. sift

    0下载:
  2. 一个运用sift进行特征匹配的代码,经测试,可以很好的运行-To carry out a sift feature matching using the code, tested, can be a very good run
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:376064
    • 提供者:lips
  1. IMGRegVC

    0下载:
  2. 一种基于特征点的匹配算法,用的是VC-Feature points based on the matching algorithm, using VC++
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:514371
    • 提供者:张凤春
  1. example3

    0下载:
  2. matlab灰度图像特征匹配算法的源程序,高效-matlab grayscale image feature matching algorithm source, efficient
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:930
    • 提供者:艾丝凡
  1. SURF

    0下载:
  2. SURF算法的原文翻译,包括特征提取和特征匹配,加入了作者的一些理解-SURF translation of the original algorithm, including feature extraction and feature matching, adding some understanding of the author
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:557030
    • 提供者:Fisher
  1. Matlabsift

    1下载:
  2. sift提取特征点的图像匹配。其中包括特征点的提取和图像匹配两部分-sift feature extraction for image matching. These include feature point extraction and image matching two
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:335156
    • 提供者:陈凯
  1. sift

    0下载:
  2. sift特征点检测及匹配,matlab源码-sift feature point detection and matching, matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:5211
    • 提供者:张杰
  1. FingerPrintVerify

    4下载:
  2. 这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配-This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition stan
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-03-04
    • 文件大小:1611493
    • 提供者:job
  1. matlabfordaisy

    3下载:
  2. 这是一个MATLAB代码实现的计算一对用双目立体视觉获得的一对图像对,然后用最新的Daisy算法计算每一个点的局部特征描述子,并且来实现立体匹配的功能。-This is a MATLAB code for computing a pair of stereo vision with a pair of images were obtained, and then Daisy algorithm with the latest point of the local characteristics
  3. 所属分类:matlab

    • 发布日期:2015-09-29
    • 文件大小:183296
    • 提供者:peter
  1. Animprovedfastfeaturematchingalgorithmsift

    0下载:
  2. 一种改进的快速sift特征匹配算法,对学习sift算法很有帮助-An improved fast feature matching algorithm sift
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:149503
    • 提供者:feng hw
  1. 1

    0下载:
  2. SIFT特征匹配算法的PPT,很适用,是学习SIFT的好资料.-SIFT feature matching algorithm of the PPT, it is applicable, is a good learning SIFT information.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:3061091
    • 提供者:yang
  1. SiftANN

    0下载:
  2. 实现了SIFT特征点的提取和匹配功能,匹配算法使用的是ANN最相似最近邻居法。-Achieved a SIFT feature point extraction and matching, matching algorithm using ANN is most similar to nearest neighbor method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1782819
    • 提供者:Li Yanli
  1. sift-0.9.8-matlab

    0下载:
  2. sift提取特征点、描述子、最后进行匹配。-sift :feature point,descr iptor, matching。
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2683449
    • 提供者:Pingguo
  1. FaceRecog_src100902

    1下载:
  2. 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1487828
    • 提供者:yk
  1. RANSAC

    1下载:
  2. RANSAC算法是一种经典的去外点方法,它可以利用特征点集的内在约束关系来去除错误的匹配。-RANSAC algorithm is a classic way to go outside the points, it can take advantage of the inherent characteristics of point sets constraints to remove false matches.
  3. 所属分类:Special Effects

    • 发布日期:2016-05-22
    • 文件大小:5120
    • 提供者:qqqqqq
  1. ORB_ppt

    0下载:
  2. ORB特征用于图像特征匹配,这个是ppt。-ORB features for image feature matching, this is a ppt.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1955254
    • 提供者:顾盼中
  1. Contour-detection

    0下载:
  2. 实现图像的边缘轮廓检测,用于傅里叶描述子的提取,作为特征匹配的第一步-The edges of image detection, Fourier descr iptors for the extraction, feature matching as a first step
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:22992
    • 提供者:王聪
  1. imgpolarcoord

    1下载:
  2. 图像笛卡尔坐标转极坐标,下视景像匹配制导中,实时图和基准图的拍摄高度、方位和图像比例尺不完全一致,两图的轮廓形状存在旋转和变形等差异,边缘特征提取方法受图像灰度分布影响存在变形和移位,易导致匹配错误。用侧抑制竞争方法,图像边缘特征提取快速准确,不发生移位,对灰度变化也不敏感,再用扩展边缘特征法,克服轮廓变形对边缘匹配的影响。在此基础上,引入对数极坐标变换,进一步提高图像的抗旋转和尺度收放的匹配精度。结果表明,此方法模型简单、抗几何变形能力强且便于实现。-Cartesian coordinates
  3. 所属分类:Special Effects

    • 发布日期:2016-11-24
    • 文件大小:884
    • 提供者:pika
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com