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

搜索资源列表

  1. NCCtezhengpipei

    0下载:
  2. 这里利用NCC(归一化互相关)方法进行图像的特征匹配。-This program use NCC method to match pictures.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:984237
    • 提供者:wuliang
  1. An-Adaptive-Filter-Model-of-Object

    0下载:
  2. :针对目标跟踪过程中目标尺度伸缩和姿态形状的变化引起的目标丢失,以及使用单个模型跟踪 机动目标不够理想,提出一种基于SIFT特征的自适应滤波目标跟踪算法。仿真结果表明,该算法在 目标机动时,跟踪性能远优于其它特征匹配算法和多模型算法,而且计算量小,能保证跟踪的实时性。-Abstract:Aim at the lose of target due to scale。invarl’ant,position change and deformation,as welI as dissati
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:168697
    • 提供者:陈方芳
  1. An-Algorithm-for-Face-Recognition-

    0下载:
  2. 高独特性特征的选择以及合适匹配策略的选用是人脸识别技术的关键。讨论了基于仿射不变的几何特 征SIFT算子进行人脸识别的方法。SIFT算子的计算复杂度较高,并且不同的人脸表情和图像模糊会加大特征匹 配的难度。为克服上述缺点,提出了一种新的算法,将选择6个人脸上感兴趣子区域进行描述,并根据各自的独特 性赋予不同的权值,最后在匹配过程中使用相似度的平方来减小偏差数据造成的影响。实验结果表明,该方法能 有效减轻表情变化对于身份识别率急剧下降的影响,并可显著减少计算复杂度和特征匹配时间。-
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:287117
    • 提供者:陈方芳
  1. 11

    0下载:
  2. :针对字符号码类目标,提出一种无需全图阈值分割和先验特征匹配计算的方法。先利用 方向梯度块精确定位目标,再对目标区域作局部阈值分割,从而快速地得到高质量的目标信息。-: Number of classes for the characters, we put forward a complete map without a priori segmentation and feature matching calculation. Gradient direction of the first
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:224141
    • 提供者:
  1. siftDemoV4

    0下载:
  2. 特征匹配算法siftd的代码,供图像处理使用-Feature Matching Algorithm siftd code for image processing using
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:377246
    • 提供者:杨瑞娟
  1. IMAGE-matching

    0下载:
  2. 用MATLAB来实现简单图像特征点提取和匹配-Using MATLAB to implement a simple image feature extraction and matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:959754
    • 提供者:lvhaixia
  1. feature-matching-based-on-opencv

    0下载:
  2. 基于opencv来简单实现图像处理中的特征点提取和匹配-Opencv to simple implementation based on image processing feature extraction and matching
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3208517
    • 提供者:lvhaixia
  1. ransac_new

    0下载:
  2. ransac,随机抽样一致性算法,应用在图像处理特征点匹配中。-ransac, random sample of the consistency algorithm used in image processing feature point matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:3951
    • 提供者:张亚杰
  1. Feature-matching-algorithm

    0下载:
  2. 特征匹配的算法,可以一看,挺值得。本文提出一种图像特征点匹配算法 ,并在该算法的基础上形成构建全景图的图像拼接算法. -Feature matching algorithm can be quite worthy of a look at this paper, an image feature point matching algorithm and the algorithm based on the formation of building panorama image mosaic a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:239274
    • 提供者:wu
  1. zfdg

    1下载:
  2. 图像中角点(特征点)提取与匹配算法,对于两幅相似的图像,通过角点检测算法,进而找出这两幅图像的共同点,从而可以把这两幅图像合并成一幅图像。(含程序)-Image corners (feature points) extraction and matching algorithms for two similar images by corner detection algorithm, and then find the two images in common, which can merge
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2953888
    • 提供者:范启跃
  1. ObjectMatchingwithAffine-Invariant

    0下载:
  2. 基于局部仿射不变的特征匹配算法,包含全部.m文件,很有价值。-Based on local affine invariant feature matching algorithms, including all. M file of great value.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:687196
    • 提供者:wang
  1. feature-matching

    0下载:
  2. 特征点匹配代码,应用遗传算法对特征点进行计算-feature matching code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:9538
    • 提供者:zxmy
  1. SIFT_VC

    0下载:
  2. 本代码提供了SIFT算法提取特征点的同时又进行特征点匹配工作,同时还有相关注释说明-The code provides a SIFT algorithm to extract feature points matching feature points also work, as well as the relevant explanatory notes
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:645905
    • 提供者:liuyu
  1. SIFT-

    0下载:
  2. 一个简化后高效sift算法,对于做特征匹配比较有帮助-A simplified and efficient sift algorithm for feature matching more helpful to do
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4634677
    • 提供者:yaojian
  1. image-retrieval-technology-research

    0下载:
  2. 基于内容的图像检索技术的关键在于特征提取,是利用图像的颜色、形状、纹理、轮廓、对象的空间关系等客观独立的存在于图像中的基本视觉特征作为图像的索引,计算查询图像和目标图像的相似距离,按相似度匹配进行检索。综合国内外研究现状,可将基于内容的图像检索技术分为如下几种类型:基于颜色特征的检索、基于纹理特征的检索、基于形状及区域的检索、基于空间约束关系的检索。-Based on comparing various affine invariant regional basis, selection of
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2584688
    • 提供者:陈利华
  1. Static_detection

    0下载:
  2. 代码实现了一个模拟基于特征码扫描木马的小工具。可对磁盘所有内容进行扫描,匹配特征码,一旦发现可疑文件,可立即删除。特征码算法采用MD5-Code implements a simulated signature-based scanning Trojan gadget. All contents of the disk can scan signature matching, if found suspicious files can be deleted immediately. MD5 si
  3. 所属分类:Scanner

    • 发布日期:2017-05-11
    • 文件大小:2719649
    • 提供者:lee longying
  1. match_version_1.3

    0下载:
  2. 该程序主要功能是实现两幅图像特征点的匹配。首先用harris角点检测算法检测出图像角点,然后使用ssd算法筛选匹配的角点,最后将匹配的角点用线连接起来-The program is to achieve two main functions of image feature points of the match. First, with harris corner detection algorithm to detect image corners, then use the ssd cor
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1181360
    • 提供者:郭甜莉
  1. 2DPCA

    0下载:
  2. 用于对人脸进行识别,主要处理特征提取和特征匹配,最终实现对人脸的判别,比PCA准确率更搞,效率更好-face recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:653
    • 提供者:魏聪
  1. Sift_technology_notes

    0下载:
  2. SIFT的技术文档,SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力-SIFT feature matching algorithm is matching feature points at home and abroad in the research field of the hot issues and difficulties,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1642496
    • 提供者:xxx
  1. SIFT_relevant_papers

    0下载:
  2. SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力。-SIFT feature matching algorithm is matching feature points at home and abroad in the research field of the hot issues and difficulties, and the m
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-24
    • 文件大小:8181000
    • 提供者:xxx
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com