Gabor小波变换 Resources

Showing items tagged with "Gabor小波变换"

An image retrieval program based on Gabor wavelet transform, featuring comprehensive modules for feature extraction, feature matching, and result return with algorithmic enhancements for improved accuracy.

MATLAB 198 views Tagged

This MATLAB program implements a comprehensive facial recognition pipeline that first processes face images using Gabor wavelet transformation for feature extraction, then applies PCA (Principal Component Analysis) for dimensionality reduction, and finally employs an SVM (Support Vector Machine) classifier for multi-class recognition. The implementation supports the complete ORL face database and utilizes the libsvm toolbox (version: libsvm-mat-2.89-3[FarutoUltimate3.0]). Key implementation details include Gabor filter parameter configuration, PCA eigenvector computation, and SVM kernel function selection for optimal multi-class classification performance.

MATLAB 201 views Tagged

Feature extraction from an input image using Gabor wavelet transform, a texture and edge analysis method implemented through multi-scale and multi-orientation filtering operations.

MATLAB 204 views Tagged