特征提取算法 Resources

Showing items tagged with "特征提取算法"

This project implements an SVM-based image classification system to automatically distinguish between basketball courts and tennis courts. The implementation includes color moment-based feature extraction for color images, complemented by HOG (Histogram of Oriented Gradients) and LBP (Local Binary Pattern) algorithms for enhanced feature representation. The workflow incorporates preprocessing steps like noise reduction and image enhancement to ensure input quality consistency.

MATLAB 217 views Tagged

Feature Extraction Algorithms in Iris Recognition: 2D-Gabor Filter Algorithm, which processes normalized iris images through this filter to generate binary feature codes. Includes illustrative diagram demonstrating the filtering process and feature encoding pipeline.

MATLAB 278 views Tagged