代码搜索:bwmorph
找到约 131 项符合「bwmorph」的源代码
代码结果 131
www.eeworm.com/read/143830/12837764
asv untitled.asv
BW1=imread('01.bmp','bmp');
imshow(B);
J=bwmorph(I,'remove');
K=bwmorph(I,'skel',inf);
imshow(J)
figure,imshow(K)
www.eeworm.com/read/305889/13757242
m example10_7.m
I1=imread('saturn.tif');
I2=im2bw(I1);
figure,imshow(I2)
I3=imnoise(I2,'salt & pepper');
figure,imshow(I3)
I4= bwmorph(I3,'open');
figure,imshow(I4)
I5= bwmorph(I4,'close');
figure,imshow(I5)
www.eeworm.com/read/492717/6407975
m example10_7.m
I1=imread('saturn.tif');
I2=im2bw(I1);
figure,imshow(I2)
I3=imnoise(I2,'salt & pepper');
figure,imshow(I3)
I4= bwmorph(I3,'open');
figure,imshow(I4)
I5= bwmorph(I4,'close');
figure,imshow(I5)
www.eeworm.com/read/157533/11694713
m example10_7.m
I1=imread('saturn.tif');
I2=im2bw(I1);
figure,imshow(I2)
I3=imnoise(I2,'salt & pepper');
figure,imshow(I3)
I4= bwmorph(I3,'open');
figure,imshow(I4)
I5= bwmorph(I4,'close');
figure,imshow(I5)
www.eeworm.com/read/154061/11991243
m example10_7.m
I1=imread('saturn.tif');
I2=im2bw(I1);
figure,imshow(I2)
I3=imnoise(I2,'salt & pepper');
figure,imshow(I3)
I4= bwmorph(I3,'open');
figure,imshow(I4)
I5= bwmorph(I4,'close');
figure,imshow(I5)
www.eeworm.com/read/114384/15055288
m example10_7.m
I1=imread('saturn.tif');
I2=im2bw(I1);
figure,imshow(I2)
I3=imnoise(I2,'salt & pepper');
figure,imshow(I3)
I4= bwmorph(I3,'open');
figure,imshow(I4)
I5= bwmorph(I4,'close');
figure,imshow(I5)
www.eeworm.com/read/211973/15169106
m example10_7.m
I1=imread('saturn.tif');
I2=im2bw(I1);
figure,imshow(I2)
I3=imnoise(I2,'salt & pepper');
figure,imshow(I3)
I4= bwmorph(I3,'open');
figure,imshow(I4)
I5= bwmorph(I4,'close');
figure,imshow(I5)
www.eeworm.com/read/294008/8258031
m example10_7.m
I1=imread('saturn.tif');
I2=im2bw(I1);
figure,imshow(I2)
I3=imnoise(I2,'salt & pepper');
figure,imshow(I3)
I4= bwmorph(I3,'open');
figure,imshow(I4)
I5= bwmorph(I4,'close');
figure,imshow(I5)
www.eeworm.com/read/393857/8258598
m b8.m
I1=imread('saturn.tif');
I2=im2bw(I1);
figure,imshow(I2)
I3=imnoise(I2,'salt & pepper');
figure,imshow(I3)
I4= bwmorph(I3,'open');
figure,imshow(I4)
I5= bwmorph(I4,'close');
figure,imshow(I5)
www.eeworm.com/read/133469/14042287
m bwexam.m
a=imread('circles.tif');
figure(1)
imshow(a);
b0=bwmorph(a, 'bothat');
figure(2)
imshow(b0);
b1=bwmorph(a, 'dilate');
figure(3)
imshow(b1);
b2=bwmorph(a, 'erode');
figure(4)
imshow(b2