Matlab学习 Chapter 9

Chapter 9 Morphological Image Processing

1.imdialte: dilate image

Eg:D=imdialte(A,B)  '结构元B膨胀图像A’

 

2.imerode: erode image

Eg:D=imerode(A,B) ‘结构元B腐蚀图像A’

Others: imopen,imclose

 

3.strel: construct the element with avariety sizes and shapes

Eg: se=strel (‘diamond’,R) ‘需要指定钻石型的半径R’

 

4.bwhitmiss: Binary hit-miss operation

Eg: C=bwhitmiss(A,B1,B2)   %这里没弄懂

 

5.bwmorph: Morphologicaloperations on binary images.

Eg: g=bwmorph(f,’thin’,2)

 

6.bwlabel: Label connectedcomponents in 2-D binary image.

Eg: [L,num]=bwlabel(f,conn)

 

7.imfill: Fill image regions and holes.

Eg:g=imfill(f,’holes’)

 

第九章,这里是形态学操作,在图像分割中,占据很重要的作用,其中,涉及到结构元设定strel,和基本操作imdilate,imerode,后面的是,有膨胀和腐蚀组合的开操作imopen和闭操作imclose,后面强大的bwmorph操作,主要是形态学高级操作,像细化thin,边缘去除imclearborder,填洞imfill等.形态学操作,可以延伸到灰度级形态学操作。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值