中文说明:超像素分割作为图像处理的预处理部分,能够保留图像的很多基本信息,只是针对颜色和位置进行分割。用基于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.