图像分割教案.pptVIP

图像分割教案.ppt

此“教育”领域文档为创作者个人分享资料,不作为权威性指导和指引,仅供参考
  1. 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
图像分割教案.ppt

图像分割 极小点 面向区域的分割 基本概念 4)单一性:每个区域内的灰度级相等, P(Ri)= TRUE,i = 1,2,…,n 5)互斥性:任两个区域的灰度级不等, P(Ri∪Rj)= FALSE,i≠j 面向区域的分割 通过像素集合的区域增长(region grow) 算法实现: 面向区域的分割 像素集合的区域增长 算法实现: 1)根据图像的不同应用选择一个或一组种子,它或者是最亮或最暗的点,或者是位于点簇中心的点 2)选择一个描述符(条件) 3)从该种子开始向外扩张,首先把种子像素加入结果集合,然后不断将与集合中各个像素连通、且满足描述符的像素加入集合 4)上一过程进行到不再有满足条件的新结点加入集合为止 区域分裂与合并 算法实现: 区域分裂与合并 算法实现:实际应用中还可作以下修改: P(Ri)的定义为: 1)区域内多于80%的像素满足不等式 |zj-mi|=2σi, 其中:zj是区域Ri中第j个点的灰度级, mi是该区域的平均灰度级, σi是区域的灰度级的标准方差。 2)当P(Ri)=TRUE时,将区域内所有像素的灰度级置为mi。 边缘检测 Lets define an edge to be a discontinuity in image intensity function. Edge Models Step Edge Ramp Edge Roof Edge Spike Edge Canny Edge detector(p16) 边缘跟踪与连接 An edge is not a line... Finding lines in an image Option 1: Search for the line at every possible position/orientation What is the cost of this operation? Option 2: Use a voting scheme: Hough transform Finding lines in an image Connection between image (x,y) and Hough (m,b) spaces A line in the image corresponds to a point in Hough space To go from image space to Hough space: given a set of points (x,y), find all (m,b) such that y = mx + b Hough transform algorithm Typically use a different parameterization d is the perpendicular distance from the line to the origin ? is the angle this perpendicular makes with the x axis Why? Hough transform algorithm Typically use a different parameterization d is the perpendicular distance from the line to the origin ? is the angle this perpendicular makes with the x axis Why? Basic Hough transform algorithm Initialize H[d, ?]=0 for each edge point I[x,y] in the image for ? = 0 to 180 H[d, ?] += 1 Find the value(s) of (d, ?) where H[d, ?] is maximum The detected line in the image is given by What’s the running time (measured in # votes)? Hough demos Hough Transform for Curves The H.T. can be generalized to detect any curve that can be expressed in parametric form: Y = f(x, a1,a2,…ap) a1, a2, … ap are the parameters The parameter space is p-dimensional The accumul

文档评论(0)

panguoxiang + 关注
实名认证
文档贡献者

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

1亿VIP精品文档

相关文档