分类算法 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

The package provides complete source code accompanied by detailed explanations in TXT and Word formats, including comprehensive instructions for using the SVM toolbox. It covers various SVM classification algorithms with in-depth explanations. The implementation contains two practical examples and an optimizer module, offering both traditional SVM classification and an enhanced newsvm classification method for broader application scenarios.

MATLAB 242 views Tagged