搜索资源列表
segmentation-superpixel
- 超像素分割方法,简单线性迭代聚类(SLIC)。-superpixel segmentation mathod algorithm
SLICSuperpixels
- 超像素分割 下载下来可以直接用 可以自定义在、超像素块个数 紧凑系数-SLIC
SLIC-SuperPixel
- SLIC超像素分割,公开程序,欢迎下载,互相学习进步-SLIC SuperPixel
SLIC
- 用SLIC方法实现超像素分割,能够根据输入期望的超像素数量分割。(Superpixel Segementation by SLIC, you can segement the image by the number input.)
simple linear iterative clustering for matlab
- 超像素图像分割方法,简单线性迭代聚类,用于自然影像/遥感影像分割等(superpixel image segmentation, simple linear iterative clustering)
SLIC-Superpixels
- 超像素分割的代码,希望对初学者有帮助。。。。。。(Super pixel segmentation code, want to help beginners.)
新建 ZIP 压缩文件
- 超像素由一系列位置相邻且颜色、亮度、纹理等特征相似的像素点组成的小区域。SLIC算法分割(Superpixels are small areas of pixels that are adjacent to each other and have similar features such as color, brightness and texture. SLIC algorithm segmentation.)
SLIC像素分割
- 彩色图像超像素分割;MATLAB;C/C++语言(Superpixel Segmentation of Color Image)
lena
- SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel) 算法步骤: 已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面 假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素 假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S