登录
首页 » Visual C++ » FingerPrintVerify

FingerPrintVerify

于 2020-11-02 发布 文件大小:2219KB
0 275
下载积分: 1 下载次数: 0

代码说明:

说明:  这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配(This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition standards, and established in the school library on the measured fingerprint. Program applied to the technology are as follows: median filter, histogram equalization, the direction of the ridge line extraction, Gabor filtering, fingerprint thinning, feature extraction, feature point filtering, based on local feature points of the feature matching)

文件列表:

FingerPrintVerify
.................\FingerPrintVerify20071219
.................\.........................\FingerPrintVerify
.................\.........................\.................\debug
.................\.........................\.................\FingerPrintVerify





.................\.........................\.................\.................\012_2_8.mdl
.................\.........................\.................\.................\017_1_5.bmp
.................\.........................\.................\.................\017_2_3.bmp
.................\.........................\.................\.................\2a.bmp
.................\.........................\.................\.................\2a.mdl
.................\.........................\.................\.................\2b.bmp
.................\.........................\.................\.................\2b.mdl
.................\.........................\.................\.................\Debug
.................\.........................\.................\.................\FingerPrintVerify.cpp
.................\.........................\.................\.................\FingerPrintVerify.vcproj
.................\.........................\.................\.................\FingerPrintVerify.vcproj.IBM-1888A0F639D.remex.user
.................\.........................\.................\.................\Gabor.cpp
.................\.........................\.................\.................\Gabor.h
.................\.........................\.................\.................\Gabor.raw
.................\.........................\.................\.................\GaborBefore.raw
.................\.........................\.................\.................\ImgFile.cpp
.................\.........................\.................\.................\ImgFile.h
.................\.........................\.................\.................\ImgPreprocess.cpp
.................\.........................\.................\.................\ImgPreprocess.h
.................\.........................\.................\.................\ImgThinning.cpp
.................\.........................\.................\.................\ImgThinning.h
.................\.........................\.................\.................\Match.cpp
.................\.........................\.................\.................\Match.h
.................\.........................\.................\.................\MidFilter.raw
.................\.........................\.................\.................\Minutiae.cpp
.................\.........................\.................\.................\Minutiae.h
.................\.........................\.................\.................\Minutiae.raw
.................\.........................\.................\.................\Minutiae1.raw
.................\.........................\.................\.................\Minutiae2.raw
.................\.........................\.................\.................\MinutiaeFilter.raw
.................\.........................\.................\.................\Normalize.raw
.................\.........................\.................\.................\out1.txt
.................\.........................\.................\.................\out2.txt
.................\.........................\.................\.................\ReadMe.txt
.................\.........................\.................\.................\stdafx.cpp
.................\.........................\.................\.................\stdafx.h
.................\.........................\.................\.................\Thin.raw
.................\.........................\.................\FingerPrintVerify.sln
.................\指纹识别报告.pdf

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

发表评论

0 个回复

  • HuffmanExp
    实现对灰度图像的哈夫曼编码,对于其他图像,也可以类似的完成。(Realize grayscale images of hoffmann coding, for other image, also can be similar to the finish.)
    2010-11-13 09:58:54下载
    积分:1
  • IProcessN
    VC.NET图象处理,采用基于CImage类的图象处理技术,封装的函数为基本的图象处理部分,如几何变换等等,开发环境为VC++.NET(VC.NET image processing, based on CImage kind of image processing technology, Packaging for the basic functions of image processing, such as geometric transformation, and so on, the environment for the development of the VC.NET)
    2006-12-13 15:57:06下载
    积分:1
  • BM
    说明:  双目测距bm算法,已经实现,基于vs2015+opencv3.2,测距精度很高,一米内精度一厘米误差(Binocular ranging bm algorithm, which has been implemented, is based on vs2015 + opencv3.2, which has high accuracy and one centimeter error in one meter)
    2017-09-04 19:43:02下载
    积分:1
  • testArea
    一个求多边形面积的程序 也许会对某些人有用(Area of a polygon for the procedure may be useful to some people)
    2007-11-16 03:45:14下载
    积分:1
  • 利用C++实现了BMP的读入和显示 BMPCode
    利用C++实现了BMP图像的读入和显示利用C++实现了BMP图像的读入和显示利用C++实现了BMP图像的读入和显示(Use C++ achieve the BMP image to read and display BMP images using the C++ achieve to read and display BMP images using the C++ achieve to read and display)
    2013-06-25 09:30:57下载
    积分:1
  • 统计独立算法求的信息熵
    一幅大小为256×256的256级灰度图像(每像素8bit) 如果图像的各个像素之间是统计独立的,求该图像的信息熵 -离散无记忆信源 如果图像的各个像素之间不是统计独立的,求该图像的信息熵 -图像像素的概率分布模型(A 256 gray scale image (8bit per pixel) with a size of 256 x 256 If each pixel of the image is statistically independent, the information entropy of the image is calculated Discrete memoryless source If each pixel of the image is not statistically independent, the information entropy of the image is calculated Probability distribution model of image pixels)
    2017-11-24 21:49:34下载
    积分:1
  • generatePointCloud.cpp.tar
    采集RGB-D深度图像生成点云矩阵,属于RGB-D SLAM的前端处理过程(Collecting depth image to generate point cloud)
    2017-07-28 16:34:01下载
    积分:1
  • ImageProcessing
    说明:  基于块分割的图像拼接,将图像按块拼接,缺点是速度很慢,算法有待改善(Block-based segmentation of the image mosaic, mosaic images by block, the disadvantage is very slow, the algorithm needs to be improved)
    2011-03-24 18:22:01下载
    积分:1
  • ImageCoding
    该程序是数字图像处理中一个常用的算法,研究在VC6.0下调试通过,并且达到了非常好的效果,希望对大家能有点帮助。(The program is a digital image processing algorithms commonly used to study under VC6.0 debugger through and achieved very good results, in the hope that we can to some extent.)
    2009-04-26 19:58:05下载
    积分:1
  • add_noise_to_image
    为图像添加各种噪声,如高斯噪声、泊松噪声、椒盐噪声等。(需有openCV)(Add all kinds of noise for the image, such as Gaussian noise, Poisson noise, salt and pepper noise. (The need for openCV))
    2010-07-08 19:20:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载