标签:style color strong ar line sp on c
>>se3 = strel(‘square‘,3)
Neighborhood:
1 1 1
1 1 1
1 1 1
>> se3 = strel(‘line‘,3 , 45)
Neighborhood:
0 0 1
0 1 0
1 0 0
>> se3 = strel(‘line‘,3 , 90)
Neighborhood:
1
1
1
>> nm=[3 5]
>> se3 = strel(‘rectangle‘,nm)
Neighborhood:
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
imdilate | imerode
标签:style color strong ar line sp on c
原文地址:http://www.cnblogs.com/ahuo/p/3928979.html