直率石头

文章
6
资源
0
加入时间
2年10月21天

MATLAB中函数bwmorph的用法

bwmorph:对二值图像的形态学操作。BW2 = bwmorph(BW,operation)BW2 = bwmorph(BW,operation,n)BW2 = bwmorph(BW,operation)对二值图像应用形态学操作。BW2 = bwmorph(BW,operation,n)应用形态学操作n次,n可以是Inf,这种情况下该操作被重复执行直到图像不再发生变化为止