CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - fingerprint code

搜索资源列表

  1. Fingerprint.rar

    4下载:
  2. 指纹识别算法,所有算法代码(包括预处理,提取特征与匹配算法)都包含在内,没有使用动态链接库,Fingerprint recognition algorithm, all the algorithm code (including preprocessing, feature extraction and matching algorithm) are included, do not use dynamic-link library
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-03-04
    • 文件大小:4044842
    • 提供者:huiyiliang
  1. code

    0下载:
  2. 7个案例代码包含了指纹识别、数字水印算法、手势识别、印鉴鉴定、条形码识别(一位条码、pdf417)的相关代码。-7 cases the code contains a fingerprint recognition, digital watermarking algorithms, gesture recognition, seal identification, bar code identification (a barcode, pdf417) the relevant code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1809238
    • 提供者:林涛
  1. Matlab

    0下载:
  2. 主要是关于关于图像处理方面的matlab程序代码,有指纹方面的,图像增强方面的。-Is mainly about about matlab image processing code, there is the fingerprint area, aspects of image enhancement.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8947679
    • 提供者:Ben
  1. code

    0下载:
  2. 指纹识别的matlab程序代码,对于学习指纹的朋友来说是不错的选择。-Fingerprint recognition matlab code, for studying fingerprints Friend is a good choice.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:675110
    • 提供者:Ben
  1. printdetect

    0下载:
  2. 用matlab代码实现如下论文的指纹特征提取《基于Ma tlab实现的指纹图像细节特征提取》 郭晶莹,[J]北京,计算机仿真 2007.1 -Matlab code used to achieve the following papers fingerprint feature extraction, " Ma tlab based on the realization of the details of the fingerprint image feature extraction,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2755
    • 提供者:小黑
  1. 22222225

    1下载:
  2. 这是一个指纹识别的matlab代码,用gabor滤波器处理的。-This is a fingerprint recognition matlab code processed using gabor filters.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:316342
    • 提供者:张敏涛
  1. stoyan

    0下载:
  2. 指纹识别matlab 代码,实现增强,二值化,细化功能-Fingerprint recognition matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:37871
    • 提供者:liaomin
  1. 111

    0下载:
  2. 指纹头像处理的相关代码,详细的介绍的指纹头像的预处理,直方图二值化,图象增强和模板匹配的相关函数-Fingerprint image processing of the relevant code, a detailed introduction of the fingerprint image pre-processing, histogram binarization, image enhancement and template matching of the correlation fu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:46022
    • 提供者:sky
  1. fingerprint

    0下载:
  2. 指纹识别的源代码,实现对于各类指纹的预处理、指纹图像增强等功能-The source code for fingerprint recognition to achieve all kinds of fingerprints for pre-processing functions such as fingerprint image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:38221
    • 提供者:lishuping
  1. Fingerprint_recognition

    0下载:
  2. 将指纹识别matlab源代码安装在Matlab的工作目录,运行fprec主程序,开始进行指纹识别。-Fingerprint recognition matlab source code installed in the Matlab working directory, run fprec main program to begin fingerprinting.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:297505
    • 提供者:马汪
  1. ThiningAlgorithm

    0下载:
  2. 代码中包含5种图像细化算法,分别为beforethin、ThinnerHilditch、ThinnerPavlidis、ThinnerRosenfeld、ThiningDIBSkeleton,相信对你系统研究该方法有帮助-This code includes 5 kinds of image thining method:beforethin,ThinnerHilditch,ThinnerPavlidis,ThinnerRosenfeld,and ThiningDIBSkeleton.It mu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:3045
    • 提供者:zqf
  1. Fingerprint

    1下载:
  2. 一个很不错的指纹分析算法源代码,可以从采集的指纹图片中进行二次黑白化,平滑图像处理。可以对指纹图像特征信息提取,比对,以轮廓显示以及色彩覆膜特显等技术算法。主要的分析速度很快,值得学习的算法。要在指纹信息处理中比较不错,本站隆重推荐。-A very good algorithm for fingerprint analysis of the source code, a fingerprint image from the collection of black and white of a s
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-03-04
    • 文件大小:87040
    • 提供者:talqaedak
  1. gaborfilter.tar

    0下载:
  2. Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1292
    • 提供者:郑碧波
  1. test

    0下载:
  2. 指纹图像处理包括梯度处理、方向场处理、平滑处理、智能增强处理等-The fingerprint image processing including gradient processing, direction field processing, smooth processing and intelligent enhancement processing, etc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:972
    • 提供者:刘能
  1. fingerprint-classification1

    0下载:
  2. 此程序为指纹识别中重要一步指纹分类的MATLAB源码-This program is an important step in fingerprint identification fingerprint classification MATLAB source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:2558
    • 提供者:Vivian
  1. fingerprint-classification2

    0下载:
  2. 指纹分类是指纹准确识别的前提,该程序是指纹分类源码-Fingerprint classification is a prerequisite to accurately identify the fingerprint, fingerprint classification code of the program is
  3. 所属分类:Special Effects

    • 发布日期:2016-03-06
    • 文件大小:2048
    • 提供者:Vivian
  1. fingerprint-classification3

    0下载:
  2. 该程序是指纹分类源码,其中计算方向场部分MATLAB源码-The program is fingerprint classification code, which calculate the direction of the field part of the MATLAB source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1604
    • 提供者:Vivian
  1. match

    0下载:
  2. 指纹代码库,可以达到指纹校验,匹配,模板采集的功能-Fingerprint code base, you can reach the fingerprint verification, matching, template collection feature
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:29232
    • 提供者:haha
  1. fingerprint-identify-code

    0下载:
  2. 此代码主要是用于自动指纹识别中建立指纹特征库-This code is mainly used to create automated fingerprint identification fingerprint signatures
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6159360
    • 提供者:呼进国
  1. Fingerprint-code-matlab

    0下载:
  2. remove background of an image in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:12630
    • 提供者:Kun
« 12 3 4 »
搜珍网 www.dssz.com