聚类 Resources

Showing items tagged with "聚类"

The Statistical Pattern Recognition Toolbox includes: 1) Analysis of linear discriminant functions with implementation examples, 2) Feature extraction using Linear Discriminant Analysis (LDA) algorithms, 3) Probability distribution estimation and clustering techniques, 4) Support Vector Machines and other kernel-based methods with practical code demonstrations.

MATLAB 276 views Tagged

The Mean Shift-based image segmentation process involves clustering image pixels using the Mean Shift algorithm, where starting points converging to the same mode are grouped into one class and assigned corresponding labels. Classes with insufficient pixels are eliminated, followed by binary segmentation through thresholding.

MATLAB 214 views Tagged

Rapid implementation code for ISODATA clustering algorithm, execute test_isodata to observe test results. This algorithm is ideal for feature classification prior to point pattern matching, featuring adaptive cluster merging/splitting with threshold controls.

MATLAB 229 views Tagged