DIP12-Representation.ppt

  1. 1、本文档共58页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
DIP12-Representation

Skeletons The same results would be obtained with the maximum disk of section 9.57 Skeletons Although the MAT of a region yields an intuitively pleasing skeleton, directly implementation of this definition is expensive computationally. Numerous algorithms have been proposed for improving computational efficiency. Typically, these are thinning algorithm that iteratively delete edge points of a region subject to the constraints that deletion of these points: 1)Does not remove end points. 2)Does not break connectivity. 3)Does not cause excessive erosion of the region. Skeletons Assume region points have value 1 and background points have value 0. Here we will introduce a method that consists two steps applied to the contour points of the given region. Contour points, as define in Section 2.5.2, are any pixels with value 1, and having at least one 8-neighborhood value 0. Skeletons 11.8 11.8 Skeletons 11.9 Skeletons Step 1 applied to every border pixel in the binary region under consideration. If one or more of conditions (a)-(d) are violated, the value of the point is not changed, if all conditions are satisfied, the point is flagged for deletion. However, the point is not deleted until all border points have been processed. After step 1 has been applied to all border points, those flagged points are deleted. Then step 2 applied to the resulting data in exactly the same manner as step 1. Skeletons Thus one iteration of the thinning algorithm consists of: Applying step 1 to flag border points for deletion; Deleting the flagged points; Applying step 2 to flag the remaining border points for deletion; Deleting the flagged points. This basic procedure is applied iteratively until no further points are deleted. Skeletons 0 1 0 0 p 0 0 0 0 1 1 1 1 p 1 1 0 1 1 1 1 1 p 1 1 1 1 1 1 0 1 p 0 0 0 0 0 0 0 0 p 1 0 1 1 N(p1)=1 N(p1)=7 N(p1)=8 p4 or p6=0 p2 or p8=0 0 0 0 1 p 1 0 0 0 T(p1)=2 Skeletons Curve fitting: given a point set (xi, yi),find out a function f (x), and le

文档评论(0)

sd44055 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档