图像分类 Resources

Showing items tagged with "图像分类"

A widely-used Sparse Representation Classifier (SRC) designed for signal and image classification tasks, requiring integration with the CVX optimization toolbox for proper operation. Implementation examples are available in the example.m file, demonstrating key algorithmic procedures including sparse coefficient solving and classification decision mechanisms.

MATLAB 209 views Tagged

Bayesian Classification for Images integrates pattern recognition techniques with image processing technologies, demonstrating the fundamental approach of using Minimum Error Probability Bayesian Classifiers for image categorization. Implementation typically involves probability density estimation and decision boundary computation based on feature vectors extracted from pixel data.

MATLAB 229 views Tagged

An image classification software developed using MATLAB, capable of object classification and matching recognition with comprehensive algorithmic workflows including preprocessing, feature extraction, and model training/testing.

MATLAB 262 views Tagged

Cross-validation methods for image classification, which enable the acquisition of more accurate parameter values from training datasets. These algorithms involve partitioning data into subsets and systematically validating model performance through iterative training cycles.

MATLAB 203 views Tagged