虹膜识别 Resources

Showing items tagged with "虹膜识别"

This package contains research code accompanying a paper on non-ideal iris recognition systems, including systematic study tools and a small sample image collection (20 users). The implementation features batch processing capabilities for iris image analysis and supports angle-variant iris capture scenarios (0°, 15°, 30° frontal views). Researchers needing full access to West Virginia University's non-ideal iris database should contact the specified researchers for complete dataset acquisition.

MATLAB 280 views Tagged

Edge Localization in Iris Recognition: Utilizes edge tracking to identify boundary points, followed by least squares circle fitting to obtain coordinate values, with accompanying illustration demonstrating implementation workflow.

MATLAB 288 views Tagged

This iris recognition matching component is obtained from MATLAB's official website shared files, providing reference implementation for pattern matching algorithms in biometric systems.

MATLAB 267 views Tagged

Comprehensive preprocessing pipeline for iris recognition system, featuring modular functions for basic image enhancement, Canny edge detection, Hough transform-based circular boundary localization (inner and outer iris boundaries), and final normalization converting circular iris rings to rectangular formats. Includes sample images and custom GUI interface - while requiring further refinement, the core preprocessing tasks are effectively implemented. Performance optimization suggestions include replacing Hough transform with least-squares fitting algorithm for improved boundary detection accuracy.

MATLAB 314 views Tagged

Iris recognition image normalization processing transforms the annular iris region into a standardized rectangular image, facilitating subsequent feature extraction and matching operations. The process typically involves implementing coordinate mapping algorithms to convert circular iris textures into linear representations.

MATLAB 248 views Tagged