91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

如果有用還請(qǐng)點(diǎn)贊分享,原文鏈接https://blog.csdn.net/weixin_43863744/article/details/106224889

資源截圖

代碼片段和文件信息

img=imread(‘./dog.jpg‘);
%img=imread(‘./cherry.jpg‘);
subplot(231);
imshow(img);
C?=?makecform(‘srgb2lab‘);???????%設(shè)置轉(zhuǎn)換格式
img_lab?=?applycform(img?C);

ab?=?double(img_lab(::2:3));????%取出lab空間的a分量和b分量
nrows?=?size(ab1);
ncols?=?size(ab2);
ab?=?reshape(abnrows*ncols2);

nColors?=?3;????????%分割的區(qū)域個(gè)數(shù)為3
[cluster_idx?cluster_center]?=?kmeans(abnColors‘distance‘‘sqEuclidean‘‘Replicates‘3);??%重復(fù)聚類(lèi)3次
pixel_labels?=?reshape(cluster_idxnrowsnco

評(píng)論

共有 條評(píng)論