搜索资源列表
SLIC
- 超像素分割程序,既有原码,也有可执行程序,验证过,好用。-Super-pixel segmentation procedure, both the original code, there are executable programs, proven, easy to use.
slic
- 基于matlab的超像素图像分割算法实现代码,将图像分割为小块表示-Matlab-based super-pixel image segmentation algorithm code, the image is divided into small representation
SLIC-superpixels-segementation
- SLIC 超像素分割算法,分割速度快,效果好,使用c++实现,内含源码和相应的软件,只要一输入图像就能实现分割-SLIC super-pixel segmentation algorithm, split fast, good effect, use c++ achieve, containing the source code and the corresponding software, as long as the input i
SLIC
- SLIC超像素分割,基于颜色和距离相似性进行超像素分割 亲测可用-SLIC superpixels division, based on color and distance similarity superpixels divided pro-test available
slic
- 图像分割(Segmentation)指的是将数字图像细分为多个图像子区域(像素的集合)(也被称作超像素)的过程。超像素由一系列位置相邻且颜色、亮度、纹理等特征相似的像素点组成的小区域。这些小区域大多保留了进一步进行图像分割的有效信息,且一般不会破坏图像中物体的边界信息。- image segmentation (Segmentation) refers to the process of segmentation of digital
SLIC-Superpixels_C
- C语言实现的slic超像素分割算法,效果不错,可以使用-SLIC language C super pixel segmentation algorithm, the effect is good, you can use
SLIC-SuperPixel
- SLIC超像素分割,公开程序,欢迎下载,互相学习进步-SLIC SuperPixel
SLIC
- 用SLIC方法实现超像素分割,能够根据输入期望的超像素数量分割。(Superpixel Segementation by SLIC, you can segement the image by the number input.)
SLIC
- 可以进行彩色图像分割,在文保领域具有很好应用前景。(color image segmentation)
simple linear iterative clustering for matlab
- 超像素图像分割方法,简单线性迭代聚类,用于自然影像/遥感影像分割等(superpixel image segmentation, simple linear iterative clustering)
SLIC-Superpixels
- 超像素分割的代码,希望对初学者有帮助。。。。。。(Super pixel segmentation code, want to help beginners.)
SLIC SuperPixels and DBSCAN Clustering
- 使用SLIC算法的分割,运用DBSCAN算法进行聚类,亲测可用!!!(Segmentation using SLIC algorithm, using DBSCAN algorithm for clustering, pro test available! ! !)
slic
- 超像素分割图像,将彩色图像转化为CIELAB颜色空间和XY坐标下的5维特征向量,然后对5维特征向量构造距离度量标准,对图像像素进行局部聚类的过程(simple linear iterativeclustering)
SLIC
- 超像素分割算法,基于K-means算法,自己写了一个方便优化,非常实用(Super pixel segmentation algorithm, very practical)
slic-python-implementation-master
- 图像分割算法实现——简单线性迭代slic(Realization of image segmentation algorithm)
slic-master
- 实现图像超像素分割,速度非常快,每秒可以跑120文件(It runs at about 120 files per second on a single core of a 3GHz Intel I7 (it's CPU-bound, at least on a machine with an SSD). So you can do 100,000 files in less than 15 minutes. Parallel in
slic-python-implementation-master
- python下实现slic分割算法,里面有实例(Implementation of SLIC segmentation algorithm)
SLIC
- 用于图像分割,里用SLIC superpixels处理了图片,得到了超像素分割的结果图(image segmantationSLIC superpixels is used to process the pictures, and the results of super pixel segmentation are obtained.)
slic
- SLIC超像素分割算法,利用Kmeans等对图像进行分割,识别图像边缘(SLIC super pixel segmentation algorithm, USES Kmeans to segment the image and identify the image edges)
SLIC像素分割
- 彩色图像超像素分割;MATLAB;C/C++语言(Superpixel Segmentation of Color Image)