登录
首页 » matlab » 201744901032欧阳建成指纹识别系统

201744901032欧阳建成指纹识别系统

于 2021-03-19 发布
0 180
下载积分: 1 下载次数: 6

代码说明:

说明:  实现指纹识别的功能。图像的预处理、指纹特征提取、指纹匹配。(Realize the function of fingerprint identification. Image preprocessing, fingerprint feature extraction, fingerprint matching.)

文件列表:

指纹识别系统, 0 , 2020-05-07
指纹识别系统\1.bmp, 196664 , 2011-05-11
指纹识别系统\19_7.bmp, 66614 , 2001-01-11
指纹识别系统\2.bmp, 196664 , 2011-05-11
指纹识别系统\22443.bmp, 132118 , 2000-08-21
指纹识别系统\3.bmp, 196664 , 2011-05-11
指纹识别系统\37_3.bmp, 66614 , 2001-01-11
指纹识别系统\37_5_2.bmp, 66614 , 2001-01-11
指纹识别系统\37_7.bmp, 66614 , 2001-01-11
指纹识别系统\imgbin.asv, 1329 , 2020-05-02
指纹识别系统\imgbin.m, 1329 , 2020-05-02
指纹识别系统\imgcom.asv, 281 , 2020-05-04
指纹识别系统\imgcom.m, 281 , 2020-05-04
指纹识别系统\imgcut.asv, 1612 , 2020-05-04
指纹识别系统\imgcut.m, 1612 , 2020-05-04
指纹识别系统\imgplot.asv, 807 , 2020-04-30
指纹识别系统\imgplot.m, 715 , 2020-04-30
指纹识别系统\imgpoi.asv, 884 , 2020-05-04
指纹识别系统\imgpoi.m, 884 , 2020-05-04
指纹识别系统\imgres.m, 276 , 2020-05-04
指纹识别系统\imgthi.asv, 910 , 2020-05-04
指纹识别系统\imgthi.m, 907 , 2020-05-04
指纹识别系统\pretreatment.m, 446 , 2020-04-30
指纹识别系统\zwsb.asv, 5157 , 2020-04-30
指纹识别系统\zwsb.fig, 2567 , 2020-04-30
指纹识别系统\zwsb.m, 3852 , 2020-04-30
指纹识别系统\zwsb2.asv, 4441 , 2020-05-07
指纹识别系统\zwsb2.fig, 1859 , 2020-04-30
指纹识别系统\zwsb2.m, 4440 , 2020-05-07
指纹识别系统\~$指纹识别.pptx, 165 , 2020-05-04
指纹识别系统\函数补充.docx, 29278 , 2020-05-02
指纹识别系统\指纹识别.pptx, 4031190 , 2020-05-07
指纹识别系统\运行结果, 0 , 2020-05-07
指纹识别系统\运行结果\1.原始图像.png, 141807 , 2020-05-07
指纹识别系统\运行结果\2.灰度图像.png, 133689 , 2020-05-07
指纹识别系统\运行结果\3.分割图像.png, 111669 , 2020-05-07
指纹识别系统\运行结果\4.消除噪声图像.png, 110436 , 2020-05-07
指纹识别系统\运行结果\5.二值图像.png, 114783 , 2020-05-07
指纹识别系统\运行结果\6.细化图像.png, 111337 , 2020-05-07
指纹识别系统\运行结果\7.特征点提取.png, 54683 , 2020-05-07
指纹识别系统\运行结果\对比结果.png, 13648 , 2020-05-07
指纹识别系统\运行结果\开始界面.png, 22155 , 2020-05-07
指纹识别系统\运行结果\选择图像1.png, 105161 , 2020-05-07
指纹识别系统\运行结果\选择图像2.png, 138580 , 2020-05-07

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

发表评论

0 个回复

  • baobianlvb
    对地震图像实现保边滤波,使图像更加真实可信。(Seismic image by edge preserving filter, the image is more authentic.)
    2010-09-19 15:28:19下载
    积分:1
  • Design-algorithm-of-PID-controller
    说明:  本文介绍了Ziegler-Nichois规则的PID控制器设计及其改进算法 ,并给出了基于MATLAB的实现方法和仿真。(This article describes the rules of Ziegler-Nichois PID controller design and its improved algorithms and implementation is presented based on MATLAB and simulation methods.)
    2011-04-18 19:23:47下载
    积分:1
  • GP
    说明:  实现相空间重构时间延迟的确定,使用的是C-C方法。(Realization of phase space reconstruction time delay identification)
    2012-03-22 17:04:25下载
    积分:1
  • fGenerateCAcode
    CA码发生器gold码可作为gps仿真的信号发生器(generate ca code)
    2011-06-13 17:15:45下载
    积分:1
  • work
    another program in the same work of the photovoltaic generator
    2011-07-14 18:18:45下载
    积分:1
  • RBF-neural-network
    用matlab编程,rbf神经网络进行负荷预测的程序(Using matlab programming, rbf neural network load forecasting procedures)
    2013-10-12 14:34:28下载
    积分:1
  • huffman
    matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)(huffman coding matlab realize 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark ) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer))
    2007-10-17 14:59:22下载
    积分:1
  • fast-velocity-method
    主要实现最速下降法的算法及主程序计算,主要实现最速下降法的算法及主程序计算,(fast velocity methodfast velocity methodfast velocity methodfast velocity methodfast velocity method)
    2015-03-23 15:32:49下载
    积分:1
  • matlab6.5
    这是对matlab的一点简介。希望会对大家有用。(This is a point matlab profile. Hope will be useful.)
    2009-05-09 18:05:28下载
    积分:1
  • analiser
    Tells a picture if its monotone or not.
    2015-03-09 23:17:07下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载