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

搜索资源列表

  1. Fingerprint_Identify

    3下载:
  2. 本项目名称是:基于FPGA的指纹识别模块设计。 主要内容为:本模块采用xilinx公司的Spartan 3E系列XC3S500E 型FPGA作为核心控制芯片,通过富士通公司的MFS300滑动式电容指纹传感器对指纹图象进行提取,然后对提取的指纹图像进行灰度滤波、图像增强、二值化、二值去噪、细化等预处理,得到清晰的指纹图象,再从清晰的指纹图象中提取指纹特征点,存入外部FLASH作为建档模板。指纹比对时,采用同样的方法获得清晰的指纹图像,建立比对模板,然后将比对模板与建档模板利用点模式匹配
  3. 所属分类:VHDL编程

    • 发布日期:2013-08-08
    • 文件大小:191002
    • 提供者:xiaoxu
  1. VC-MATLAB

    1下载:
  2. 共有十二章,每章都含有丰富的案例。包括图像点运算,图像变换,图像增强,图像分割,模式匹配,目标跟踪等大量的VC与MATLAB源码-A total of 12 chapters, each rich in both cases. Point operations, including image, image transformation, image enhancement, image segmentation, pattern matching, target tracking, such
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-09
    • 文件大小:5152662
    • 提供者:wangyichun
  1. ProjectHGR

    1下载:
  2. point pattern matching algorithm for hand guesture
  3. 所属分类:matlab

    • 发布日期:2015-06-07
    • 文件大小:543744
    • 提供者:computer
  1. KMP-string-search-algorithm

    0下载:
  2. C语言KMP字符串搜索算法实现。KMP字符串模式匹配通俗点说就是一种在一个字符串中定位另一个串的高效算法。-C language KMP string search algorithm realization. KMP string pattern matching is a popular point said in a string of the position of another string efficient algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1070
    • 提供者:胡飞帆
  1. Point-Pattern-Matching--Hand-Gesture

    0下载:
  2. 手势识别源代码,对学习手势识别的同学很有帮助,点匹配方法-This is the example of a gesture recognition for hand recognition, segmentation, in order to achieve the target hand, the matching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:530169
    • 提供者:terry
  1. PRM_zhang

    0下载:
  2. This package contains the Matlab implementation of the method proposed by W. Lian and L. Zhang, “Robust Point Matching Revisited: A Concave Optimization Approach,” in ECCV 2012.There are two main files, "demo_2D_similarity.m" for demonstrat
  3. 所属分类:数值算法/人工智能

  1. GndVcc

    1下载:
  2. 激光焊接机用VC设计编程,运动控制卡和视频卡控制采集图像,分析处理,找到焊接点加工,图像处理算法采用模板匹配,模式识别VC++实现,整机调试在产线运行! -Laser welding machine with VC design programming, motion control card and video card control image acquisition, analysis and processing, to find the welding point process
  3. 所属分类:2D Graphic

    • 发布日期:2015-11-25
    • 文件大小:12777472
    • 提供者:覃见吉
  1. Fingerprint

    0下载:
  2. 由于指纹所具有的唯一性和不变性,以及指纹识别技术具有很高的可行性和实用性,指纹识别成为目前最流行、最可靠的个人身份认证技术之一。 本论文对指纹图像基于小波变换的各种处理进行了分析、总结。图像处理包括基于小波变换的指纹图像滤波处理和基于小波的指纹图像增强处理。同时介绍指纹图像的预处理:目的是去除指纹图像中的噪音,将其转化为一幅清晰的点线图,便于提取正确的指纹特征。它分四步进行,即灰度滤波、二值化、二值去噪、细化。 本文针对基于点模式匹配的指纹匹配算法速度较慢的现状,设计了一种新
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2434
    • 提供者:罗先生
  1. fingerprint_match

    0下载:
  2. 指纹识别系统,包括指纹图像预处理,特征点提取,采用点模式匹配。-Fingerprint identification systems, including fingerprint image preprocessing, feature extraction, using point pattern matching.
  3. 所属分类:Special Effects

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

    0下载:
  2. DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1097
    • 提供者:韦卫
  1. 激光焊接机

    4下载:
  2. 激光焊接机用VC设计编程,运动控制卡和视频卡控制采集图像,分析处理,找到焊接点加工,图像处理算法采用模板匹配,模式识别VC++实现,整机调试在产线运行!(Using VC programming design of laser welding machine, motion control card and video card control image acquisition, analysis and processing, to find the welding point proces
  3. 所属分类:界面编程

    • 发布日期:2018-01-01
    • 文件大小:12791808
    • 提供者:destyni
搜珍网 www.dssz.com