搜索资源列表
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 image segmentation can be achie
SLIC2013
- 过分割算法,快速实现图像的超像素生成,生成效果比较好,可以供大家参考-SLIC agrithrom ,for superpixels producted
SLIC-Superpixels_C
- C语言实现的slic超像素分割算法,效果不错,可以使用-SLIC language C super pixel segmentation algorithm, the effect is good, you can use
water_seg
- 直接用分水岭分割算法效果并不好,如果在图像中对前景和背景进行标注区别,再应用分水岭算法会取得较好的分割效果-SLIC with matlab
superpixel
- SLIC超像素分割算法实现,c++,可以直接运行。-SLIC super pixel segmentation algorithm, c++, can be directly run.
indoor_scene_seg_sup
- 室内场景分割,运用SLIC的算法进行图像分割,快速,均匀-Indoor scene segmentation using SLIC algorithm for image segmentation, rapid and uniform
SLIC-and-DBSCAN-Image-Segmentation
- 改进的图像分割算法:运用SLIC超像素分割和DBSCAN聚类算法相结合的方法实现图像分割-Image Segmentation using SLIC SuperPixels and DBSCAN Clustering
SLIC_segment
- SLIC 超像素分割算法,在MATLAB平台上实现的算法,其核心为:首先均匀地指定聚类中心,然后根据features将周围的点聚类。- SLIC super pixel segmentation algorithm implemented on the MATLAB platform, the core idea is: first to specify the cluster center, and then according to the features clustering aro
slic
- Simple Linear Iterative Clustering(SLIC) 算法实现; 需要添加 Opencv-Simple Linear Iterative Clustering (SLIC) algorithm we need to add Opencv
SuperPixel
- slic超像素分割源码,SLIC超像素分割算法对彩色图像进行过分割,.超像素分割作为 图像分割的一种,它以基本单元的形式将图像中相似区域归为一类,并把这些基本单元作为目标对象以 减少冗余信息,以便快速地分割出目标物体-slic superpixel code
Slic
- SLIC主要运用K-means聚类算法进行超像素的处理,聚类算法中的距离度量不仅仅包括颜色空间的颜色距离还包括像素坐标的欧氏距离。所以K-means聚类的中心点由五维向量组成。其中包括,记录LAB颜色空间下的像素以及该像素点的XY坐标,由于XY坐标不能和颜色空间直接进行计算,所以添加了一个紧密度的参数。(slic superpixelSLIC mainly uses the K-means clustering algorithm for ultra pixel processing, the
SLIC
- 超像素分割算法,基于K-means算法,自己写了一个方便优化,非常实用(Super pixel segmentation algorithm, very practical)
src
- 基于opencv版本的SLIC超像素算法(SLIC super pixel algorithm based on OpenCV version)
SLICSuperpixelsAndSupervoxelsCode
- SLICS超像素分割算法,C++源代码,参考文献SLIC Superpixels Compared to State-of-the-art Superpixel Methods,(super-pixel segmentation)
slic-python-implementation-master
- python下实现slic分割算法,里面有实例(Implementation of SLIC segmentation algorithm)
slic-python-implementation-master
- SLIC算法实现超像素聚类,python版本为2.7(SLIC Algorithm for Superpixel Clustering, Python version is 2.7)
slic
- SLIC超像素分割算法,利用Kmeans等对图像进行分割,识别图像边缘(SLIC super pixel segmentation algorithm, USES Kmeans to segment the image and identify the image edges)
SLIC_mex
- SLIC超像素分割matlab版本,主要算法为C++与matlab算法联动(SLIC super pixel segmentation matlab version, the main algorithm is C++ and matlab algorithm linkage)