图像特征提取 Resources

Showing items tagged with "图像特征提取"

Comprehensive feature extraction methods including color features, texture features, shape features, and SIFT features, accompanied by a compact CBIR retrieval system implementation code and detailed explanatory presentation materials.

MATLAB 252 views Tagged

Comprehensive overview of image feature extraction techniques, including implementations using MATLAB's fuzzy clustering algorithm for image segmentation, threshold-based segmentation methods, and feature extraction approaches with supporting materials and assignments.

MATLAB 213 views Tagged

A MATLAB-based manifold learning algorithm implementation for image feature extraction and behavior pattern recognition, featuring dimensionality reduction techniques and data transformation capabilities.

MATLAB 228 views Tagged

Image feature extraction using HOG (Histogram of Oriented Gradients) features - The code has been thoroughly tested and is ready for immediate use, ensuring reliable performance for computer vision applications

MATLAB 259 views Tagged

This design requirement implements a medical image recognition process comprising three main modules: image preprocessing, image feature extraction, and classification decision. The preprocessing module performs color-to-grayscale conversion, image binarization, histogram correction, noise removal, and edge enhancement. Feature extraction module processes image characteristics through algorithms that analyze local grayscale variations. The classification module employs discriminant functions and rules to identify targets based on extracted features.

MATLAB 229 views Tagged

A MATLAB-based image feature extraction program featuring an 8-dimensional HSV color histogram extraction function and a main program capable of batch processing multiple images. The implementation includes specialized functions for converting RGB to HSV color space and computing histogram distributions across hue, saturation, and value channels.

MATLAB 204 views Tagged