聚类 Resources

Showing items tagged with "聚类"

Implementation of SIFT feature extraction from images with clustering capabilities for visual dictionary generation. Includes comprehensive code annotations and technical documentation. This proven codebase handles all SIFT-related image processing tasks and provides significant value for both beginners and developers through practical algorithm demonstrations and reusable functions.

MATLAB 211 views Tagged

A comprehensive collection of artificial intelligence algorithms covering various applications including function optimization, image recognition, and clustering. Implemented using MATLAB programming with included sample datasets for practical experimentation and validation.

MATLAB 172 views Tagged

MATLAB implementation of threshold segmentation using Mean Shift algorithm, which first clusters pixels with similar grayscale values through Mean Shift's segmentation characteristics, then applies threshold segmentation to separate foreground objects from background.

MATLAB 184 views Tagged