数字图象处理-Chapter9-形态学图像处理 课件.ppt
- 【下载声明】
1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
3. 本页资料《数字图象处理-Chapter9-形态学图像处理 课件.ppt》由用户(三亚风情)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 数字图象处理-Chapter9-形态学图像处理 课件 数字图象处理 Chapter9 形态学 图像 处理
- 资源描述:
-
1、Digital Image ProcessingChapter 9Morphological Image Processing2019.10Morphological operations come from the word“morphing”in Biology which means“changing a shape”.MorphingImage morphological operations are used to manipulateobject shapes such as thinning,thickening,and filling.Binary morphological
2、operations are derived fromset operations.(Images from Rafael C.Gonzalez and Richard E.Wood,Digital Image Processing,2nd Edition.Concept of a set in binary image morphology:Each set may represent one object.Each pixel(x,y)has its status:belong to a set or not belong to a set.A(A)zz=(z1,z2)Translatio
3、nReflectionBBBbbwwBfor ,AazaccAzfor ,(Images from Rafael C.Gonzalez and Richard E.Wood,Digital Image Processing,2nd Edition.*For binary images only(Images from Rafael C.Gonzalez and Richard E.Wood,Digital Image Processing,2nd Edition.ABzBAz=Empty setA=Object to be dilatedB=Structuring elementDilate
4、means“extend”StructuringElement(B)Original image(A)BReflectionIntersect pixelCenter pixelResult of DilationBoundary of the“center pixels”where intersects A zB(Images from Rafael C.Gonzalez and Richard E.Wood,Digital Image Processing,2nd Edition.“Repair”broken characters(Images from Rafael C.Gonzalez
5、 and Richard E.Wood,Digital Image Processing,2nd Edition.ABzBAz A=Object to be erodedB=Structuring elementErosion means“trim”StructuringElement(B)Original image(A)Intersect pixelCenter pixelResult of ErosionBoundary of the“center pixels”where B is inside A(Images from Rafael C.Gonzalez and Richard E
6、.Wood,Digital Image Processing,2nd Edition.Remove small objects such as noiseBABAcc)(Proof:where c=complement BAABzABzABzBAcczcczczc )(Images from Rafael C.Gonzalez and Richard E.Wood,Digital Image Processing,2nd Edition.BBABA)(ABBBAzzor=Combination of all parts of A that can completely contain B Op
7、ening eliminates narrow and small details and corners.(Images from Rafael C.Gonzalez and Richard E.Wood,Digital Image Processing,2nd Edition.(Images from Rafael C.Gonzalez and Richard E.Wood,Digital Image Processing,2nd Edition.BBBA )A(Closing fills narrow gaps and notches(Images from Rafael C.Gonza
8、lez and Richard E.Wood,Digital Image Processing,2nd Edition.BABAccBABBABDBCDCABA .3 then If 2.1BABBABDBCDCBAA .3 then If 2.1Idem potent property:cant change any more(Images from Rafael C.Gonzalez and Richard E.Wood,Digital Image Processing,2nd Edition.Finger print enhancement(Images from Rafael C.Go
9、nzalez and Richard E.Wood,Digital Image Processing,2nd Edition.BAA(A)Original imageBoundary(Images from Rafael C.Gonzalez and Richard E.Wood,Digital Image Processing,2nd Edition.ckkABXX1Original imageResults of region fillingwhere X0=seed pixel p(Images from Rafael C.Gonzalez and Richard E.Wood,Digi
10、tal Image Processing,2nd Edition.ABXXkk1where X0=seed pixel pX-ray imageof bonesThresholdedimageConnectedcomponents(Images from Rafael C.Gonzalez and Richard E.Wood,Digital Image Processing,2nd Edition.Brief Description General binary morphological operation that can be used to look for particular p
11、atterns in an image.A tool for shape detection Basic operation for binary morphology Almost all the other binary morphological operators can be derived from Hit-and-Miss Transform.Common names:How It Works The structuring element used in the hit-and-miss can contain both foreground and background pi
12、xels.Operations If the foreground and background pixels in the structuring element exactly match foreground and background pixels in the image,then the pixel underneath the origin of the structuring element is set to the foreground color.If it doesnt match,then that pixel is set to the background co
13、lor.Effect of the hit-and-miss based right angle convex corner detector After obtaining the locations of corners in each orientation,we can then simply OR all these images together to get the final result.Four structuring elements used for corner finding in binary images Guidelines for Use The hit-a
14、nd-miss transform is used to look for occurrences of particular binary patterns.It can be used to look for several patterns.Simply by running successive transforms using different structuring elements,and then ORing the results together.The operations of erosion,dilation,opening,closing,thinning and
15、 thickening can all be derived from the hit-and-miss transform in conjunction with simple set operations.Some structuring elements that can be used for locating various binary features 1)is used to locate isolated points in a binary image.2)is used to locate the end points on a binary skeleton.Note
16、that this structuring element must be used in all its orientations,and thus the four hit-and-miss passes are required.3a)and 3b)are used to locate the triple points on a skeleton.Both structuring elements must be run in all orientations so eight hit-and-miss passes are required.Some applications of
17、the hit-and-miss transform The triple points(points where three lines meet)of the skeleton The hit-and-miss transform outputs single foreground pixels at each triple point by structuring elements 3a)and 3b).This image was dilated once using a cross-shaped structuring element in order to mark these i
展开阅读全文