资源简介

均值漂移算法的MATLAB代码,分割效果还是不错的。

资源截图

代码片段和文件信息

function [clustCentdata2clustercluster2dataCell] = MeanShiftCluster(dataPtsbandWidthplotFlag);
%perform MeanShift Clustering of data using a flat kernel
%
% ---INPUT---
% dataPts           - input data (numDim x numPts)
% bandWidth         - is bandwidth parameter (scalar)
% plotFlag          - display output if 2 or 3 D    (logical)
% ---OUTPUT---
% clustCent         - is locations of cluster centers (numDim x numClust)
% data2cluster      - for every data point which cluster it belongs to (numPts)
% cluster2dataCell  - for every cluster which points are in it (numClust)

% Bryan Feldman 02/24/06
% MeanShift first appears in
% K. Funkunaga and L.D. Hosteler “The Estimation of the Gradient of a
% Density Function with Applications in Pattern Recognition“


%*** C

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5818  2015-07-26 16:29  MeanShift\MeanShiftCluster.m

     文件        996  2006-02-26 14:53  MeanShift\testMeanShift.m

     目录          0  2015-07-26 16:02  MeanShift

----------- ---------  ---------- -----  ----

                 6814                    3


评论

共有 条评论