图像 Resources

Showing items tagged with "图像"

MATLAB Implementation of Gray-Level Co-occurrence Matrix - The joint probability matrix method statistically surveys all pixels in an image to describe its gray-level distribution. This implementation calculates spatial relationships between pixel pairs to extract texture features for image analysis.

MATLAB 212 views Tagged

A program implementing SIFT algorithm for feature matching, which detects keypoints and establishes correspondences between keypoints in two images. The implementation includes sample images demonstrating excellent matching results with techniques for scale-space extrema detection and descriptor generation.

MATLAB 251 views Tagged

Linear Discriminant Analysis (LDA) for feature selection enables extraction of discriminative features from datasets or images, commonly applied in machine learning tasks such as classification or clustering. The method involves maximizing class separability through dimensionality reduction.

MATLAB 252 views Tagged