登录
首页 » matlab » sc_minutia

sc_minutia

于 2021-03-18 发布 文件大小:1777KB
0 307
下载积分: 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 个回复

  • chedaoxian
    完成了对车道线进行了识别,主要流程为灰度化,边缘检测,hough变换。(We completed the lane line identification, the main process of graying, edge detection, hough transform.)
    2017-03-07 08:56:32下载
    积分:1
  • image-segmentation
    图像分解算法,四种方法可选,包括threshold, K means threshold, region growing以及gradient based segmentation(Image decomposition algorithm, four methods available, including the threshold, K means threshold, region growing and gradient based segmentation)
    2013-07-12 07:46:20下载
    积分:1
  • Endmember-Extraction-Codes
    一些常用的高光谱解混方法的matlab代码(Hyperspectral unmixing method matlab code)
    2021-02-22 03:39:41下载
    积分:1
  • MCA
    采用多成分分析算法进行图像分解,并对该算法进行评价(MCA picture dissolution)
    2013-03-18 19:07:25下载
    积分:1
  • regiongrow
    修改了冈萨雷斯《数字图像处理》中的区域生长法。本函数中含有三种选择种子点的方法:分别依据灰度值,种子点位置,交互式选择单个种子点。(Modified the region growing method described in "Digital Image Processing" . This function contains three options for the method of seed points: based on gray value, the location of the seed points, interactive selection of a single seed point. )
    2012-02-22 21:38:22下载
    积分:1
  • FastICA_Kurt
    这个算法是基于峭度的快速不动点算法,混合方式是线性瞬时混合,适定情况,该算法收敛速度较梯度算法快,很实用。(failed to translate)
    2013-05-08 18:09:53下载
    积分:1
  • K-means
    经典的K均值聚类,源码加利用三维高斯简单数据的实现对三类数据的聚类(Achieve the effect of classical K-means clustering, plus simple data)
    2015-08-19 11:23:30下载
    积分:1
  • colorhist
    统计颜色直方图的matlab程序,解压缩后可以直接在MATLAB环境中运行(Color histogram statistics of the matlab program, unzip it directly in the MATLAB environment)
    2008-05-13 23:05:29下载
    积分:1
  • PSFgenerate
    点扩散函数,matlab程序,图像处理中的应用举例(Point spread function, matlab program, application examples in image processing)
    2021-04-22 15:18:48下载
    积分:1
  • Code
    遥感图像处理的基本操作:PCA变换、KT变换、直方图显示、彩色显示等(The basic operation of the remote sensing image processing: PCA transform, KT transform, histogram display, color display)
    2021-05-16 17:30:02下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载