特征提取 Resources

Showing items tagged with "特征提取"

Implementation of image processing tasks in MATLAB including edge detection, image segmentation, feature extraction, and digital image recognition. The process involves applying blurring, sharpening, and histogram equalization operations to images with visualization of results. Complete image edge detection is implemented to achieve portrait or sketch effects, with graphical representation of processed outputs including key function explanations and algorithm implementations.

MATLAB 208 views Tagged

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 190 views Tagged

Feature extraction from an input image using Gabor wavelet transform, a texture and edge analysis method implemented through multi-scale and multi-orientation filtering operations.

MATLAB 221 views Tagged