基于CIElab空间颜色K均值聚类的彩色图像分割。
如果运行不通,可尝试不直接点击“运行”,而是点击“运行并前进”按钮。
具体步骤如下:
i. Read image file data;
ii. Transform color image from RGB to lab color space;
iii. Format conversion;
iv. Segmentation of image into n regions by K-mean clustering;
v. Take out a component and B component of lab space;
vi. Repeated clustering n times;
vii. Displays segmented regions.
————————————————
版权声明:本文为CSDN博主「灵泉matlab」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_31434537/article/details/104562388
1