端点 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 199 views Tagged

This MATLAB implementation provides a fast solution for detecting endpoints and junctions in line structures, returning spatial coordinates and connectivity information. The algorithm utilizes morphological operations and neighbor analysis to efficiently identify critical points where lines terminate or intersect.

MATLAB 237 views Tagged