图像分类 Resources

Showing items tagged with "图像分类"

SVM for image classification using block-based feature extraction primarily focuses on determining image categories such as ancient architecture, water bodies, vegetation, etc. Implementation involves feature vector extraction through image partitioning and SVM model training for multi-class classification.

MATLAB 169 views Tagged

This approach implements semi-supervised image classification using Support Vector Machines (SVM). The method from literature [1] performs supervised image feature learning from all available data (both labeled and unlabeled samples). It leverages rich categorical attributes of images to automatically generate prototype set collections from existing data. Feature learning is then applied to each prototype set, and the projected features are concatenated to form comprehensive image representations for classification. The performance is compared with traditional semi-supervised methods that determine classification boundaries based solely on unlabeled images.

MATLAB 302 views Tagged

This project includes: research paper on SVM for image classification using block partition feature extraction, with corresponding MATLAB implementation where image partitioning, feature extraction, and clustering are completed using MATLAB 6.5. The MATLAB code implementation involves key functions for image processing blocks, feature vector computation, and clustering algorithms integration.

MATLAB 257 views Tagged