登录
首页 » matlab » Fingerprint

Fingerprint

于 2009-09-13 发布 文件大小:382KB
0 136
下载积分: 1 下载次数: 74

代码说明:

  这是基于matlab编写的一套用于指纹识别的源码,可以即得即用,很是详细。(This is based on the preparation of a set of matlab source code for fingerprint recognition, which you can get that is used, it is detailed.)

文件列表:

指纹识别
........\指纹识别
........\........\FVS - Fingerprint Verification System
........\........\.....................................\demos
........\........\.....................................\.....\fvs_binarize.c
........\........\.....................................\.....\fvs_createtestimages.c
........\........\.....................................\.....\fvs_direction.c
........\........\.....................................\.....\fvs_enhancer.c
........\........\.....................................\.....\fvs_mask.c
........\........\.....................................\.....\fvs_minutia.c
........\........\.....................................\.....\fvs_thinner.c
........\........\.....................................\include
........\........\.....................................\.......\export.h
........\........\.....................................\.......\file.h
........\........\.....................................\.......\floatfield.h
........\........\.....................................\.......\fvs.h
........\........\.....................................\.......\fvstypes.h
........\........\.....................................\.......\histogram.h
........\........\.....................................\.......\image.h
........\........\.....................................\.......\imagemanip.h
........\........\.....................................\.......\img_base.h
........\........\.....................................\.......\import.h
........\........\.....................................\.......\matching.h
........\........\.....................................\.......\minutia.h
........\........\.....................................\readme.txt
........\........\.....................................\src
........\........\.....................................\...\export.c
........\........\.....................................\...\file.c
........\........\.....................................\...\floatfield.c
........\........\.....................................\...\histogram.c
........\........\.....................................\...\image.c
........\........\.....................................\...\imagemanip.c
........\........\.....................................\...\img_base.c
........\........\.....................................\...\img_enhance.c
........\........\.....................................\...\img_morphology.c
........\........\.....................................\...\img_thin.c
........\........\.....................................\...\import.c
........\........\.....................................\...\matching.c
........\........\.....................................\...\minutia.c
........\........\.....................................\...\version.c
........\........\matlab sourcecode for 指纹





........\........\..........................\centralizing.m
........\........\..........................\Cropping.m
........\........\..........................\fpextractdemo.m
........\........\..........................\gabor2d_sub.m
........\........\..........................\informations.dat
........\........\..........................\readme.txt
........\........\..........................\sector_norm.m
........\........\..........................\vedicentro.m
........\........\..........................\whichsector.m
........\........\使用帮助:新手必看.htm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • tryGUI
    超宽带系统链路matlab仿真程序 超宽带系统简单仿真平台,有简单界面.包括可替换的脉冲成型(半余弦脉冲)、IEEE802.15.3a的修正SV信道、最大似然信道估计、Rake接收机等模块,可以实现monte carlo仿真求误码率。可添加多址接入、编码等功能(维特比编解码、帧同步的程序由本人同学编写)。入口主程序uwbsim.m 编解码程序:bin2deci.m;bini2deci.m;deci2bin.m VITRBI.m 信道及信道估计:ch_est.m;channel.m;channelgenerator.m;conv_m. m;sigfold.m UWB_SV_channel.m uwb_sv_cnvrt_ct.m uwb_sv_eval_ct.m uwb_sv_model_ct.m uwb_sv_params.m Rake接收机:findpeak.m;MRC_combine.m;MRC_Rake.m;n_upsample.m;selectpath.m 其他:cnv_encd.m;dssignal.m;Eb_halfcos.m;waveshape.m;halfcos_generator.m;metric.m;nxt_stat.m;sim_main.m;spreadgren.m;test_code.m;training_ds.m;uwbsim.m;vit_test.m(UWB system links Matlab simulation program UWB simple system simulation platform, A simple interface. including replacement of the pulse shaping (semi-cosine pulse). IEEE802.15.3a amendment SV Channel, the greatest likelihood channel estimation, the Rake receiver modules. can be achieved monte carlo simulation for BER. They can add multiple access, coding, and other functions (Viterbi codec, frame synchronization procedures prepared by my classmates). Edit the entrance uwbsim.m codecs : bin2deci.m; bini2deci.m; deci2bin.m VITRBI.m Channel and Channel Estimation : ch_est.m; channel.m; channelgenerator.m; conv_m. m; sigfold.m UWB_SV_channel.m uwb_sv_cnvrt_ct . m uwb_sv_eval_ct.m uwb_sv_model_ct.m uwb_s v_params.m Rake : findpeak.m; MRC_combine.m; MRC_Rake.m; n_upsample.m; selectpath.m Other )
    2006-12-02 09:41:29下载
    积分:1
  • hough_circle
    已经运行过,可用的一种matlab代码的圆形裂痕检测(Have been run, a round of matlab code detection available)
    2014-10-14 16:50:24下载
    积分:1
  • envelope
    求取信号的包络,信号的包络含有重要的调制信息,本程序给出了求取信号包络的方法(To strike a signal envelope, signal modulation envelope contains important information, this program gives way to strike a signal envelope)
    2011-07-18 19:30:14下载
    积分:1
  • bbbb
    用数组的方式求鞍点。开始时假设a[i][0]最大,将列号0赋给maxj保存,找出第i行中的最大者。。(With an array of ways for saddle point )
    2014-12-03 22:25:05下载
    积分:1
  • xiaobo
    基于小波变换的局部放电信号消噪技术研究,包括程序和参考文献。(Noise cancellation technology research partial discharge signal based on wavelet transform, including the program and reference papers.)
    2021-04-13 12:38:56下载
    积分:1
  • 参数辨识
    此代码利用高斯牛顿迭代法,对非线性函数进行参数辨识。可以对传递函数通过阶跃响应实验得到的数据进行迭代获得传递函数的参数(The code uses the Gauss-Newton iteration method to identify the parameters of the non-linear function. The parameters of the transfer function can be obtained by iterating the data obtained from the step response experiment of the transfer function.)
    2020-06-20 18:40:02下载
    积分:1
  • cell-1
    光伏太阳电池的仿真,基本的数学公式与基本知识(PV solar cell simulink)
    2010-03-09 22:50:45下载
    积分:1
  • DTC_SVPWM_FINAL_GA_final
    Numerous industrial applications have begun to require higher power apparatus in recent years. Some medium voltage motor drives
    2014-11-18 17:13:30下载
    积分:1
  • Matlab-jiaocheng-
    这是一篇讲解Matlab的一些简单的使用操作以及程序,对新手是很好的。(This is one to explain the use of some simple Matlab operations and procedures, the novice is very good.)
    2013-11-10 14:49:41下载
    积分:1
  • Part-two-figure-to-determine
    MATLAB写的,从基本原理出发,判定给定图是不是二部图,文件中有两个例子可以验证算法。(Written by MATLAB, starting from the basic principle, determine a given graph is figure, can validate algorithm file, there are two examples. )
    2013-11-01 10:42:01下载
    积分:1
  • 696518资源总数
  • 105034会员总数
  • 16今日下载