图像纹理特征 Resources

Showing items tagged with "图像纹理特征"

Gabor filters perform image filtering to extract texture features at multiple orientations and scales, enabling comprehensive texture analysis through frequency and spatial domain processing.

MATLAB 240 views Tagged

This MATLAB-implemented code utilizes Gabor transformation algorithm to extract texture features from images, suitable for texture-based image retrieval systems. The implementation includes multi-scale Gabor filtering with adjustable frequency and orientation parameters, along with feature vector computation methods. The package also contains a technical paper discussing Gabor transform principles, applications, and optimization approaches.

MATLAB 216 views Tagged