文件名称:mean-shift
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2016-12-10
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.mean shift 的迭代过程只做了一次(为了简单)
2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。
3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。
4.meanshiftseg中,对分成一类的像素,取的是它们的平均值作为属于该区域的像素的 值。
5. 为了简单彩色图只做了第一维。其它类似的。-The iterative process 1.mean shift only once (for simplicity) 2. image pan when considering only one point less than the distance between its 2* hr point, instead of the image in all points. 3. The experiment uses only a gauss core, while providing a method of choice, but only used during the gauss range nuclear weighted, if necessary, please correct yourself. 4.meanshiftseg, the class of a pixel is divided into, and their average value was taken as the value of the area belonging to the pixels. 5. For simplicity only the first color image dimension. Other similar.
2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。
3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。
4.meanshiftseg中,对分成一类的像素,取的是它们的平均值作为属于该区域的像素的 值。
5. 为了简单彩色图只做了第一维。其它类似的。-The iterative process 1.mean shift only once (for simplicity) 2. image pan when considering only one point less than the distance between its 2* hr point, instead of the image in all points. 3. The experiment uses only a gauss core, while providing a method of choice, but only used during the gauss range nuclear weighted, if necessary, please correct yourself. 4.meanshiftseg, the class of a pixel is divided into, and their average value was taken as the value of the area belonging to the pixels. 5. For simplicity only the first color image dimension. Other similar.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mean shift\kernelmatrix.m
..........\meanshiftseg.m
..........\meanshiftsmooth.m
..........\说明.txt
mean shift