分叉点 Resources

Showing items tagged with "分叉点"

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 200 views Tagged