灰度共生矩阵 Resources

Showing items tagged with "灰度共生矩阵"

Implementation of texture image classification using Gray-Level Co-occurrence Matrix (GLCM) feature extraction and k-Nearest Neighbor (k-NN) algorithm. The creat_apprentissage function handles training sample preparation, cooccurence performs GLCM-based feature extraction, knn implements the classification algorithm, and classif executes the final texture image categorization.

MATLAB 214 views Tagged

Comprehensive GLCM resources including MATLAB code for generating co-occurrence matrices, the missing graycomatrix.m file from MATLAB 7 toolbox, and a feature extraction program that calculates over 20 texture features from GLCM. The implementation demonstrates practical approaches for texture analysis using statistical properties derived from pixel relationships.

MATLAB 180 views Tagged