图象处理应用08m课件.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Hough Transformation (Line) yi =axi + b b = - axi + yi ab-plane or parameter space xy-plane all points (xi ,yi) contained on the same line must have lines in parameter space that intersect at (a’,b’) Accumulator cells (amax, amin) and (bmax, bmin) are the expected ranges of slope and intercept values. all are initialized to zero if a choice of ap results in solution bq then we let A(p,q) = A(p,q)+1 at the end of the procedure, value Q in A(i,j) corresponds to Q points in the xy-plane lying on the line y = aix+bj b = - axi + yi ??-plane problem of using equation y = ax + b is that value of a is infinite for a vertical line. To avoid the problem, use equation x cos ?+ y sin ? = ? to represent a line instead. vertical line has ? = 90? with ? equals to the positive y-intercept or ? = -90? with ? equals to the negative y-intercept x cos ?+ y sin ?= ? ??-plane = ?90? measured with respect to x-axis where D is the distance between corners in the image Generalized Hough Transformation can be used for any function of the form g(v,c) = 0 v is a vector of coordinates c is a vector of coefficients Hough Transformation (Circle) equation: (x-c1)2 + (y-c2)2 = c32 three parameters (c1, c2, c3) cube like cells accumulators of the form A(i, j, k) increment c1 and c2 , solve of c3 that satisfies the equation update the accumulator corresponding to the cell associated with triplet (c1, c2, c3) Edge-linking based on Hough Transformation Compute the gradient of an image and threshold it to obtain a binary image. Specify subdivisions in the ??-plane. Examine the counts of the accumulator cells for high pixel concentrations. Examine the relationship (principally for continuity) between pixels in a chosen cell. Thresholding image with dark background and a light object image with dark background and two light objects Basic Global Thresholding generate binary image use T midway between the max and min gray levels Basic Global Thresholding based on visual inspection of histogram Se

文档评论(0)

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

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

1亿VIP精品文档

相关文档