>> I = imread('Shape.png'); >> g = rgb2gray(I); >> bw = im2bw(g); >> L = bwlabel(bw); >> s = regionprops(L, 'Centroid'); >> c = cat(1, s.Centroid); >> figure, imshow(bw); >> hold on >> plot(c(:,1), c(:,2), 'b*'); >> hold off
ไม่มีความคิดเห็น:
แสดงความคิดเห็น