Title:
Fingerprintidentification Download
- Category:
- SCM
- Tags:
-
[C/C++]
[源码]
- File Size:
- 46kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- sxw25
Description: vs_enhancer: fingerprint enhancement procedures describe how to use the library enhance the fingerprint image. The original image and target map
Like all bitmap.
fvs_direction: describes how to extract pattern. Input image must be normalized image, so as to
Better results. Output image overlay on top of the input image.
fvs_createtestimages: The program used to generate the debugging process may be used in a number of bitmap images, which
These images are different perspectives and different intervals of stripes. Generate the image file named as follows:
testimgSSSDDD.bmp
Which, SSS on behalf of fringe spacing (pixels number), DDD representative of the direction angle.
fvs_thinner: describes how to refine a fingerprint image. After thinning the image as the representative of the fingerprint
Ridge.
fvs_minutia: shows how the fingerprint image from the refined to obtain details of the point set. This part of the current do
The effect of bad pseudo minutiae e
File list (Check if you may need any files):
指纹识别程序\基于c语言的指纹识别程序\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
............\.......................\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
............\.......................\demos
............\.......................\include
............\.......................\src
............\基于c语言的指纹识别程序
指纹识别程序