SLIC+DBSCAN实现超像素分割我要分享

SLIC + DBSCAN for super-pixel segmentation

关注次数: 252

下载次数: 4

文件大小: 202.44 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:超像素分割作为图像处理的预处理部分,能够保留图像的很多基本信息,只是针对颜色和位置进行分割。用基于k-means的SLIC方法与DBSCAN进行超像素分割,matlab实现,demo进入主程序可以运行。


English Description:

As a preprocessing part of image processing, super-pixel segmentation can retain a lot of basic information of the image, only for color and location. SLIC method based on K-means and DBSCAN are used for super-pixel segmentation, which is realized by MATLAB. Demo can be run in the main program.


代码预览

相关推荐