Morphological operation
1 次查看(过去 30 天)
显示 更早的评论
i have an image
i want to perform morphological operation and need to get output image as
please help
0 个评论
采纳的回答
Andrei Bobrov
2012-6-12
one way
I = imread('1JK5Q.png');
BW = ~im2bw(I,.8);
BW1 = imdilate(BW,ones(1,4));
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!