代码搜索:bwmorph
找到约 131 项符合「bwmorph」的源代码
代码结果 131
www.eeworm.com/read/157533/11694698
m example10_2.m
I=imread('cameraman.tif');
figure,imshow(I)
J=im2bw(I);
figure,imshow(J)
BW1= bwmorph(J,'dilate');
figure,imshow(BW1)
www.eeworm.com/read/157533/11694742
m example10_4.m
I=imread('cameraman.tif');
figure,imshow(I)
J=im2bw(I);
figure,imshow(J)
BW1= bwmorph(J,'erode');
figure,imshow(BW1)
www.eeworm.com/read/154061/11991237
m example10_2.m
I=imread('cameraman.tif');
figure,imshow(I)
J=im2bw(I);
figure,imshow(J)
BW1= bwmorph(J,'dilate');
figure,imshow(BW1)
www.eeworm.com/read/154061/11991253
m example10_4.m
I=imread('cameraman.tif');
figure,imshow(I)
J=im2bw(I);
figure,imshow(J)
BW1= bwmorph(J,'erode');
figure,imshow(BW1)
www.eeworm.com/read/114384/15055280
m example10_2.m
I=imread('cameraman.tif');
figure,imshow(I)
J=im2bw(I);
figure,imshow(J)
BW1= bwmorph(J,'dilate');
figure,imshow(BW1)
www.eeworm.com/read/114384/15055296
m example10_4.m
I=imread('cameraman.tif');
figure,imshow(I)
J=im2bw(I);
figure,imshow(J)
BW1= bwmorph(J,'erode');
figure,imshow(BW1)
www.eeworm.com/read/211973/15169103
m example10_2.m
I=imread('cameraman.tif');
figure,imshow(I)
J=im2bw(I);
figure,imshow(J)
BW1= bwmorph(J,'dilate');
figure,imshow(BW1)
www.eeworm.com/read/211973/15169111
m example10_4.m
I=imread('cameraman.tif');
figure,imshow(I)
J=im2bw(I);
figure,imshow(J)
BW1= bwmorph(J,'erode');
figure,imshow(BW1)
www.eeworm.com/read/294008/8258025
m example10_2.m
I=imread('cameraman.tif');
figure,imshow(I)
J=im2bw(I);
figure,imshow(J)
BW1= bwmorph(J,'dilate');
figure,imshow(BW1)
www.eeworm.com/read/294008/8258042
m example10_4.m
I=imread('cameraman.tif');
figure,imshow(I)
J=im2bw(I);
figure,imshow(J)
BW1= bwmorph(J,'erode');
figure,imshow(BW1)