【发布时间】:2014-04-05 19:58:30
【问题描述】:
使用以下代码,我收到错误消息要重塑元素的数量不得更改。
[Ilabel, num] = bwlabel(Ifill);
disp(num);
Iprops = regionprops(Ilabel);
Ibox = [Iprops.BoundingBox];
Ibox = reshape(Ibox,[4,50]);%Error using reshape .
imshow(Ibox)
谁能帮帮我?
【问题讨论】:
标签: matlab