指纹识别 Resources

Showing items tagged with "指纹识别"

Fingerprint database collected using AES2410 sensor with approximately 500 raw images, plus about 5,000 images each with no background and optical background variants. Essential for developing fingerprint recognition algorithms with MATLAB image processing and pattern matching functions.

MATLAB 224 views Tagged

A comprehensive fingerprint recognition system developed in MATLAB, including sample images and source code. To execute the program, set the current directory as the working directory in MATLAB and run the command 'fpextractdemo' in the command window.

MATLAB 247 views Tagged

Fingerprint Recognition Source Code implementing feature extraction through bifurcation and endpoint detection. The algorithm follows the methodology described in the accompanying documentation, focusing on locating ridge bifurcations and terminations as fingerprint features. Current limitations include insufficient image preprocessing resulting in false point detection and inadequate fingerprint contour filtering. The implementation consists of three MATLAB files: fd.m (bifurcation point extraction), fd2.m (endpoint detection), and Cpoint.m (mask function called by both main functions).

MATLAB 217 views Tagged