摘要: 一、核心代码实现(基于LAB颜色空间与K-means聚类) function color_segmentation_demo() % 读取图像 img = imread('peppers.png'); figure; imshow(img); title('原始图像'); % 转换到LAB颜色空间 阅读全文
posted @ 2025-11-14 10:47 kiyte 阅读(9) 评论(0) 推荐(0)