WuHao's Blog

May the force be with you

0%

图像处理

Matlab 图像处理
imread,imshow,imtool,imfill,形态学上腐蚀和膨胀imerode,imdilate,bwlabel------数硬币
rgb2grey();
[L, num]  = bwlabel(image);
SE  = strel ('disk',5);%控制半径
image = imerode(image ,SE)


encode
        image1+image2

decode