同问啊。。我也在想这个问题。。
%绘制矩形[rbw, numbw] = bwlabel(fillImg);stats = regionprops(rbw);imshow(fillImg);hold on;for i = 1 : numbw tmpBound = stats(i).BoundingBox; rectangle('position',tmpBound,'edgecolor','r');end