登录
首页 » matlab » sc_minutia

sc_minutia

于 2021-03-18 发布 文件大小:1777KB
0 386
下载积分: 1 下载次数: 54

代码说明:

  指纹识别算法,开源,十分有用,是matlab语言编写的,直接可以用再做修改(about matching,very useful )

文件列表:

license.txt,1335,2011-08-09
sc_minutia
..........\angular_filters_pi_2.mat,98488,2010-11-15
..........\angular_filters_pi_4.mat,98488,2010-11-15
..........\angular_filter_bank.m,2688,2010-11-15
..........\bookstein.m,890,2010-11-15
..........\calculate_FMR.m,575,2010-11-15
..........\calculate_FNMR.m,573,2010-11-15
..........\calc_EER.m,629,2011-04-09
..........\calc_FMR_pdf.m,496,2010-11-15
..........\calc_FNMR_pdf.m,388,2010-11-15
..........\calc_genuine_pdf.m,382,2010-11-15
..........\calc_imposter_pdf.m,350,2010-11-15
..........\calc_orient.m,916,2010-11-15
..........\clean_minutia.m,867,2010-11-15
..........\compute_coherence.m,1072,2010-11-15
..........\dist2.m,820,2010-11-15
..........\do_match.m,11900,2010-11-15
..........\enhance_images.m,2830,2010-11-15
..........\extract_db.m,1728,2010-11-15
..........\extract_finger.m,23543,2010-11-15
..........\fft_enhance_cubs.m,10654,2010-11-15
..........\figures.m,23398,2010-11-15
..........\filter_minutia.m,4054,2010-11-15
..........\FindOrient.m,899,2010-11-15
..........\FindTheta.m,2762,2010-11-15
..........\Fingerprint Matching using A Hybrid Shape and Orientation Descriptor (addendum).pdf,1735914,2011-08-07
..........\freqest.m,3640,2010-11-15
..........\gaussker.m,115,2010-11-15
..........\hist_cost_2.m,660,2010-11-15
..........\houghline.m,3198,2010-11-15
..........\hungarian.m,11250,2010-11-15
..........\im.m,335,2010-11-15
..........\license.txt,1335,2010-11-15
..........\main.m,3331,2011-04-10
..........\match.m,1,2010-11-15
..........\normalise.m,2313,2010-11-15
..........\orientation_image_rao.m,2320,2010-11-15
..........\p.m,712,2010-11-15
..........\partest.m,5981,2010-11-15
..........\plotridgeorient.m,1823,2010-11-15
..........\pseudo_matched_filter.m,829,2010-11-15
..........\radial_filters.mat,4404,2010-11-15
..........\radial_filters16.mat,1348,2010-11-15
..........\radial_filters64.mat,28675,2010-11-15
..........\radial_filter_bank.m,953,2010-11-15
..........\readme.txt,1321,2010-11-15
..........\register.m,8915,2010-11-15
..........\ridgefilter.m,4774,2010-11-15
..........\ridgefreq.m,2993,2010-11-15
..........\ridgeorient.m,4185,2010-11-15
..........\ridgesegment.m,2321,2010-11-15
..........\roc.m,3892,2010-11-15
..........\rocdata.mat,383,2010-11-15
..........\sc_compute.m,2293,2010-11-15
..........\show.m,3347,2010-11-15
..........\smoothen_frequency_image.m,2270,2010-11-15
..........\smoothen_orientation_image.m,1058,2010-11-15
..........\testfin.m,1909,2010-11-15
..........\test_bifurcation.m,5940,2010-11-15
..........\tico.m,1930,2010-11-15
..........\tps_iter_match.m,10933,2011-04-03
..........\tps_iter_match_no_anchors.m,9838,2010-11-15
..........\trace_path.m,2881,2010-11-15
..........\view_orientation_image.m,617,2010-11-15

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

发表评论

0 个回复

  • DeblurringImagesUsingWienerFilter
    模拟运动模糊 恢复模糊图像 对加性噪声图像的恢复等(Fuzzy simulation of the restoration of motion-blurred images of additive noise, such as image restoration)
    2009-05-06 08:40:30下载
    积分:1
  • 关于割算法(graphcut)的MATLAB代码-graphcutformatlab
    这是一个关于图割算法(graphcut)的MATLAB代码实现的。实现了用MATLAB来实现的参数估计,并且可以用于三维重建。(Here is a graph cut algorithm (graphcut) of the MATLAB code implementation. Achieved using MATLAB to implement the parameter estimation, and can be used for three-dimensional reconstruction.)
    2010-12-28 11:11:01下载
    积分:1
  • pingyi
    说明:  用matlab语言开发的图像平移程序,包含测试图片(Matlab language used to develop the image translation process, including test picture)
    2008-11-22 21:21:13下载
    积分:1
  • MATLABGUI
    利用MATLAB的图像用户界面GUI设计一个简单的菜单式图像处理系统。通过该程序实现对图像的简单处理、变换和去噪等功能,满足课程设计的要求。(A simple menu image processing system is designed by using the image user interface GUI of MATLAB. Through this program, the functions of image processing, transformation and denoising are realized, which meet the requirements of curriculum design.)
    2019-06-06 10:14:47下载
    积分:1
  • pca_bp
    本程序采用pca提取人脸特征,采用人工神经网络识别人脸。(This procedure using pca face feature extraction, using artificial neural network recognition face. )
    2012-08-18 16:49:25下载
    积分:1
  • Image fusion
    采用了小波变换的方法实现了红外光图像与可见光图像的融合,并且设计了一个简单的matlab GUI界面。小波变换的分解层数为2层,采用低频平均高频取大的融合规则,融合效果非常欢迎下载。(The method of wavelet transform is used to realize the fusion of infrared and visible light images, and a simple matlab GUI interface is designed. The number of decomposition layers of the wavelet transform is 2 layers, and the fusion rule is adopted by the low frequency average high frequency. The fusion effect is very welcome to download.)
    2020-12-23 11:09:06下载
    积分:1
  • exp03
    通过Matlab实现维纳滤波及逆滤波复原图像 不使用matlab自带函数 而是自编程序实现(Matlab to achieve through the Wiener filter and inverse filter to recover the image does not use function but rather bring their own self-matlab program)
    2009-06-17 01:57:53下载
    积分:1
  • image-processing_toolbox
    这是一个图像处理相关的matlab工具包,包含了很多写好的可以直接调用的m文件,非常实用(These MATLAB functions were created for the book Digital Image Processing Using MATLAB, 2nd edition, by R.C. Gonzalez, R.E. Woods, and S.L. Eddins, Gatesmark Publishing, 2009. The functions supplement and extend the image )
    2020-12-16 20:19:12下载
    积分:1
  • Aaform
    图像变换,处理图片的变换及反走样处理,包含VB和VC的源文件(Image transformation, to deal with the change of image and anti-aliasing processing, VB and VC contains source files)
    2007-12-19 13:48:33下载
    积分:1
  • cut-image
    是关于matlab中GUI程序裁剪程序,提供了多种方法,对于图像处理有很好的补充作用(Is about matlab GUI program in tailoring, offers a variety of methods, for image processing, have very good supplementary function)
    2013-09-02 16:44:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载