欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    2022年2022年计算机图像图形外文翻译外文文献英文文献图像分割 .pdf

    • 资源ID:34875241       资源大小:1.08MB        全文页数:18页
    • 资源格式: PDF        下载积分:4.3金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要4.3金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    2022年2022年计算机图像图形外文翻译外文文献英文文献图像分割 .pdf

    原 文 出 处Digital Image Processing 2/E图像分割前一章的资料使我们所研究的图像处理方法开始发生了转变。从输人输出均为图像的处理方法转变为输人为图像而输出为从这些图像中提取出来的属性的处理方法这方面在1.1 节中定义过 ) 。图像分割是这一方向的另一主要步骤。分割将图像细分为构成它的子区域或对象。分割的程度取决于要解决的问题。就是说当感兴趣的对象已经被分离出来时就停止分割。例如,在电子元件的自动检测方面,我们关注的是分析产品的图像,检测是否存在特定的异常状态,比如,缺失的元件或断裂的连接线路。 超过识别这此元件所需的分割是没有意义的。异常图像的分割是图像处理中最困难的任务之一。精确的分割决定着计算分析过程的成败。因此,应该特别的关注分割的稳定性。在某些情况下,比如工业检测应用,至少有可能对环境进行适度控制的检测。有经验的图像处理系统设计师总是将相当大的注意力放在这类可能性上。在其他应用方面, 比如自动目标采集,系统设计者无法对环境进行控制。所以,通常的方法是将注意力集中于传感器类型的选择上, 这样可以增强获取所关注对象的能力,从而减少图像无关细节的影响。一个很好的例子就是,军方利用红外线图像发现有很强热信号的目标,比如移动中的装备和部队。图像分割算法一般是基于亮度值的不连续性和相似性两个基本特性之一。第一类性质的应用途径是基于亮度的不连续变化分割图像,比如图像的边缘。 第二类的主要应用途径是依据事先制定的准则将图像分割为相似的区域,门限处理、区域生长、区域分离和聚合都是这类方法的实例。本章中,我们将对刚刚提到的两类特性各讨论一些方法。我们先从适合于检测灰度级的不连续性的方法展开,如点、线和边缘。 特别是边缘检测近年来已经成为分割算法的主题。 除了边缘检测本身, 我们还会讨论一些连接边缘线段和把边缘“组装”为边界的方法。 关于边缘检测的讨论将在介绍了各种门限处理技术名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 18 页 - - - - - - - - - 之后进行。门限处理也是一种人们普遍关注的用于分割处理的基础性方法,特别是在速度因素占重要地位的应用中。 关于门限处理的讨论将在几种面向区域的分割方法展开的讨论之后进行。 之后,我们将讨论一种称为分水岭分割法的形态学图像分割方法。 这种方法特别具有吸引力, 因为它将本章第一部分提到的几种分割属性技术结合起来了。我们将以图像分割的应用方面进行讨论来结束本章。10.1 间断检测在本节中,我们介绍几种用于检测数字图像中三种基本的灰度级间断技术:点、线和边缘。寻找间断最一般的方法是以3.5 节中描述的方式对整幅图像使用一个模板进行检测。图10-1 所示的 3x3 模板,这一过程包括计算模板所包围区域内灰度级与模板系数的乘积之和。就是说,关于式(3.5.3),在图像中任意点的模板响应由下列公式给出:9199.2211iwizizwzwzwR(10.1.1 )1W2W3W4W5W6W7W8W9W图 10-1 一个一般的3*3 模板这里 Zi 是与模板系数 Wi相联系的像素的灰度级。 照例,模板响应是它的中心位置。有关执行模板操作的细节在3.5 节中讨论。10.1.1 点检测在一幅图像中,孤立点的检测在理论上是简单的。使用如图10-2(a) 所示的模板,如果|R| T (10.1.2) 我们说在模板中心的位置上已经检测到一个点。这里T是一个非负门限, R由式(10.1.1)给出。基本上,这个公式是测量中心点和它的相邻点之间加权的差值。名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 18 页 - - - - - - - - - 基本思想就是 : 如果一个孤立的点 (此点的灰度级与其背景的差异相当大并且它所在的位置是一个均匀的或近似均匀的区域) 与它周围的点很不相同,则很容易被这类模板检测到。注意,图10-2(a) 中的模板同图 3.39(d) 中给出的模板在拉普拉斯操作方而是相同的。 严格地讲, 这里强调的是点的检测。 即我们着重考虑的差别是那些足以识别为孤立点的差异(由 T 决定)。注意,模板系数之和为零表示在灰度级为常数的区域,模板响应为零。-1 -1 -1 -1 8 -1 -1 -1 -1 (a)(b)(c)(d)图 10-2 (a)点检测模板, (b)带有通孔的涡轮叶片的X射线,(c)点检测的结果,(d)使用式( 10.1.2 )得到的结果(原图由X-TEK系统公司提供)例 10.1 图像中孤立点的检浏我们以图10-2(b) 功为辅助说明如何从一幅图中将孤立点分割出来. 这幅 X射线图显示了一个带有通孔的喷气发动抓涡枪叶片,通孔位于圈像的右上象限。在孔中只嵌有一个黑色像素。 图 10-2(c) 是将点检测模板应用于X射线图像后得到的结果 . 图 10-2(d) 显示了当 T取图 10-2(c) 中像素最高绝衬值的90% 时,应用式(10.1.2)所得的结果 ( 门限选择将在 10.3 节中详细讨论 ) 。图中的这个单一的像素清晰可见 ( 这个像素被人为放大以便印刷后可以看到) 。 由于这类检测是基于单像素间断, 并且检测器模板的区域有一个均匀的背景,所以这个检测过程是相当有专用性的当这一条件不能满足时,本章中计论的其他方法会更适合检测灰度级间断名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 18 页 - - - - - - - - - 10.1.2 线检测复杂程度更高一级的检测是线检测,考虑图10-3 中显示的模板。如果第l个模板在图像中移动, 这个模板将对水平方向的线条( 一个像素宽度 ) 有更强的响应。在一个不变的背景上,当线条经过模板的中间一行时会产生响应的最大值。画一个元素为 1 的简单阵列,并且使具有不同灰度级 (如 5)的一行水平穿过阵列,可以很容易验证这一点。同样的实验可以显示出图10-3 中的第 2 个模板对于45方向线有最佳响应 ; 第 3 个模板对于垂直线有最佳响应; 第 4 个模板对于-45方向线有最佳响应 ; 这些方向也可以通过注释每个模板的优选方向来设置,即在这些方向上用比别的方向更大的系数( 为 2)设置权值。 注意每个模板系数相加的总和为零,表示在灰度级恒定的区域来自模板的响应为零。 Horizontal +45 Vertical -45图 10-3 线模板令 R1,R2 ,R3和 R4。从左到右代表图 10-3 中模板的响应,这里R的值由式(10.1.1)给出。假设 4 个模板分别应用于一幅图像,在图像中心的点,如果|Ri|Rj| , j i ,则此点被认为与在模板i 方向上的线更相关。 例如,如果在图中的一点有|Ri|Rj| ,j=2,3,4,我们说此特定点与水平线有更大的联系。换句话说,我们可能对检测特定方向上的线感兴趣。在这种情况下, 我们应使用与这一方向有关的模板, 并设置该模板的输出门限, 如式(10.1.2)所示。换句话说,如果我们对检测图像中由给定模板定义的方向上的所有线感兴趣. 只需要简单地通过整幅图像运行模板,并对得到的结果的绝对值设置门限即可。留下的点是有最强响应的点。 对于一个像素宽度的线, 这些响应最靠近模板定义的对应方向。下列例子说明了这一过程。例 10.2 特定方向上的线检测图 10-4(a) 显示了一幅电路接线模板的数字化(二值的 ) 图像。假设我们要找到一个像素宽度的并且方向为-45的线条。基于这个假设, 使用图 10-3 中最后-1 2 -1 2 2 -1 -1 -1 -1 -1 2 -1 2 -1 2 -1 2 -1 -1 2 -1 -1 -1 -1 2 -1 -1 -1 2 -1 2 -1 -1 2 -1 -1 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 18 页 - - - - - - - - - 一个模板。图 10-4(b) 显示了得到的结果的绝对值。注意,图像中所有水平和垂直的部分都被除去了。并且在图10-4(b) 中所有原图中接近 -45方向的部分产生了最强响应。(a)(b)(c)图 10-4 线检测的说明。 (a)二进制电路接线模板,(b)使用 -45 线检测器处理后得到的绝对值, (c)对图像( b)设置门限得到的结果为了决定哪一条线拟合模板最好, 只需要简单地对图像设置门限。 图 10-4(c)显示了使门限等于图像中最大值后得到的结果。对于与这个例子类似的应用, 让门限等于最大值是一个好的选择,因为输入图像是二值的, 并且我们要寻找的是最强响应。图 10-4(c) 显示了在白色区所有通过门限检测的点。此时,这一过程只提取了一个像素宽且方向为-45的线段 ( 图像中在左上象限中也有此方向上的图像部分,但宽度不是一个像素) 。图 10-4(c) 中显示的孤立点是对于模板也有相同强度响应的点。 在原图中, 这些点和与它们紧接着的相邻点,是用模板在这些孤立位置上生成最大响应的方法来定向的。这些孤立点也可以使用图10-2(a) 中的模板进行检测,然后删除,或者使用下一章中讨论的形态学腐蚀法名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 18 页 - - - - - - - - - 删除。10.1.3 边缘检侧尽管在任何关于分割的讨论中, 点和线检测都是很重要的, 但是边缘检测对于灰度级间断的检测是最为普遍的检测方法。本节中,我们讨论实现一阶和二阶数字导数检测一幅图像中边缘的方法。在 3.7 节介绍图像增强的内容中介绍过这些导数。本节的重点将放在边缘检测的特性上。某些前面介绍的概念在这里为了叙述的连续性将进行简要的重述。基本说明在 3.7.1 节中我们非正式地介绍过边缘。 本节中我们更进一步地了解数字化边缘的概念。 直观上,一条边缘是一组相连的像素集合。这些像素位于两个区域的边界上。然而,我们已经在 2.5.2 节中用一定的篇幅解释了一条边缘和一条边界的区别。从根本上讲,如我们将要看到的,一条边缘是一个“局部”概念,而由于其定义的方式, 一个区域的边界是一个更具有整体性的概念。给边缘下一个更合理的定义需要具有以某种有意义的方式测量灰度级跃变的能力。我们先从直观上对边缘建模开始。 这样做可以将我们引领至一个能测量灰度级有意义的跃变的形式体系中。从感觉上说,一条理想的边缘具有如图10-5(a)所示模型的特性。依据这个模型生成的完美边缘是一组相连的像素的集合( 此处为在垂直方向上 ), 每个像素都处在灰度级跃变的一个垂直的台阶上( 如图形中所示的水平剖面图 )。实际上, 光学系统、取样和其他图像采集的不完善性使得到的边缘是模糊的,模糊的程度取决于诸如图像采集系统的性能、取样率和获得图像的照明条件等因素。结果,边缘被更精确地模拟成具有“类斜面”的剖面,如图10-5(b) 所示。斜坡部分与边缘的模糊程度成比例。在这个模型中,不再有细线( 一个像素宽的线条) 。相反,现在边缘的点是包含于斜坡中的任意点,并且边缘成为一组彼此相连接的点集。 边缘的“宽度”取决于从初始灰度级跃变到最终灰度级的斜坡的长度。这个长度又取决于斜度,斜度又取决于模糊程度。这使我们明白: 模糊的边缘使其变粗而清晰的边缘使其变得较细。图 10-6(a) 显示的图像是从图10-5(b) 的放大特写中提取出来的。 图 10-6(b)显示了两个区域之间边缘的一条水平的灰度级剖面线。这个图形也显示出灰度级剖面线的一阶和二阶导数。 当我们沿着剖面线从左到右经过时,在进人和离开斜名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 6 页,共 18 页 - - - - - - - - - 面的变化点, 一阶导数为正。 在灰度级不变的区域一阶导数为零。在边缘与黑色一边相关的跃变点二阶导数为正,在边缘与亮色一边相关的跃变点二阶导数为负,沿着斜坡和灰度为常数的区域为零。在图10-6(b) 中导数的符号在从亮到暗的跃变边缘处取反。(a)(b)图 10-5 (a)理想的数字边缘模型,(b)斜坡数字边缘模型。斜坡部分与边缘的模糊程度成正比图 10-6 (a)由一条垂直边缘分开的两个不同区域,(b) 边界附近的细节显示了一个灰度级剖面图和一阶与二阶导数的剖面图由这些现象我们可以得到的结论是: 一阶导数可以用于检测图像中的一个点名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 7 页,共 18 页 - - - - - - - - - 是否是边缘的点 (也就是判断一个点是否在斜坡上)。同样,二阶导数的符号可以用于判断一个边缘像素是在边缘亮的一边还是暗的一边。我们注意到围绕一条边缘, 二阶导数的两条附加性质(1) 对图像中的每条边缘二阶导数生成两个值( 一个不希望得到的特点 );(2)一条连接二阶导数正极值和负极值的虚构直线将在边缘中点附近穿过零点。 将在本节后面说明, 二阶导数的这个过零点的性质对于确定粗边线的中心非常有用。最后,注意到某些边缘模型利用了在进人和离开斜坡地方的平滑过渡( 习题10.5) 。然而,我们在接下来的讨论中将得出同样的结论。而且,这一点从我们使用局部检测进行处理就可以很明显地看出( 因此, 2.5.2节中对于边缘的局部性质进行了说明 )。尽管到此为止我们的注意力被限制在一维水平剖面线范围内,但同样的结论可以应用于图像中的任何方向上。 我们仅仅定义了一条与任何需要考察的点所在的边缘方向相垂直的剖面线,并如前面讨论的那样,对结果进行了解释。注:出自Digital Image Processing 2nd Edition . Prentice Hall 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 8 页,共 18 页 - - - - - - - - - Image SegmentationThe material in the previous chapter began a transition from image processing methods whose input and output are images, to methods in which the inputs are images, but the outputs are attributes extracted from those images (in the sense defined is Section 1.1). Segmentation is another major step in that direction. Segmentation subdivides an image into its constituent regions or objects. The level to which the subdivision is carried depends on the problem being solved. That is, segmentation should stop when the objects of interest in an application have been isolated. For example, in the automated inspection of electronic assemblies, interest lies in analyzing images of the products with the objective of determining the presence or absence of specific anomalies, such as missing components or broken connection paths. There is no point in carrying segmentation past the level of detail required to identify those elements. Segmentation of nontrivial images is one of the most difficult tasks in image processing. Segmentation accuracy determines the eventual success or failure of computerized analysis procedures. For this reason, considerable care should be taken to improve the probability of rugged segmentation. In some situations , such as industrial inspection applications, at least some measure of control over the environment is possible at times. The experienced image processing system designer invariably pays considerable attention to such opportunities. In other applications, such as autonomous target acquisition, the system designer has no control of the environment. Then the usual approach is to focus on selecting the types of sensors most likely to enhance the objects of interest while diminishing the contribution of irrelevant image detail. A good example is the use of infrared imaging by the military to detect objects with strong heat signatures , such as equipment and troops in motion. Image segmentation algorithms generally are based on one of two basic properties of intensity values: discontinuity and similarity. In the first category, the approach is to partition an image based on abrupt changes in intensity, such as edges in an image. The principal approaches in the second category are based on 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 9 页,共 18 页 - - - - - - - - - partitioning an image into regions that are similar according to a set of predefined criteria. Thresholding, region growing, and region splitting and merging are examples of methods in this category. In this chapter we discuss a number of approaches in the two categories just mentioned. We begin the development with methods suitable for detecting gray level discontinuities such as points, lines, and edges. Edge detection in particular has been a staple of segmentation algorithms for many years. In addition to edge detection per se, we also discuss methods for connecting edge segments and for assembling edges into region boundaries. The discussion on edge detection is followed by the introduction of various thresholding techniques . Thresholding also is a fundamental approach to segmentation that enjoys a significant degree of popularity, especially in applications where speed is an important factor. The discussion on thresholding is followed by the development of several region-oriented segmentation approaches. We then discuss a morphological approach to segmentation called watershed segmentation. This approach is particularly attractive because it combines several of the positive attributes of segmentation based on the techniques presented in the first part of the chapter. We conclude the chapter with a discussion on the use of motion cues for image segmentation. 10.1Detection of Discontinuities In this section we present several techniques for detecting the three basic types of gray-level discontinuities in a digital image: points, lines, and edges. The most common way to look for discontinuities is to run a mask through the image in the manner described in Section 3.5. For the 3 x 3 mask shown in Fig. 10.1, this procedure involves computing the sum of products of the coefficients with the gray levels contained in the region encompassed by the mask. That is. with reference to Eq. (3.5-3). the response of the mask at anv point in the image is given by 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 10 页,共 18 页 - - - - - - - - - 9199.2211iwizizwzwzwR(10.1.1 )1W2W3W4W5W6W7W8W9WFIGURE 10.1 A general 3 x 3 mask. where z; is the gray level of the pixel associated with mask coefficient Wi. As usual, the response of the mask is defined with respect to its center location. The details for implementing mask operations are discussed in Section 3.5. 10.1.1 Point Detection The detection of isolated points in an image. is straightforward in principle. Using the mask shown in Fig. 10.2(a), we say that a point has been detected at the location on which the mask is centered if |R| T (10.1.2)where T is a nonnegative threshold and R is given by Eq. (10.1-1). Basically,this formulation measures the weighted differences between the center point and its neighbors. The idea is that an isolated point (a point whose gray level is significantly different from its background and which is located in a homogeneous or nearly homogeneous area) will be quite different from its surroundings, and thus be easily detectable by this type of mask. Note that the mask in Fig. 10.2(a) is the same as the mask shown in Fig. 3.39(d) in connection with Laplacian operations. However, the emphasis here is strictly on the detection of points. That is, the only differences that are considered of interest are those large enough (as determined by T, to be considered isolated points. Note that the mask coefficients sum to zero, indicating that the mask response will be zero in areas of constant gray level. 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 11 页,共 18 页 - - - - - - - - - -1 -1 -1 -1 8 -1 -1 -1 -1 (a)(b)(c)(d)FIGURE 10.2(a) Pointdetection mask. (b) X-ray image of a turbine blade with a porosity. (c) Result of point detection. (d) Result of using Eq. (10.1-2).(Original image courtesy of X-TEK Systems Ltd.) EXAMPLE 10.1:Detection of isolated points in an image. We illustrate segmentation of isolated points from an image with the aid of Fig. 10.2(6), which shows an X-ray image of a jet-engine turbine blade with a porosity in the upper, right quadrant of the image. There is a single black pixel embedded within the porosity. Figure 10.2(c) is the result of applying the point detector mask to the X-ray image, and Fig. 10.2(d) shows the result of using Eq. (10.1.2) with T equal to 90% of the highest absolute pixel value of the image in Fig. 10.2(c). (Threshold selection is discussed in detail in Section 10.3) The single pixel is clearly visible in this image (the pixel was enlarged manually so that it would be visible after printing). This -type of detection process is rather specialized because it is based on single-pixel discontinuities that have a homogeneous background in the area of the detector mask. When this condition is not satisfied, other methods discussed in this chapter are more suitable for detecting gray-level discontinuities. 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 12 页,共 18 页 - - - - - - - - - 10.1.2 Line Detection The next level of complexity is line detection. Consider the masks shown in Fig. 10.3. If the first mask were moved around an image, it would respond more strongly to lines (one pixel thick) oriented horizontally. With a constant background, the maximum response would result when the line passed through the middle row of the mask. This is easily verified by sketching a simple array of 1s with a line of a different gray level (say, 5s) running horizontally through the array. A similar experiment would reveal that the second mask in Fig. 10.3 responds best to lines oriented at +450; the third mask to vertical lines; and the fourth mask to lines in the -450 direction . These directions can be established also by noting that the preferred direction of each mask is weighted with a larger coefficient (i.e., 2) than other possible directions. Note that the coefficients in each mask sum to zero, indicating a zero response from the masks in areas of constant gray level. Horizontal +45 Vertical -45FIGURE 10.3 Line masks. Let R1, R2, R3, and R4 denote the responses of the masks in Fig. 10.3, from left to right, where the Rs are given by Eq. (10.1-1). Suppose that the four masks are run individually through an image. If, at a certain point in the image, |Ri| |Rj|, for all j i, that point is said to be more likely associated with a line in the direction of mask i. For example, if at a point in the image, |Ri|Rj|, for j = 2, 3. 4,

    注意事项

    本文(2022年2022年计算机图像图形外文翻译外文文献英文文献图像分割 .pdf)为本站会员(Che****ry)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开