代码搜索:bwlabel
找到约 52 项符合「bwlabel」的源代码
代码结果 52
www.eeworm.com/read/310212/13655023
m bwlabel.m
function [L,numComponents] = bwlabel(BW,mode)
%BWLABEL Label connected components in binary image.
% L = BWLABEL(BW,N) returns a matrix L, of the same size as BW,
% containing labels for the co
www.eeworm.com/read/188543/8529588
m 16-13.m
BW = imread('text.tif');
L = bwlabel(BW);
stats = regionprops(L,'all');
stats(23)
www.eeworm.com/read/378041/9252928
m 16-13.m
BW = imread('text.tif');
L = bwlabel(BW);
stats = regionprops(L,'all');
stats(23)
www.eeworm.com/read/357171/10214011
m 16-13.m
BW = imread('text.tif');
L = bwlabel(BW);
stats = regionprops(L,'all');
stats(23)
www.eeworm.com/read/159906/10591123
m 16-13.m
BW = imread('text.tif');
L = bwlabel(BW);
stats = regionprops(L,'all');
stats(23)
www.eeworm.com/read/469046/6984128
m 16-13.m
BW = imread('text.tif');
L = bwlabel(BW);
stats = regionprops(L,'all');
stats(23)
www.eeworm.com/read/324902/13238437
m 16-13.m
BW = imread('text.tif');
L = bwlabel(BW);
stats = regionprops(L,'all');
stats(23)
www.eeworm.com/read/151751/12177195
m 16-13.m
BW = imread('text.tif');
L = bwlabel(BW);
stats = regionprops(L,'all');
stats(23)
www.eeworm.com/read/148879/12417583
m 16-13.m
BW = imread('text.tif');
L = bwlabel(BW);
stats = regionprops(L,'all');
stats(23)
www.eeworm.com/read/127242/14366499
m 16-13.m
BW = imread('text.tif');
L = bwlabel(BW);
stats = regionprops(L,'all');
stats(23)