网上用C#写的Meanshift算法很难找,自己根据C++版源码改成了C#。调用方法如下:MeanShiftClustermsp=newMeanShiftCluster();List左尖括号Cluster右尖括号clusters=msp.Cluster(points,50);