搜索资源列表
MeanShift
- meanshift聚类,找到聚类中心,以及数据的类别
meanshift
- 一个外国人写的很好的meanshift聚类算法,有例程,可运行
meanshift
- 均值漂移测试程序,使用meanshift算法对随机产生的二维正态分布的随机数以及3D空间的数据进行聚类并绘图分步显示聚类过程,也可以从外部导入需要分类的数据,程序中有详尽的注释和说明,并且配有测试结果,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
Cluster_MeanShift
- 采用meanshift算法实现图像聚类,函数用matlab实现-clustering using Mean-shift
MeanShift
- 国外写的meanshift找聚类中心和类别数目的源程序,有实例,可直接使用-Meanshift looking abroad to write the number of cluster centers and the type of source, there are instances, can be used directly
MSClustering
- 使用MeanShift进行分割聚类的代码~-The use of segmentation MeanShift clustering code ~
MeanShift
- Meanshift的非监督聚类方法,主要用于图像处理和模式识别。-Meanshift non-supervised clustering method, mainly used in image processing and pattern recognition.
meanshift
- mean shift聚类算法,可以用来浮现轮廓-mean shift
MeanShiftCluster
- 经典的meanshift聚类算法。算法描述的很详尽,可以直接复用。-Meanshift classical clustering algorithm. Algorithm descr iption is very detailed, can be directly reused.
Meanshift_PAMI_2002
- 文章讨论了一种用于分析复杂的多态特征空间的非参数技术——Meanshift方法,并利用它进行了任意的形状聚类。-A general nonparametric technique is proposed for the analysis of a complex multimodal feature space and to delineate arbitrarily shaped clusters in it.
meanshift
- 国外牛人写的聚类算法,是k-means算法的升级版-Written by foreign cattle clustering algorithm, k-means algorithm is an upgraded version of
meanshiftsegmentation
- 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
meanshift-segmention
- meanshift用于图像分割,基于彩色分割,可用于图像聚类-meanshift segmention cluster
MeanShift
- MeanShift聚类算法的函数以及测试调用代码-MeanShift clustering algorithm.
meanshift
- 聚类用于跟踪,识别,有确定的聚类中心,聚类半径,聚类数目。
MeanShift
- meanShift,均值漂移,在聚类、图像平滑、分割、跟踪等方面有着广泛的应用。一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。(MeanShift, mean shift is widely used in clustering, image smoothing, segmentation, tracking and so on. Generally refers to an iterative step, that is, first
meanshift
- 一个比较简单的meanshift聚类算法(A relatively simple meanshift clustering algorithm)
MeanShift
- meanshift可实现图像分割,聚类,在二维图像处理中应用比较广泛(meanshift can conduct image segmentation, clustering, etc. It has been widely used in computer vision and image processing.)
meanshift
- meanshift聚类算法源码 可运行( Meanshift clustering algorithm source code)
meanshift_filter
- 利用meanshift算法对图像进行滤波。meanshift可用于滤波、追踪、聚类、分割等(The image is filtered by means of shift algorithm. Meannshit can be used for filtering, tracking, clustering, segmentation, etc.)