- 1、本文档共37页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Sliding Window Filters and Edge Detection.ppt
Sliding Window Filters and Edge Detection Longin Jan Latecki Computer Graphics and Image Processing CIS 601 – Fall 2004 Binary Case Black pixels have value 0 White (background pixels) have value 1 Edge Detection What are edges in an image? Edges are those places in an image that correspond to object boundaries. Edges are pixels where image brightness changes abruptly. More About Edges An edge is a property attached to an individual pixel and is calculated from the image function behavior in a neighborhood of the pixel. It is a vector variable (magnitude of the gradient, direction of an edge) . Image To Edge Map Edge Detection Edge information in an image is found by looking at the relationship a pixel has with its neighborhoods. If a pixel’s gray-level value is similar to those around it, there is probably not an edge at that point. If a pixel’s has neighbors with widely varying gray levels, it may present an edge point. Edge Detection Methods Many are implemented with convolution mask and based on discrete approximations to differential operators. Differential operations measure the rate of change in the image brightness function. Some operators return orientation information. Other only return information about the existence of an edge at each point. Roberts Operator Mark edge point only No information about edge orientation Work best with binary images Primary disadvantage: High sensitivity to noise Few pixels are used to approximate the gradient Roberts Operator (Cont.) First form of Roberts Operator Second form of Roberts Operator Prewitt Operator Looks for edges in both horizontal and vertical directions, then combine the information into a single metric. Edge Magnitude = Edge Direction = Sobel Operator Similar to the Prewitt, with different mask coefficients: Edge Magnitude = Edge Direction = Kirsch Compass Masks Taking a single mask and rotating it to 8 major compass orientations: N, NW, W, SW, S, SE, E, and NE.
文档评论(0)