Palmprint Recognition-Based Online Identity Verification Algorithm
Undergraduate Thesis on Palmprint Recognition-Based Online Identity Verification Algorithm - Provides implementation methodology and experimental results for academic reference
Explore MATLAB source code curated for "掌纹识别" with clean implementations, documentation, and examples.
Undergraduate Thesis on Palmprint Recognition-Based Online Identity Verification Algorithm - Provides implementation methodology and experimental results for academic reference
This MATLAB program for palmprint recognition implements key algorithms including maximum inscribed circle detection for ROI extraction, KL transformation for dimensionality reduction, wavelet transform for multi-resolution analysis, and Euclidean distance for feature matching.
Palmprint recognition source code requiring some modifications, but functional and operational
A palmprint recognition program utilizing Gabor filters for feature extraction and Support Vector Machine (SVM) for classification
This program represents my enhanced implementation based on PCA face recognition, adapted for palmprint recognition. It serves as excellent learning material for understanding PCA feature extraction algorithms, including dimensionality reduction techniques and feature space transformation.