搜索资源列表
meanshiftseg
- 这是基于均值漂移算法的图像分割VC源代码。
meanshiftseg
- 这是基于均值漂移算法的图像分割VC源代码。-This is based on the mean-shift image segmentation algorithm VC source code.
MeanshiftSeg
- 把MEANSHIFT用于图像分割和边缘检测-Edge Detection and Image Segmentation System
meanshiftseg
- 一个均值漂移的算法,用于彩色图像分割的,有一定的调整,这个是图图像进行分割的程序-mean shift use in color image
meanshiftseg
- 这是一个关于利用meanshift算法进行图像特征提取的matlab程序,可以直接运行-this is a way for matlab using meanshift,and it is a good process。
mean-shift
- 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。 4.meanshiftseg中,对分成一类的像素,取的是它们的平均值作为属于该区域的像素的 值。 5. 为了简单彩色图只做了第一维。其它类似的。-