随笔分类 -  matlab

摘要:bwlabel是用来标记二维的二值图像中的连通组的,简言之,就是黑背景下面有多少白的块,也就是从黑背景甄别白块块的。 L = bwlabel(BW, n) returns a matrix L, of the same size as BW, containing labels for the co 阅读全文
posted @ 2016-10-09 09:26 suonikeyinsu 阅读(373) 评论(0) 推荐(0)