[go: up one dir, main page]

CN106651846B - Segmentation method of retinal blood vessel images - Google Patents

Segmentation method of retinal blood vessel images Download PDF

Info

Publication number
CN106651846B
CN106651846B CN201611185885.2A CN201611185885A CN106651846B CN 106651846 B CN106651846 B CN 106651846B CN 201611185885 A CN201611185885 A CN 201611185885A CN 106651846 B CN106651846 B CN 106651846B
Authority
CN
China
Prior art keywords
image
blood vessel
scale
segment
threshold
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN201611185885.2A
Other languages
Chinese (zh)
Other versions
CN106651846A (en
Inventor
江海波
李清勇
李峰
郑敏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xiangya Hospital of Central South University
Original Assignee
Xiangya Hospital of Central South University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xiangya Hospital of Central South University filed Critical Xiangya Hospital of Central South University
Priority to CN201611185885.2A priority Critical patent/CN106651846B/en
Publication of CN106651846A publication Critical patent/CN106651846A/en
Application granted granted Critical
Publication of CN106651846B publication Critical patent/CN106651846B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0012Biomedical image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10024Color image
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20024Filtering details
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30041Eye; Retina; Ophthalmic

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
  • Radiology & Medical Imaging (AREA)
  • Quality & Reliability (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)

Abstract

本发明实施例提供了一种视网膜血管图像的分割方法。该方法主要包括:对视网膜血管图像进行双尺度匹配滤波处理,得到细尺度匹配滤波响应图像和粗尺度匹配滤波响应图像;从细尺度匹配滤波响应图像中分割出线支持区域,使用局部自适应阈值方法对每一个线支持区域进行二值化处理,分割出细血管段;应用固定比例阈值算法对粗尺度匹配滤波图像进行分割,得到粗血管段。融合细血管段的分割结果和粗血管段的分割结果得到完整的视网膜血管分割结果,分割结果的准确率高。

The embodiment of the present invention provides a segmentation method of retinal blood vessel images. The method mainly includes: performing dual-scale matched filtering processing on retinal blood vessel images to obtain a fine-scale matched filtering response image and a coarse-scale matched filtering response image; segmenting the line support region from the fine-scale matched filtering response image, and using a local adaptive threshold method Binarize each line support area to segment thin blood vessel segments; apply a fixed ratio threshold algorithm to segment the coarse-scale matched filtered image to obtain thick blood vessel segments. The segmentation result of the thin blood vessel segment and the segmentation result of the thick blood vessel segment are fused to obtain a complete retinal blood vessel segmentation result, and the accuracy of the segmentation result is high.

Description

视网膜血管图像的分割方法Segmentation method of retinal blood vessel images

技术领域technical field

本发明涉及数字图像处理技术领域,尤其涉及一种视网膜血管图像的分割方法。The invention relates to the technical field of digital image processing, in particular to a segmentation method of retinal blood vessel images.

背景技术Background technique

视网膜血管是人体全身血管中唯一可以无创直接观察到的血管,它的形状、管径、尺度、分支角度是否有变化,以及是否有增生、渗出,均可反映全身血管的病变。糖尿病、高血压、脑血管硬化等疾病均可导致视网膜血管发生一定的变化,因此视网膜血管的检测和分析对这些疾病的诊断和治疗在临床上具有重要的指导意义。然而,由于视网膜血管图像的灰度分布不均匀,目标血管与图像背景的对比度低,再加上图像噪声的污染,使视网膜血管的自动分割非常困难。Retinal blood vessels are the only blood vessels in the human body that can be directly observed non-invasively. Whether their shape, diameter, scale, branch angle change, and whether there is hyperplasia and exudation can reflect the lesions of systemic blood vessels. Diabetes, hypertension, cerebrovascular sclerosis and other diseases can lead to certain changes in retinal blood vessels. Therefore, the detection and analysis of retinal blood vessels has important clinical significance for the diagnosis and treatment of these diseases. However, due to the uneven gray distribution of retinal blood vessel images, the low contrast between the target blood vessels and the image background, and the contamination of image noise, the automatic segmentation of retinal blood vessels is very difficult.

目前,现有技术中的一种视网膜血管图像的分割方法为:视网膜血管追踪方法。Tolias(1998)等应用模糊C均值方法,从视网膜圆盘处出发建立种子点,利用血管断面的一维模糊模型进行视网膜血管的追踪,通过判定所有种子点是否属于血管进行最终分割提取。这种方法能比较全面地描述视网膜血管网络结构。At present, a retinal blood vessel image segmentation method in the prior art is: retinal blood vessel tracking method. Tolias et al. (1998) applied the fuzzy C-means method to establish seed points from the retinal disc, used the one-dimensional fuzzy model of the blood vessel section to track retinal blood vessels, and determined whether all the seed points belonged to blood vessels for final segmentation and extraction. This method can describe the retinal vascular network structure more comprehensively.

上述视网膜血管追踪方法的缺点为:运算量大,而且对于血管的分支点以及对比度较低的血管分割不够精确。这种方法对种子点的选取比较敏感,算法往往在血管分支点处终止,丢失大量视网膜小血管。The disadvantages of the above retinal blood vessel tracking methods are: a large amount of computation, and inaccurate segmentation of branch points of blood vessels and blood vessels with low contrast. This method is sensitive to the selection of seed points, and the algorithm often terminates at the branch points of blood vessels, losing a large number of small retinal blood vessels.

现有技术中的另一种视网膜血管图像的分割方法为:分类器识别方法。该方法主要是通过对视网膜血管进行预处理操作,根据血管的不同特性建立特征空间,选择合适的分类器对样本进行训练,然后带入测试集中判定最后的结果。Staal(2004)采用了脊线检测方法,利用血管中心线邻域的特征向量进行有监督类识别。Soares(2006)首先抽取视网膜血管图像的多尺度2D Gabor小波特征,然后采用贝叶斯分类器对视网膜血管进行识别。Another method for segmenting retinal blood vessel images in the prior art is a classifier identification method. This method mainly preprocesses retinal blood vessels, establishes a feature space according to the different characteristics of blood vessels, selects a suitable classifier to train the samples, and then brings it into the test set to determine the final result. Staal (2004) adopted a ridge line detection method to perform supervised class recognition using eigenvectors in the neighborhood of the vessel centerline. Soares (2006) first extracted multi-scale 2D Gabor wavelet features of retinal blood vessel images, and then used a Bayesian classifier to identify retinal blood vessels.

上述分类器识别方法的缺点为:这种分类方法对噪声点比较敏感,而且分割结果存在的误分类情况严重。The disadvantages of the above classifier identification method are: this classification method is sensitive to noise points, and the segmentation result has serious misclassification.

发明内容SUMMARY OF THE INVENTION

本发明的实施例提供了一种视网膜血管图像的分割方法,以实现有效地从视网膜血管图像中分割出粗血管段和细血管段。Embodiments of the present invention provide a method for segmenting a retinal blood vessel image, so as to effectively segment a thick blood vessel segment and a thin blood vessel segment from the retinal blood vessel image.

为了实现上述目的,本发明采取了如下技术方案。In order to achieve the above objects, the present invention adopts the following technical solutions.

一种视网膜血管图像的分割方法,包括:A segmentation method of retinal blood vessel images, comprising:

对视网膜血管图像进行双尺度匹配滤波处理,得到细尺度匹配滤波响应图像和粗尺度匹配滤波响应图像;Perform dual-scale matched filter processing on retinal blood vessel images to obtain fine-scale matched filter response images and coarse-scale matched filter response images;

从所述细尺度匹配滤波响应图像中分割出线支持区域,使用局部自适应阈值方法对每一个线支持区域进行二值化处理,分割出细血管段;Segment the line support area from the fine-scale matched filter response image, and use the local adaptive threshold method to binarize each line support area to segment the thin blood vessel segment;

应用固定比例阈值算法对所述粗尺度匹配滤波图像进行分割,得到粗血管段。A fixed-scale threshold algorithm is applied to segment the coarse-scale matched filtered image to obtain coarse blood vessel segments.

进一步地,所述的对视网膜血管图像进行双尺度匹配滤波处理,得到细尺度匹配滤波响应图像和粗尺度匹配滤波响应图像,包括:Further, performing dual-scale matched filtering processing on the retinal blood vessel image to obtain a fine-scale matched filtering response image and a coarse-scale matched filtering response image, including:

提取彩色视网膜血管图像的RGB三个通道中的绿色通道;Extract the green channel of the three RGB channels of the color retinal blood vessel image;

用高斯函数来模拟视网膜血管的横切面灰度曲线,得到如下匹配滤波器:A Gaussian function is used to simulate the cross-section grayscale curve of retinal blood vessels, and the following matched filter is obtained:

式中,K(x,y)被称为核函数,σ是高斯函数沿x轴坐标中心的偏离度,L是高斯函数沿y轴被截断的闪电通道长度,式中x,y需满足|x|≤3σ,|y|≤L/2;In the formula, K(x, y) is called the kernel function, σ is the deviation of the Gaussian function along the x-axis coordinate center, L is the length of the lightning channel where the Gaussian function is truncated along the y-axis, where x, y must satisfy | x|≤3σ, |y|≤L/2;

以15°为间隔,选取角度区间[0°,180°]中的12个方向,创建12个匹配滤波器;At 15° intervals, select 12 directions in the angle interval [0°, 180°] to create 12 matched filters;

将所述彩色视网膜血管图像中的绿色通道分别与所述12个匹配滤波器做卷积计算,得到匹配滤波响应图像,将所述匹配滤波响应图像归一化并量化为256级的灰度图,当所述偏离度σ小于设定的阈值时,将得到的灰度图作为细尺度匹配滤波响应图像;当所述偏离度σ不小于设定的阈值时,将得到的灰度图作为粗尺度匹配滤波响应图像。Convolve the green channel in the color retinal blood vessel image with the 12 matched filters respectively to obtain a matched filter response image, and normalize and quantify the matched filter response image into a 256-level grayscale image , when the degree of deviation σ is less than the set threshold, the obtained grayscale image is used as the fine-scale matched filter response image; when the degree of deviation σ is not less than the set threshold, the obtained grayscale image is used as the coarse image Scale-matched filter response image.

进一步地,所述的从所述细尺度匹配滤波响应图像中分割出线支持区域,包括:Further, the described segmentation of the line support region from the fine-scale matched filter response image includes:

计算细尺度匹配滤波图像中的每个像素点的梯度幅值和梯度方向,将所有像素点按照其梯度幅值大小进行排序,选取具有最高梯度幅值的像素点作为种子点,将梯度幅值小于设定的梯度阈值的像素点排除在线支持区域的构建过程外;Calculate the gradient magnitude and gradient direction of each pixel in the fine-scale matched filtering image, sort all the pixels according to their gradient magnitudes, select the pixel with the highest gradient magnitude as the seed point, and use the gradient magnitude as the seed point. Pixels smaller than the set gradient threshold are excluded from the construction process of the online support area;

基于所述种子点利用区域生长算法生成若干个线支持区域,每个线支持区域包括一个种子点,并且为一个与种子点具有相似梯度方向的像素集合,每个像素点包括两个状态:使用过和未使用。Using the region growing algorithm to generate several line support regions based on the seed points, each line support region includes a seed point and is a set of pixels with a gradient direction similar to the seed point, and each pixel point includes two states: using used and unused.

进一步地,所述的基于所述种子点利用区域生长算法生成若干个线支持区域,包括:Further, the described use of the region growth algorithm based on the seed points to generate several line support regions, including:

从像素点的排序列表中选择一个未使用的像素点作为种子点,将所述种子点的梯度方向作为要生成的所述种子点所在的线支持区域的初始角度θregion,将所述种子点的邻域中未使用的且其梯度方向跟区域角度θregion之间的误差在τ之间的像素点添加到所述线支持区域中,根据更新后的像素点更新计算所述线支持区域的角度,其中,τ为角度阈值;Select an unused pixel point from the sorted list of pixel points as a seed point, take the gradient direction of the seed point as the initial angle θ region of the line support region where the seed point is to be generated, and set the seed point The pixel points that are not used in the neighborhood of , and the error between the gradient direction and the region angle θ region is between τ are added to the line support region, and the line support region is updated and calculated according to the updated pixel points. angle, where τ is the angle threshold;

重复执行上述处理过程,直到所述种子点的邻域中没有符合条件的像素点添加到所述线支持区域中,对所述线支持区域对应的最小外接矩形进行扩展。The above processing process is repeatedly performed until no qualified pixel points are added to the line support area in the neighborhood of the seed point, and the minimum circumscribed rectangle corresponding to the line support area is extended.

进一步地,所述的使用局部自适应阈值方法对每一个线支持区域进行二值化处理,分割出细血管段,包括:Further, the described use of the local adaptive threshold method to perform binarization processing on each line support area to segment the thin blood vessel segments, including:

将细尺度匹配滤波图像分割出多个线支持区域后,使用局部自适应阈值方法应用Otsu算法对每一个线支持区域进行二值化处理,分割出前景和背景,分割出单个的细血管段;After dividing the fine-scale matched filter image into multiple line support regions, use the local adaptive threshold method to apply the Otsu algorithm to binarize each line support region, segment the foreground and background, and segment a single thin vessel segment;

所述Otsu方法搜索最优的阈值使得前景与背景之间的方差最大,设t为前景和背景的分割阈值,则计算前景像素的概率w0t和平均灰度u0t,背景像素的概率w1t和平均灰度为u1t,前景和背景之间的方差表示为:The Otsu method searches for the optimal threshold to maximize the variance between the foreground and the background. Let t be the segmentation threshold of the foreground and the background, then calculate the probability w 0t and the average gray level u 0t of the foreground pixel, and the probability w 1t of the background pixel and the mean gray level is u 1t , the variance between foreground and background is expressed as:

gt=w0t·(u0t-ut)2+w1t·(u1t-ut)2g t =w 0t ·(u 0t -u t ) 2 +w 1t ·(u 1t -u t ) 2 ,

其中ut表示图像总平均灰度,t的取值范围为0-255,当方差gt最大时,前景和背景差异最大,则对应的灰度t是最佳阈值。Where u t represents the total average gray level of the image, and the value range of t is 0-255. When the variance g t is the largest, the difference between the foreground and the background is the largest, and the corresponding gray level t is the best threshold.

进一步地,所述的应用固定比例阈值算法对所述粗尺度匹配滤波图像进行分割,得到粗血管段,包括:Further, the application of the fixed-scale threshold algorithm to segment the coarse-scale matched filtered image to obtain a thick blood vessel segment, including:

应用固定比例阈值算法对所述粗尺度匹配滤波图像进行分割,得到粗血管图像,所述固定比例阈值算法的阈值由以下公式计算:A fixed-scale threshold algorithm is applied to segment the coarse-scale matched filtered image to obtain a thick blood vessel image, and the threshold of the fixed-scale threshold algorithm is calculated by the following formula:

其中r是输入参数,表示预期的血管比例,Num是频次计算函数,Total表示像素总数;where r is the input parameter, representing the expected blood vessel ratio, Num is the frequency calculation function, and Total represents the total number of pixels;

在应用所述固定比例阈值算法时,先对所述粗尺度匹配滤波图像中的像素进行降序排序,搜索最优的阈值Tr,根据所述最优阈值Tr对所述粗尺度匹配滤波图像进行二值化处理,分割出前景和背景,分割出单个的粗血管段。When applying the fixed-scale threshold algorithm, first sort the pixels in the coarse-scale matched filtered image in descending order, search for the optimal threshold Tr, and perform two steps on the coarse-scale matched filtered image according to the optimal threshold Tr. Value processing, segment the foreground and background, segment out a single thick vessel segment.

进一步地,所述的方法还包括:Further, the method also includes:

应用逻辑或操作对所述粗血管段的分割结果和所述细血管段的分割结果进行融合,得到完整的粗血管段和细血管段的分割结果。A logical OR operation is applied to fuse the segmentation result of the thick blood vessel segment and the segmentation result of the thin blood vessel segment to obtain a complete segmentation result of the thick blood vessel segment and the thin blood vessel segment.

由上述本发明的实施例提供的技术方案可以看出,本发明实施例的方法通过ALT方法可以有效地从视网膜血管图像中分割出细血管,通过FRT方法可以有效地从视网膜血管图像中分割出完整的粗血管,融合ALT方法和FRT方法可以得到完整的视网膜血管分割结果,分割结果准确率高。It can be seen from the technical solutions provided by the above embodiments of the present invention that the method of the embodiment of the present invention can effectively segment the thin blood vessels from the retinal blood vessel image by the ALT method, and can effectively segment the retinal blood vessel image by the FRT method. Complete thick blood vessels, fusion ALT method and FRT method can obtain complete retinal blood vessel segmentation results, and the segmentation results have high accuracy.

本发明附加的方面和优点将在下面的描述中部分给出,这些将从下面的描述中变得明显,或通过本发明的实践了解到。Additional aspects and advantages of the present invention will be set forth in part in the following description, which will be apparent from the following description, or may be learned by practice of the present invention.

附图说明Description of drawings

为了更清楚地说明本发明实施例的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to illustrate the technical solutions of the embodiments of the present invention more clearly, the following briefly introduces the accompanying drawings used in the description of the embodiments. Obviously, the drawings in the following description are only some embodiments of the present invention. For those of ordinary skill in the art, other drawings can also be obtained from these drawings without any creative effort.

图1为本发明实施例提供的一种基于血管支持区域的双尺度非线性阈值的视网膜血管图像的分割方法的实现原理示意图;1 is a schematic diagram of an implementation principle of a method for segmenting a retinal blood vessel image based on a bi-scale nonlinear threshold of a blood vessel support area according to an embodiment of the present invention;

图2为本发明实施例提供的一种基于血管支持区域的双尺度非线性阈值的视网膜血管图像的分割方法的处理流程图;2 is a process flow diagram of a method for segmenting a retinal blood vessel image based on a bi-scale nonlinear threshold of a blood vessel support region provided by an embodiment of the present invention;

图3为本发明实施例提供的一种矩形扩展图,其中图(a)表示区域增长算法得到的矩形,图(b)表示横坐标和纵坐标两个方向上矩形的扩展,图(c)表示扩展之后的矩形;Fig. 3 is a rectangle expansion diagram provided by an embodiment of the present invention, wherein Fig. (a) represents the rectangle obtained by the region growing algorithm, Fig. Represents the expanded rectangle;

图4为本发明实施例提供的一种线支持区域灰度直方图;4 is a gray histogram of a line support area provided by an embodiment of the present invention;

图5为本发明实施例提供的一种粗细血管融合图,图(a)表示局部自适应阈值的检测结果实例,图(b)表示固定比例阈值算法的分割结果,图(c)表示最终的融合结果。Fig. 5 is a graph of fusion of thick and thin blood vessels provided by an embodiment of the present invention. Fig. (a) shows an example of the detection result of the local adaptive threshold, Fig. Fusion results.

具体实施方式Detailed ways

下面详细描述本发明的实施方式,所述实施方式的示例在附图中示出,其中自始至终相同或类似的标号表示相同或类似的元件或具有相同或类似功能的元件。下面通过参考附图描述的实施方式是示例性的,仅用于解释本发明,而不能解释为对本发明的限制。Embodiments of the present invention are described in detail below, examples of which are illustrated in the accompanying drawings, wherein the same or similar reference numerals refer to the same or similar elements or elements having the same or similar functions throughout. The embodiments described below with reference to the accompanying drawings are exemplary and are only used to explain the present invention, but not to be construed as a limitation of the present invention.

本技术领域技术人员可以理解,除非特意声明,这里使用的单数形式“一”、“一个”、“所述”和“该”也可包括复数形式。应该进一步理解的是,本发明的说明书中使用的措辞“包括”是指存在所述特征、整数、步骤、操作、元件和/或组件,但是并不排除存在或添加一个或多个其他特征、整数、步骤、操作、元件、组件和/或它们的组。应该理解,当我们称元件被“连接”或“耦接”到另一元件时,它可以直接连接或耦接到其他元件,或者也可以存在中间元件。此外,这里使用的“连接”或“耦接”可以包括无线连接或耦接。这里使用的措辞“和/或”包括一个或更多个相关联的列出项的任一单元和全部组合。It will be understood by those skilled in the art that the singular forms "a", "an", "the" and "the" as used herein can include the plural forms as well, unless expressly stated otherwise. It should be further understood that the word "comprising" used in the description of the present invention refers to the presence of stated features, integers, steps, operations, elements and/or components, but does not exclude the presence or addition of one or more other features, Integers, steps, operations, elements, components and/or groups thereof. It will be understood that when we refer to an element as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Furthermore, "connected" or "coupled" as used herein may include wirelessly connected or coupled. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.

本技术领域技术人员可以理解,除非另外定义,这里使用的所有术语 (包括技术术语和科学术语)具有与本发明所属领域中的普通技术人员的一般理解相同的意义。还应该理解的是,诸如通用字典中定义的那些术语应该被理解为具有与现有技术的上下文中的意义一致的意义,并且除非像这里一样定义,不会用理想化或过于正式的含义来解释。It will be understood by those skilled in the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It should also be understood that terms such as those defined in general dictionaries should be understood to have meanings consistent with their meanings in the context of the prior art and, unless defined as herein, are not to be taken in an idealized or overly formal sense. explain.

为便于对本发明实施例的理解,下面将结合附图以几个具体实施例为例做进一步的解释说明,且各个实施例并不构成对本发明实施例的限定。In order to facilitate the understanding of the embodiments of the present invention, the following will take several specific embodiments as examples for further explanation and description in conjunction with the accompanying drawings, and each embodiment does not constitute a limitation to the embodiments of the present invention.

本发明实施例提出了一种基于血管支持区域的双尺度非线性阈值的视网膜血管图像的分割方法,该方法首先运用两个不同尺度的高斯滤波器对眼底视网膜血管图像进行预处理操作,得到两个不同尺度的匹配滤波响应图像。然后分别对这两个不同尺度的匹配滤波响应图像进行视网膜血管提取。最后对提取到的血管进行合并,得到最终的结果。具体步骤如下:The embodiment of the present invention proposes a segmentation method of retinal blood vessel images based on a bi-scale nonlinear threshold of the blood vessel support area. The method first uses two Gaussian filters of different scales to preprocess the retinal blood vessel images of the eye, and obtain two matched filter response images of different scales. Retinal vessel extraction is then performed on these two matched filtered response images at different scales, respectively. Finally, the extracted blood vessels are merged to obtain the final result. Specific steps are as follows:

本发明实施例提出了一种基于血管支持区域的双尺度非线性阈值的视网膜血管图像的分割方法的实现原理示意图如图1所示,具体处理流程如图2所示,包括如下的处理步骤:A schematic diagram of the implementation principle of a method for segmenting retinal blood vessel images based on a bi-scale nonlinear threshold value of a blood vessel support area is proposed in an embodiment of the present invention, as shown in FIG. 1 , and a specific processing flow is shown in FIG. 2 , including the following processing steps:

步骤S210、对视网膜血管图像进行双尺度匹配滤波(double-scale fi1tering,DSF)处理,得到细尺度匹配滤波响应(fine matched filtering response,FMFR)图像和粗匹配滤波响应(coarse matched fi1tering response,CMFR)图像。Step S210, performing double-scale matching filtering (double-scale filtering, DSF) processing on the retinal blood vessel image to obtain a fine-scale matched filtering response (fine matched filtering response, FMFR) image and a coarse matched filtering response (coarse matched filtering response, CMFR) image.

不同尺度的高斯匹配滤波器对于细血管和粗血管的增强效果是不一样的。更具体的,小尺度滤波器有利于突出细血管,提取粗血管的骨架;而粗尺度滤波器有利于增强粗血管,模糊化末梢的细血管。因此,我们设计了细尺度和粗尺度两类高斯核函数,将它们分别作用于视网膜血管图像的绿色通道,得到细尺度匹配滤波响应图像和粗尺度匹配滤波响应图像。Different scales of Gaussian matched filters have different enhancement effects on thin blood vessels and thick blood vessels. More specifically, the small-scale filter is beneficial to highlight the thin blood vessels and extract the skeleton of the thick blood vessels; while the coarse-scale filter is beneficial to enhance the thick blood vessels and blur the peripheral thin blood vessels. Therefore, we designed two types of Gaussian kernel functions, fine-scale and coarse-scale, and applied them to the green channel of retinal blood vessel images, respectively, to obtain a fine-scale matched filter response image and a coarse-scale matched filter response image.

在彩色视网膜血管图像的RGB(Red、Green、Blue)三个通道中,绿色通道分量图像的血管与背景对比度最高,更加有利于血管分割,因此本发明首先提取彩色视网膜血管图像的绿色通道。Among the three RGB (Red, Green, Blue) channels of the color retinal blood vessel image, the green channel component image has the highest contrast between blood vessels and the background, which is more conducive to blood vessel segmentation. Therefore, the present invention first extracts the green channel of the color retinal blood vessel image.

在视网膜血管图像中,血管中心像素点亮度较小,两边的像素点亮度较大,视网膜血管的横截面灰度轮廓可以用高斯型曲线近似。因此高斯匹配滤波方法常用来提升图像对比度。假定视网膜血管为分段等宽的直线段,其长度为L,宽度为2σ,我们用高斯函数来模拟视网膜血管的横切面灰度曲线,从而得到如下匹配滤波器:In the retinal blood vessel image, the brightness of the pixel in the center of the blood vessel is relatively small, and the brightness of the pixels on both sides is relatively high. Therefore, Gaussian matched filtering method is often used to improve image contrast. Assuming that the retinal blood vessels are straight line segments of equal width, the length is L and the width is 2σ, we use a Gaussian function to simulate the grayscale curve of the cross-section of the retinal blood vessels, so as to obtain the following matched filter:

式中,K(x,y)被称为核函数,σ是高斯函数沿x轴坐标中心的偏离度,L是高斯函数沿y轴被截断的闪电通道长度,为了使得匹配更精准,式中x,y需满足|x|≤3σ,|y|≤L/2。根据实验结果,我们设定L=7。In the formula, K(x, y) is called the kernel function, σ is the deviation of the Gaussian function along the x-axis coordinate center, and L is the length of the lightning channel where the Gaussian function is truncated along the y-axis. In order to make the matching more accurate, where x, y must satisfy |x|≤3σ, |y|≤L/2. According to the experimental results, we set L=7.

因为血管方向是任意的,我们以15°为间隔考虑角度区间[0°,180°] 中的12个方向,创建12个匹配滤波器。Because the vessel direction is arbitrary, we create 12 matched filters by considering 12 directions in the angular interval [0°, 180°] at 15° intervals.

视网膜血管图像分别与这12个高斯核做卷积,匹配滤波响应图像中的每一个像素的值等于最大的卷积值。为了便于后续处理,匹配滤波响应图像被归一化和量化为256级的灰度图。The retinal blood vessel image is convolved with these 12 Gaussian kernels respectively, and the value of each pixel in the matched filter response image is equal to the maximum convolution value. To facilitate subsequent processing, the matched filter response images are normalized and quantized into 256-level grayscale images.

我们可以观察到视网膜血管图像中既包含视盘附件的粗血管,也包含末梢的细血管。在应用匹配滤波时,如果选择比较小数值范围的σ,这个比较小范围是上文提到的血偏离度管的宽度或者说高斯函数沿x轴坐标中心的偏离度,大概为1.3~1.6个像素,则滤波结果图像中的细血管更加容易得到加强,粗血管被腐蚀;相反,如果选择比较大数值范围的σ,这个比较大数值范围是 2.0~2.4个像素,则粗血管得到加强,细血管被模糊化。We can observe that the retinal blood vessel images contain both the thick blood vessels in the optic disc attachment and the thin blood vessels in the periphery. When applying matched filtering, if you choose a relatively small value range of σ, this relatively small range is the width of the blood deviation tube mentioned above or the deviation of the Gaussian function along the x-axis coordinate center, which is about 1.3 to 1.6 pixel, the thin blood vessels in the filtering result image are more likely to be strengthened, and the thick blood vessels are corroded; on the contrary, if you choose a relatively large value range of σ, the relatively large value range is 2.0 ~ 2.4 pixels, then the thick blood vessels are strengthened, and the thin blood vessels are eroded. Blood vessels are blurred.

因此,本发明实施例提出了双尺度匹配滤波方法。细尺度匹配滤波器选择较小的σ,增强细血管,同时抑制噪声和平滑背景区域。细尺度匹配滤波器产生的响应结果经过量化,得到FMFR图像,该图像将是自适应阈值分割算法的输入。相反,粗尺度匹配滤波器选择较大的σ,增强粗血管部分,得到CMFR 图像。因为粗血管的边缘部分在细尺度匹配滤波图像中容易被腐蚀,但是粗血管比较容易从粗尺度匹配滤波图像中完整分割出来,所以,CMFR图像将用于分割结果融合。Therefore, the embodiment of the present invention proposes a dual-scale matched filtering method. The fine-scale matched filter selects a smaller σ to enhance thin blood vessels while suppressing noise and smoothing background regions. The response results produced by the fine-scale matched filter are quantized to obtain the FMFR image, which will be the input to the adaptive threshold segmentation algorithm. On the contrary, the coarse-scale matched filter selects a larger σ to enhance the coarse vessel part, resulting in a CMFR image. Because the edge part of the thick blood vessel is easily corroded in the fine-scale matched filtered image, but the thick blood vessel is easier to be completely segmented from the coarse-scale matched filtered image, so the CMFR image will be used for the fusion of segmentation results.

步骤S220、从细尺度匹配滤波响应图像中分割出线支持区域 (vesselsupportregion,VSR),使用局部自适应阈值(adaptive local thresholding,ALT)方法应用Otsu算法对每一个VSR进行二值化处理,分割出单个的细血管段。Step S220: Segment the Vessel Support Region (VSR) from the fine-scale matched filter response image, use the adaptive local thresholding (ALT) method and apply the Otsu algorithm to binarize each VSR, and segment out a single VSR. segment of thin blood vessels.

经过匹配滤波后,FMFR图像的对比度得到了增强,尤其是污点和病变区域得到了抑制。但是FMFR图像中血管的灰度分布还是比较分散,部分血管的灰度值与背景灰度值存在较大重叠。在理论上,我们找不到一个全局阈值线性分割血管和背景。VSR是指包含一个血管段的矩形区域,可以通过算法自动检测。在一个局部VSR中,其直方图具有明显的双模态性质,我们可以应用自动阈值算法(比如Otsu)分割血管和背景。该过程首先自动检测FMFR中的所有VSR区域,然后应用0tsu算法分割每一个VSR区域,同时把所有非VSR区域的像素设置为背景,最后得到细血管分割图(fine vessel segmentation, FVS)。After matched filtering, the contrast of FMFR images is enhanced, especially the stains and lesion areas are suppressed. However, the gray distribution of blood vessels in FMFR images is still relatively scattered, and the gray values of some blood vessels overlap with the background gray values. In theory, we cannot find a global threshold to linearly segment vessels and background. VSR refers to a rectangular area containing a vessel segment, which can be automatically detected by an algorithm. In a local VSR whose histogram has a distinct bimodal nature, we can apply automatic thresholding algorithms (such as Otsu) to segment vessels and background. The process first automatically detects all VSR regions in FMFR, and then applies the Otsu algorithm to segment each VSR region, while setting the pixels of all non-VSR regions as the background, and finally obtains a fine vessel segmentation (FVS).

S2-1:线支持区域检测S2-1: Line support area detection

由于视网膜细血管对小尺度参数σ比较敏感,所以本发明首先计算在尺度σ=1.3条件下的匹配滤波图像,然后在此基础上进行以下处理。Since retinal blood vessels are sensitive to the small scale parameter σ, the present invention first calculates the matched filtered image under the condition of scale σ=1.3, and then performs the following processing on this basis.

S2-1-1:线支持区域生成S2-1-1: Line Support Area Generation

首先计算细尺度匹配滤波图像中的每个像素点的梯度幅值和梯度方向,然后将所有像素点按照其梯度幅值大小进行排序。较强的边缘点或区域一般都具有比较高的梯度幅值,通常在视网膜血管边缘的像素具有最高的梯度幅值,因此首先选取具有最高梯度幅值的像素点作为种子点。在计算过程中,梯度幅值小于q(本发明选用0.4)的像素点将被拒绝参与线支持区域的构建过程。First, the gradient magnitude and gradient direction of each pixel in the fine-scale matched filtering image are calculated, and then all pixels are sorted according to their gradient magnitudes. Strong edge points or regions generally have relatively high gradient amplitudes, and usually pixels at the edge of retinal blood vessels have the highest gradient amplitudes, so the pixels with the highest gradient amplitudes are first selected as seed points. In the calculation process, the pixels whose gradient amplitude is less than q (0.4 is selected in the present invention) will be rejected to participate in the construction process of the line support area.

本发明利用区域生长算法生成若干个线支持区域,每个线支持区域也即一个与种子点具有相似梯度方向的像素集合。每个像素点包括两个状态,即使用过和未使用。初始状态将所有像素点全部置为未使用。The present invention uses the region growing algorithm to generate several line support regions, and each line support region is a set of pixels with a similar gradient direction to the seed point. Each pixel includes two states, used and unused. The initial state sets all pixels to unused.

区域生长算法首先从排序列表中选择一个未使用的像素作为种子点,该像素的邻域中未使用的且其梯度方向跟区域角度θregion之间的误差在τ之间的像素将被加入到该区域中。文中的试验τ的范围大概在18°到24°之间,一般默认取22。The region growing algorithm first selects an unused pixel from the sorted list as a seed point, and the unused pixel in the neighborhood of this pixel and the error between its gradient direction and the region angle θ region is between τ will be added to it. in this area. The range of the experimental τ in this paper is about 18° to 24°, and it is generally set to 22 by default.

区域的初始角度θregion就是种子点的梯度方向,每次添加一个新的像素到该区域,区域的角度就被更新。区域的角度就被更新为:The initial angle θ region of the region is the gradient direction of the seed point. Each time a new pixel is added to the region, the region's angle is updated. The angle of the area is then updated to:

θj表示像素点j梯度的垂直方向。θ j represents the vertical direction of the gradient of pixel j.

i(x,y)表示像素(x,y)点处的灰度值,gx(x,y)、gy(x,y)分别表示像素(x,y)在x 和y方向的梯度值。i(x, y) represents the gray value at the pixel (x, y) point, g x (x, y), g y (x, y) represent the gradient of the pixel (x, y) in the x and y directions, respectively value.

如此依次进行,直到没有任何像素可以添加到矩形当中。And so on until there are no more pixels to add to the rectangle.

前面得到的线支持区域,用一个最小外接矩形来表示。从而可以获取矩形的一些基本信息,图3为本发明实施例提供的一种矩形扩展图,包括矩形中心点的坐标以及矩形的长度和宽度以及主方向,其中图(a)表示区域增长算法得到的矩形,图(b)表示横坐标和纵坐标两个方向上矩形的扩展,图(c)表示扩展之后的矩形。The line support area obtained earlier is represented by a minimum enclosing rectangle. Thus, some basic information of the rectangle can be obtained. FIG. 3 is a rectangle expansion diagram provided by an embodiment of the present invention, including the coordinates of the center point of the rectangle, the length and width of the rectangle, and the main direction. Figure (b) represents the expansion of the rectangle in the abscissa and ordinate directions, and Figure (c) represents the expanded rectangle.

矩形的扩展,这里分为两步,第一步:先对矩形横向和纵向都进行等值扩展,扩展幅度选取为矩形宽度width的一半)。这样每次扩展完一个矩形后,将矩形里的像素点的状态都设置为Used,下次这些被设置为Used的点就不会被选作种子点。第二步:再对之前的扩展的矩形基础上,对横向和纵向都进行等值扩展,扩展幅度和之前的定值大小一样。在扩展后的矩形基础上进行阈值处理,这样就会解决两个矩形之间没有交叉的问题,因为在第二次扩展之后增加的那些像素可以被选作种子点。The expansion of the rectangle is divided into two steps. The first step is to first perform equal expansion on both the horizontal and vertical directions of the rectangle, and the expansion range is selected as half of the width of the rectangle). In this way, every time a rectangle is expanded, the state of the pixels in the rectangle is set to Used, and the points that are set to Used next time will not be selected as seed points. Step 2: On the basis of the previously expanded rectangle, perform equal expansion both horizontally and vertically, and the expansion range is the same as the previous fixed value. Thresholding on the expanded rectangle will solve the problem of no intersection between the two rectangles, since those pixels added after the second expansion can be selected as seed points.

算法1.区域生长算法Algorithm 1. Region Growing Algorithm

S2-1-2:矩形生长S2-1-2: Rectangular Growth

区域生长算法得到的线支持区域能很好地覆盖大部分闪电通道区域,但是它存在两方面的不足:(1)闪电通道两侧的梯度值比较大,因而区域增长的种子点一般为闪电通道两个边缘的像素点,导致在闪电通道同一横截面处会出现两个矩形;(2)下一个区域增长的种子点不一定是从已生成的矩形区域中选择的,因而新生成的区域跟上一个区域不一定有重叠区域。也即沿着闪电通道方向矩形可能不连续,从而不能将所有的前景区域全部包含进去。The line support area obtained by the regional growth algorithm can well cover most of the lightning channel area, but it has two shortcomings: (1) The gradient values on both sides of the lightning channel are relatively large, so the seed point of the regional growth is generally the lightning channel. The pixel points of the two edges cause two rectangles to appear at the same cross-section of the lightning channel; (2) the seed points for the growth of the next area are not necessarily selected from the generated rectangular area, so the newly generated area follows The previous area does not necessarily have an overlapping area. That is, the rectangle may not be continuous along the direction of the lightning channel, so that all the foreground regions cannot be fully included.

因此,本发明提出了矩形扩展算法,即在原来的矩形基础上进行双向扩展,扩展幅度选取为矩形宽度的一半。其中纵向扩展(沿着血管发展的方向)可以解决矩形区域不连续的问题,横向扩展(与血管发展方向垂直)可以达到合并两个矩形的效果。Therefore, the present invention proposes a rectangle expansion algorithm, that is, two-way expansion is performed on the basis of the original rectangle, and the expansion range is selected as half of the width of the rectangle. Among them, vertical expansion (along the direction of blood vessel development) can solve the problem of discontinuity of the rectangular area, and lateral expansion (perpendicular to the development direction of blood vessels) can achieve the effect of merging two rectangles.

图3给出了矩形扩展的示意图,其中O点为矩形中心点,theta为矩形的主方向,Length和Width分别为矩形的长和宽,P、Q分别为矩形宽上的中心点,可根据x1和x2,以及y1和y2的大小分为9种情况。Figure 3 shows a schematic diagram of the expansion of the rectangle, in which point O is the center point of the rectangle, theta is the main direction of the rectangle, Length and Width are the length and width of the rectangle, respectively, and P and Q are the center point on the width of the rectangle. The sizes of x1 and x2, and y1 and y2 are divided into 9 cases.

S2-2:线支持区域阈值分割S2-2: Line support region threshold segmentation

应用上述VSR检测算法,一幅MFR图像可以分割出多个VSR。Applying the above VSR detection algorithm, one MFR image can be segmented into multiple VSRs.

步骤S230、然后ALT方法应用Otsu算法对每一个VSR进行二值化处理,分割出前景和背景,分割出单个的细血管段。直观的,每一个VSR区域都是对比度非常明显的图像块,血管段与背景在灰度空间具有明显区别。从统计角度分析,VSR区域的强度值分布具有双模态性,即背景像素和血管像素集中分布在各自的强度区间。图4展示了随机抽取的两个VSR的灰度直方图。我们的更多实验结果都表明VSR的强度分布具有双模态性。In step S230, the ALT method applies the Otsu algorithm to perform binarization processing on each VSR to segment the foreground and background, and segment a single thin vessel segment. Intuitively, each VSR region is an image block with very obvious contrast, and the blood vessel segment and the background have obvious differences in gray space. From a statistical point of view, the distribution of intensity values in the VSR region has bimodality, that is, background pixels and blood vessel pixels are concentrated in their respective intensity intervals. Figure 4 shows the grayscale histograms of two randomly selected VSRs. Our more experimental results all show that the intensity distribution of VSR is bimodal.

Otsu是一种经典的自动阈值方法,它对具有双模态分布的图像具有较好的分割效果。Otsu方法的原理是搜索最优的阈值使得前景与背景之间的方差最大。假设t为前景和背景的分割阈值,则可以计算前景像素的概率w0t和平均灰度u0t,背景像素的概率w1t和平均灰度为u1t。前景和背景之间的方差可表示为:Otsu is a classic automatic thresholding method, which has a good segmentation effect on images with bimodal distribution. The principle of Otsu's method is to search for the optimal threshold to maximize the variance between foreground and background. Assuming t is the segmentation threshold of foreground and background, the probability w 0t and average gray level u 0t of foreground pixels can be calculated, and the probability w 1t and average gray level of background pixels are u 1t . The variance between foreground and background can be expressed as:

gt=w0t·(u0t-ut)2+w1t·(u1t-ut)2g t =w 0t ·(u 0t -u t ) 2 +w 1t ·(u 1t -u t ) 2 ,

其中ut表示图像总平均灰度,t的取值范围为0-255。当方差gt最大时,前景和背景差异最大,则对应的灰度t是最佳阈值。Where u t represents the total average gray level of the image, and the value range of t is 0-255. When the variance g t is the largest, the difference between the foreground and the background is the largest, and the corresponding gray t is the best threshold.

步骤S240、应用固定比例阈值算法分割CMFR图像,得到粗血管分割图,融合粗细血管分割方法,得到完整的细血管和粗血管的分割结果。Step S240 , segment the CMFR image by applying a fixed ratio threshold algorithm to obtain a segmentation map of thick blood vessels, and fuse the segmentation methods of thick and thin blood vessels to obtain a complete segmentation result of thin blood vessels and thick blood vessels.

融合包括两个主要步骤:首先,应用固定比例阈值算法分割CMFR图像,得到粗血管分割图(coarse vessel segmentation,CVS)。然后,FVS和CVS 通过逻辑或操作进行融合,使得融合结果既包含细血管,也包含完整的粗血管。The fusion consists of two main steps: First, a fixed-scale threshold algorithm is applied to segment the CMFR image to obtain a coarse vessel segmentation (CVS). Then, FVS and CVS are fused by logical OR operation, so that the fusion result contains both thin vessels and complete thick vessels.

ALT可以检测得到细血管图像,但是ALT分割的粗血管往往只包含其骨架,而遗漏了其外围部分的像素。图5(a)展示了ALT的检测结果实例。为了提高ALT的检测性能,本发明提出细血管和粗血管的融合方法。该方法首先应用固定比例阈值算法(Fixed-ratiothresholding,FRT)对粗尺度匹配滤波图像进行分割,得到粗血管图像,然后融合细血管图像和粗血管图像,得到最终的粗细血管融合结果。ALT can detect thin blood vessels, but the thick blood vessels segmented by ALT often only contain their skeleton, while omitting the pixels of their peripheral parts. Figure 5(a) shows an example of the detection results of ALT. In order to improve the detection performance of ALT, the present invention proposes a fusion method of thin blood vessels and thick blood vessels. The method firstly applies the fixed-ratio thresholding algorithm (FRT) to segment the coarse-scale matched filtered image to obtain the coarse blood vessel image, and then fuses the thin blood vessel image and the thick blood vessel image to obtain the final thick and thin blood vessel fusion result.

固定比例阈值算法是一种简单的基于先验的二值化方法。直观的,视网膜图像具有明显的结构性,即它由线状的血管和平坦的背景组成,而且血管部分的比例往往比较低。从统计角度分析,DRIVE中血管像素比例的平均值和方差分别为8.43%和1.38%,STARES中血管像素比例的平均值和方差分别为 7.6%和3.15%。2个数据集DRIVE和STARES都只用平均值作为评价指标,去掉方差,DRIVE的平均值12.7%,STARES的平均值10.4%。The fixed-scale threshold algorithm is a simple prior-based binarization method. Intuitively, the retinal image has obvious structure, that is, it consists of linear blood vessels and a flat background, and the proportion of blood vessels is often low. From a statistical point of view, the mean and variance of vessel pixel proportions in DRIVE were 8.43% and 1.38%, respectively, and the mean and variance of vessel pixel proportions in STRES were 7.6% and 3.15%, respectively. The two datasets, DRIVE and STARES, only use the average value as the evaluation index, and the variance is removed. The average value of DRIVE is 12.7%, and the average value of STRES is 10.4%.

需要提出的是,STARES中有一些病变的视网膜图像,所以其血管比例的方差比较大。在粗尺度匹配滤波图像中,粗血管像素的响应值比细血管和背景像素的响应值大。因此,FRT方法的阈值可以由以下公式计算:It should be pointed out that there are some retinal images of lesions in STARES, so the variance of the proportion of blood vessels is relatively large. In the coarse-scale matched filtered image, the response value of coarse vessel pixels is larger than the response values of thin vessel and background pixels. Therefore, the threshold of the FRT method can be calculated by the following formula:

其中r是输入参数,表示预期的血管比例。Num是频次计算函数,Total表示像素总数。在实现该算法时,先应用桶排序算法对粗尺度匹配滤波图像中像素进行降序排序,然后搜索最优的阈值Tr,最后根据Tr对粗尺度匹配滤波图像进行二值化。图5(b)展示FRT的分割结果,可以观察到该结果较完整的分割出粗血管,尽管它丢失了细血管的细节。where r is an input parameter representing the expected vessel proportion. Num is the frequency calculation function, and Total represents the total number of pixels. When implementing the algorithm, the bucket sorting algorithm is used to sort the pixels in the coarse-scale matched filtered image in descending order, then the optimal threshold Tr is searched, and finally the coarse-scale matched filtered image is binarized according to Tr. Figure 5(b) shows the segmentation result of FRT. It can be observed that this result segmented thick vessels relatively completely, although it lost the details of thin vessels.

综上,ALT善于分割细血管,FRT则可以分割出完整的粗血管。因此,融合两个方法的结果可以预期比较完善的分割性能。简单的,本发明应用逻辑或操作对于ALT和FRT的结果进行融合。即两幅图像中对应位置像素点的灰度值有一个为255,那么结果图像中对应位置像素点的灰度值即为255,只有当两幅图像中对应位置像素点的灰度值均为0,结果图像中对应位置像素点的灰度值才为0。In conclusion, ALT is good at segmenting thin blood vessels, while FRT can segment complete thick blood vessels. Therefore, the results of fusing the two methods can expect relatively perfect segmentation performance. Simply, the present invention applies a logical OR operation to fuse the results of ALT and FRT. That is, one of the gray values of the corresponding pixel points in the two images is 255, then the gray value of the corresponding pixel points in the resulting image is 255, and only when the gray values of the corresponding position pixels in the two images are 0, the gray value of the pixel at the corresponding position in the resulting image is 0.

另外,为了消除背景噪声和部分病变组织的干扰,去除面积小于10个像素点的区域。图5(c)展示了最终的融合结果。In addition, in order to eliminate the interference of background noise and some diseased tissues, the area with an area of less than 10 pixels was removed. Figure 5(c) shows the final fusion result.

综上所述,本发明实施例的方法通过ALT方法可以有效地从视网膜血管图像中分割出细血管,通过FRT方法可以有效地从视网膜血管图像中分割出完整的粗血管,融合ALT方法和FRT方法可以得到完整的视网膜血管分割结果,分割结果准确率高。To sum up, the method of the embodiment of the present invention can effectively segment the thin blood vessels from the retinal blood vessel image by the ALT method, and can effectively segment the complete thick blood vessel from the retinal blood vessel image by the FRT method, and fuse the ALT method and the FRT method. The method can obtain complete segmentation results of retinal blood vessels, and the segmentation results have high accuracy.

目前国内外大部分方法都只针对正常的、成像较好的视网膜图像进行血管提取,而对于低对比度或者发生病变的视网膜图像,由于血管和背景区域像素灰度值大小较为接近,已有的传统方法大部分无法将血管与背景正确地分割出来。而本发明利用大小尺度的高斯匹配滤波将血管分为粗细血管,分别进行增强处理,效果明显。对于细血管,利用了像素点的梯度大小和方向,基于区域增长和矩形扩展的方法,具有较好的局部自适应性,可以快速地判定出前景区域。而对于粗血管,使用全局固定阈值,可以较好地保留主干部分。At present, most methods at home and abroad only extract blood vessels for normal and well-imaged retinal images. For retinal images with low contrast or lesions, because the pixel gray values of the blood vessels and the background area are relatively close, the existing traditional Most of the methods fail to correctly segment blood vessels from the background. On the other hand, the present invention divides the blood vessels into thick and thin blood vessels by using Gaussian matching filtering of large and small scales, and performs enhancement processing respectively, and the effect is obvious. For thin blood vessels, the gradient size and direction of pixels are used, and the method based on region growth and rectangle expansion has good local adaptability and can quickly determine the foreground region. For thick vessels, using a global fixed threshold can better preserve the trunk portion.

本领域普通技术人员可以理解:附图只是一个实施例的示意图,附图中的模块或流程并不一定是实施本发明所必须的。Those of ordinary skill in the art can understand that the accompanying drawing is only a schematic diagram of an embodiment, and the modules or processes in the accompanying drawing are not necessarily necessary to implement the present invention.

通过以上的实施方式的描述可知,本领域的技术人员可以清楚地了解到本发明可借助软件加必需的通用硬件平台的方式来实现。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例或者实施例的某些部分所述的方法。From the description of the above embodiments, those skilled in the art can clearly understand that the present invention can be implemented by means of software plus a necessary general hardware platform. Based on this understanding, the technical solutions of the present invention can be embodied in the form of software products in essence or the parts that make contributions to the prior art. The computer software products can be stored in storage media, such as ROM/RAM, magnetic disks, etc. , CD, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in various embodiments or some parts of the embodiments of the present invention.

本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于装置或系统实施例而言,由于其基本相似于方法实施例,所以描述得比较简单,相关之处参见方法实施例的部分说明即可。以上所描述的装置及系统实施例仅仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。本领域普通技术人员在不付出创造性劳动的情况下,即可以理解并实施。Each embodiment in this specification is described in a progressive manner, and the same and similar parts between the various embodiments may be referred to each other, and each embodiment focuses on the differences from other embodiments. In particular, for the apparatus or system embodiments, since they are basically similar to the method embodiments, the description is relatively simple, and reference may be made to some descriptions of the method embodiments for related parts. The apparatus and system embodiments described above are only illustrative, wherein the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, It can be located in one place, or it can be distributed over multiple network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution in this embodiment. Those of ordinary skill in the art can understand and implement it without creative effort.

以上所述,仅为本发明较佳的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应该以权利要求的保护范围为准。The above description is only a preferred embodiment of the present invention, but the protection scope of the present invention is not limited to this. Substitutions should be covered within the protection scope of the present invention. Therefore, the protection scope of the present invention should be subject to the protection scope of the claims.

Claims (4)

1.一种视网膜血管图像的分割方法,其特征在于,包括:1. a segmentation method of retinal blood vessel image, is characterized in that, comprises: 对视网膜血管图像进行双尺度匹配滤波处理,得到细尺度匹配滤波响应图像和粗尺度匹配滤波响应图像,包括:在应用匹配滤波时,选择比较小数值范围的σ,这个比较小的范围是1.3~1.6个像素,则滤波结果图像中的细血管更加容易得到加强,粗血管被腐蚀;相反,选择比较大数值范围的σ,这个比较大数值范围是2.0~2.4个像素,则粗血管得到加强,细血管被模糊化,其中,σ是血管 偏离度的宽度或者说高斯函数沿x轴坐标中心的偏离度;Perform dual-scale matched filtering processing on the retinal blood vessel image to obtain a fine-scale matched filtering response image and a coarse-scale matched filtering response image, including: when applying matched filtering, select a relatively small value range σ, this relatively small range is 1.3~ If the value is 1.6 pixels, the thin blood vessels in the filtering result image are more likely to be strengthened, and the thick blood vessels are corroded; on the contrary, choose a relatively large value range of σ, which is 2.0 to 2.4 pixels, then the thick blood vessels are strengthened, The thin blood vessels are blurred, where σ is the width of the deviation of the blood vessel or the deviation of the Gaussian function along the x-axis coordinate center; 从所述细尺度匹配滤波响应图像中分割出线支持区域,使用局部自适应阈值方法对每一个线支持区域进行二值化处理,分割出细血管段,包括:Segment the line support area from the fine-scale matched filter response image, use the local adaptive threshold method to binarize each line support area, and segment the thin blood vessel segments, including: 计算细尺度匹配滤波图像中的每个像素点的梯度幅值和梯度方向,将所有像素点按照其梯度幅值大小进行排序,选取具有最高梯度幅值的像素点作为种子点,将梯度幅值小于设定的梯度阈值的像素点排除在线支持区域的构建过程外;基于所述种子点利用区域生长算法生成若干个线支持区域,每个线支持区域包括一个种子点,并且为一个与种子点具有相似梯度方向的像素集合,每个像素点包括两个状态:使用过和未使用;Calculate the gradient magnitude and gradient direction of each pixel in the fine-scale matched filtering image, sort all the pixels according to their gradient magnitudes, select the pixel with the highest gradient magnitude as the seed point, and use the gradient magnitude as the seed point. The pixel points smaller than the set gradient threshold are excluded from the construction process of the online support region; several line support regions are generated based on the seed point using the region growing algorithm, and each line support region includes a seed point, and is one and the seed point. A collection of pixels with similar gradient directions, each pixel includes two states: used and unused; 将细尺度匹配滤波图像分割出多个线支持区域后,使用局部自适应阈值方法应用Otsu算法对每一个线支持区域进行二值化处理,分割出前景和背景,分割出单个的细血管段;After dividing the fine-scale matched filter image into multiple line support regions, use the local adaptive threshold method to apply the Otsu algorithm to binarize each line support region, segment the foreground and background, and segment a single thin vessel segment; 所述Otsu方法搜索最优的阈值使得前景与背景之间的方差最大,设t为前景和背景的分割阈值,则计算前景像素的概率w0t和平均灰度u0t,背景像素的概率w1t和平均灰度为u1t,前景和背景之间的方差表示为:The Otsu method searches for the optimal threshold to maximize the variance between the foreground and the background. Let t be the segmentation threshold of the foreground and the background, then calculate the probability w 0t and the average gray level u 0t of the foreground pixel, and the probability w 1t of the background pixel and the mean gray level is u 1t , the variance between foreground and background is expressed as: gt=wot·(u0t-ut)2+w1t·(u1t-ut)2 g t =w ot ·(u 0t -u t ) 2 +w 1t ·(u 1t -u t ) 2 其中ut表示图像总平均灰度,t的取值范围为0-255,当方差gt最大时,前景和背景差异最大,则对应的灰度t是最佳阈值;Where u t represents the total average gray level of the image, and the value range of t is 0-255. When the variance g t is the largest, the difference between the foreground and the background is the largest, and the corresponding gray level t is the best threshold; 应用固定比例阈值算法对所述粗尺度匹配滤波图像进行分割,得到粗血管段,包括:应用固定比例阈值算法对所述粗尺度匹配滤波图像进行分割,得到粗血管图像,所述固定比例阈值算法的阈值由以下公式计算:Applying a fixed-scale threshold algorithm to segment the coarse-scale matched filtered image to obtain a thick blood vessel segment, including: applying a fixed-scale threshold algorithm to segment the coarse-scale matched filtered image to obtain a thick blood vessel image, the fixed-scale threshold algorithm The threshold of is calculated by the following formula: 其中r是输入参数,表示预期的血管比例,Num是频次计算函数,Total表示像素总数;where r is the input parameter, representing the expected blood vessel ratio, Num is the frequency calculation function, and Total represents the total number of pixels; 在应用所述固定比例阈值算法时,先对所述粗尺度匹配滤波图像中的像素进行降序排序,搜索最优的阈值Tr,根据所述最优阈值Tr对所述粗尺度匹配滤波图像进行二值化处理,分割出前景和背景,分割出单个的粗血管段。When applying the fixed-scale threshold algorithm, first sort the pixels in the coarse-scale matched filtered image in descending order, search for the optimal threshold Tr, and perform two steps on the coarse-scale matched filtered image according to the optimal threshold Tr. Value processing, segment the foreground and background, segment out a single thick vessel segment. 2.根据权利要求1所述的方法,其特征在于,所述的对视网膜血管图像进行双尺度匹配滤波处理,得到细尺度匹配滤波响应图像和粗尺度匹配滤波响应图像,包括:2. method according to claim 1, is characterized in that, described to retina blood vessel image is carried out double-scale matched filter processing, obtains fine-scale matched filter response image and coarse-scale matched filter response image, comprises: 提取彩色视网膜血管图像的RGB三个通道中的绿色通道;Extract the green channel of the three RGB channels of the color retinal blood vessel image; 用高斯函数来模拟视网膜血管的横切面灰度曲线,得到如下匹配滤波器:A Gaussian function is used to simulate the cross-section grayscale curve of retinal blood vessels, and the following matched filter is obtained: 式中,K(x,y)被称为核函数,σ是高斯函数沿x轴坐标中心的偏离度,L是高斯函数沿y轴被截断的闪电通道长度,式中x,y需满足|x|≤3σ,|y|≤L/2;In the formula, K(x, y) is called the kernel function, σ is the deviation of the Gaussian function along the x-axis coordinate center, L is the length of the lightning channel where the Gaussian function is truncated along the y-axis, where x, y must satisfy | x|≤3σ,|y|≤L/2; 以15°为间隔,选取角度区间[0°,180°]中的12个方向,创建12个匹配滤波器;At 15° intervals, select 12 directions in the angle interval [0°, 180°] to create 12 matched filters; 将所述彩色视网膜血管图像中的绿色通道分别与所述12个匹配滤波器做卷积计算,得到匹配滤波响应图像,将所述匹配滤波响应图像归一化并量化为256级的灰度图,当所述偏离度σ小于设定的阈值时,将得到的灰度图作为细尺度匹配滤波响应图像;当所述偏离度σ不小于设定的阈值时,将得到的灰度图作为粗尺度匹配滤波响应图像。Convolve the green channel in the color retinal blood vessel image with the 12 matched filters respectively to obtain a matched filter response image, and normalize and quantify the matched filter response image into a 256-level grayscale image , when the degree of deviation σ is less than the set threshold, the obtained grayscale image is used as the fine-scale matched filter response image; when the degree of deviation σ is not less than the set threshold, the obtained grayscale image is used as the coarse image Scale-matched filter response image. 3.根据权利要求2所述的方法,其特征在于,所述的基于所述种子点利用区域生长算法生成若干个线支持区域,包括:3. The method according to claim 2, wherein the generating several line support regions based on the seed point using a region growing algorithm, comprising: 从像素点的排序列表中选择一个未使用的像素点作为种子点,将所述种子点的梯度方向作为要生成的所述种子点所在的线支持区域的初始角度θregion,将所述种子点的邻域中未使用的且其梯度方向跟区域角度θregion之间的误差在τ之间的像素点添加到所述线支持区域中,根据更新后的像素点更新计算所述线支持区域的角度,其中,τ为角度阈值;Select an unused pixel point from the sorted list of pixel points as a seed point, take the gradient direction of the seed point as the initial angle θ region of the line support region where the seed point is to be generated, and set the seed point The pixel points that are not used in the neighborhood of , and the error between the gradient direction and the region angle θ region is between τ are added to the line support region, and the line support region is updated and calculated according to the updated pixel points. angle, where τ is the angle threshold; 重复执行上述处理过程,直到所述种子点的邻域中没有符合条件的像素点添加到所述线支持区域中,对所述线支持区域对应的最小外接矩形进行扩展。The above processing process is repeatedly performed until no qualified pixel points are added to the line support area in the neighborhood of the seed point, and the minimum circumscribed rectangle corresponding to the line support area is extended. 4.根据权利要求1至3任一项所述的方法,其特征在于,所述的方法还包括:4. The method according to any one of claims 1 to 3, wherein the method further comprises: 应用逻辑或操作对所述粗血管段的分割结果和所述细血管段的分割结果进行融合,得到完整的粗血管段和细血管段的分割结果。A logical OR operation is applied to fuse the segmentation result of the thick blood vessel segment and the segmentation result of the thin blood vessel segment to obtain a complete segmentation result of the thick blood vessel segment and the thin blood vessel segment.
CN201611185885.2A 2016-12-20 2016-12-20 Segmentation method of retinal blood vessel images Expired - Fee Related CN106651846B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611185885.2A CN106651846B (en) 2016-12-20 2016-12-20 Segmentation method of retinal blood vessel images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611185885.2A CN106651846B (en) 2016-12-20 2016-12-20 Segmentation method of retinal blood vessel images

Publications (2)

Publication Number Publication Date
CN106651846A CN106651846A (en) 2017-05-10
CN106651846B true CN106651846B (en) 2019-07-12

Family

ID=58834848

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611185885.2A Expired - Fee Related CN106651846B (en) 2016-12-20 2016-12-20 Segmentation method of retinal blood vessel images

Country Status (1)

Country Link
CN (1) CN106651846B (en)

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107292890A (en) * 2017-06-19 2017-10-24 北京理工大学 A kind of medical image cutting method and device
CN107392922B (en) * 2017-07-18 2019-12-03 东南大学 Three-dimensional blood vessel segmentation method based on symmetry matched filter group and region growing
CN107492100B (en) * 2017-09-30 2020-07-28 上海联影医疗科技有限公司 Image processing method, device and equipment
CN108154513A (en) * 2017-11-21 2018-06-12 中国人民解放军第三军医大学 Cell based on two photon imaging data detects automatically and dividing method
CN110310323A (en) * 2018-03-20 2019-10-08 天津工业大学 Measurement method of retinal vessel diameter based on Hessian matrix and two-dimensional Gaussian fitting
CN108735270A (en) * 2018-05-25 2018-11-02 杭州脉流科技有限公司 Blood flow reserve score acquisition methods, device, system and computer storage media based on dimensionality reduction model
CN109325944A (en) * 2018-09-13 2019-02-12 福建农林大学 A Retinal Vessel Segmentation Method Based on Support Transform and Line Detection Operator
CN109410191B (en) * 2018-10-18 2022-03-25 中南大学 OCT (optical coherence tomography) image-based fundus blood vessel positioning method and anemia screening method thereof
CN109448003B (en) * 2018-10-26 2021-03-02 强联智创(北京)科技有限公司 Intracranial artery blood vessel image segmentation method and system
CN109544525A (en) * 2018-11-15 2019-03-29 北京工业大学 A kind of eyeground picture blood vessel recognition methods based on self-adapting window Model Matching
CN109671095B (en) * 2018-12-19 2023-04-25 吉林大学 Method and related device for separating metal objects in X-ray photo
CN109685814B (en) * 2019-01-02 2020-10-23 兰州交通大学 Full-automatic cholecystolithiasis ultrasonic image segmentation method based on MSPCNN
CN109978819B (en) * 2019-01-22 2022-11-15 江南大学 Method for segmenting retinal blood vessels based on low-scale blood vessel detection
CN110033861B (en) * 2019-03-26 2021-03-23 西安交通大学 Method and system for quantitative analysis of blood vessels and macular avascular area suitable for OCTA images
CN110517274B (en) * 2019-08-30 2022-04-01 集美大学 Image threshold segmentation method, terminal device and storage medium
CN110448267B (en) * 2019-09-06 2021-05-25 重庆贝奥新视野医疗设备有限公司 Multimode fundus dynamic imaging analysis system and method
CN111383191B (en) * 2019-12-11 2024-03-08 北京深睿博联科技有限责任公司 Image processing method and device for vascular fracture repair
CN111275668B (en) * 2020-01-13 2023-09-15 浙江杜比医疗科技有限公司 Method, system and device for extracting breast blood vessels of NIR (near infrared) image
CN111862114A (en) * 2020-07-10 2020-10-30 温州医科大学 A method and device for choroidal three-dimensional vascular imaging and quantitative analysis based on optical coherence tomography system
CN112508888B (en) * 2020-11-26 2023-12-19 中国科学院苏州生物医学工程技术研究所 Brain artery rapid automatic segmentation method and system for medical image
CN114581477A (en) * 2020-12-01 2022-06-03 北京三快在线科技有限公司 Map area merging method, device, electronic device and storage medium
CN112465852B (en) * 2020-12-03 2024-01-30 国网山西省电力公司晋城供电公司 Improved region growing method for infrared image segmentation of power equipment
CN112734784B (en) * 2021-01-28 2024-07-19 依未科技(北京)有限公司 Method, device, medium and equipment for determining fundus blood vessel boundary with high precision
CN112734828B (en) * 2021-01-28 2023-02-24 依未科技(北京)有限公司 Method, device, medium and equipment for determining center line of fundus blood vessel
CN113269756B (en) * 2021-05-28 2024-02-27 长春大学 Method and device for optimizing retinal vessel segmentation based on multi-scale matched filtering and particle swarm
CN114359205B (en) * 2021-12-29 2022-11-01 推想医疗科技股份有限公司 Head and neck blood vessel analysis method and device, storage medium and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102999905A (en) * 2012-11-15 2013-03-27 天津工业大学 Automatic eye fundus image vessel detecting method based on PCNN (pulse coupled neural network)
CN103198321A (en) * 2013-03-27 2013-07-10 中国科学院苏州生物医学工程技术研究所 Retina image processing method and device
CN104036521A (en) * 2014-07-03 2014-09-10 重庆大学 Novel retina eye fundus image segmenting method
CN104318565A (en) * 2014-10-24 2015-01-28 中南大学 Interactive method for retinal vessel segmentation based on bidirectional region growing of constant-gradient distance
CN104899862A (en) * 2015-04-01 2015-09-09 武汉工程大学 Retinal vessel segmentation algorithm based on global or local threshold
CN105761258A (en) * 2016-02-06 2016-07-13 上海市第人民医院 Retinal fundus image bleeding detection method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8351669B2 (en) * 2011-02-01 2013-01-08 Universidade Da Coruna-Otri Method, apparatus, and system for retinal image analysis

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102999905A (en) * 2012-11-15 2013-03-27 天津工业大学 Automatic eye fundus image vessel detecting method based on PCNN (pulse coupled neural network)
CN103198321A (en) * 2013-03-27 2013-07-10 中国科学院苏州生物医学工程技术研究所 Retina image processing method and device
CN104036521A (en) * 2014-07-03 2014-09-10 重庆大学 Novel retina eye fundus image segmenting method
CN104318565A (en) * 2014-10-24 2015-01-28 中南大学 Interactive method for retinal vessel segmentation based on bidirectional region growing of constant-gradient distance
CN104899862A (en) * 2015-04-01 2015-09-09 武汉工程大学 Retinal vessel segmentation algorithm based on global or local threshold
CN105761258A (en) * 2016-02-06 2016-07-13 上海市第人民医院 Retinal fundus image bleeding detection method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
A Cross-Modality Learning Approach for Vessel Segmentation in Retinal Images;Qiaoliang Li.et.;《IEEE TRANSACTIONS ON MEDICAL IMAGING》;20160131;第35卷(第1期);第109-118页 *
Retinal vessel extraction by matched filter with first-order derivative of Gaussian;Bob Zhang.et.;《Computers in Biology and Medicine》;20100430;第40卷(第4期);第438-445页 *
基于多尺度2D Gabor小波的视网膜血管自动分割;王晓红等;《自动化学报》;20150531;第41卷(第5期);第970-980页 *

Also Published As

Publication number Publication date
CN106651846A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN106651846B (en) Segmentation method of retinal blood vessel images
Sheng et al. Retinal vessel segmentation using minimum spanning superpixel tree detector
Rodrigues et al. Segmentation of optic disc and blood vessels in retinal images using wavelets, mathematical morphology and Hessian-based multi-scale filtering
CN109190690B (en) Detection and identification method of cerebral microbleeds in SWI images based on machine learning
Kowal et al. Computer-aided diagnosis of breast cancer based on fine needle biopsy microscopic images
Kovács et al. A self-calibrating approach for the segmentation of retinal vessels by template matching and contour reconstruction
Yin et al. Cell segmentation in microscopy imagery using a bag of local Bayesian classifiers
Sun et al. Fast linear feature detection using multiple directional non‐maximum suppression
Cruz-Aceves et al. Automatic segmentation of coronary arteries using Gabor filters and thresholding based on multiobjective optimization
CN106355599A (en) Non-fluorescent eye fundus image based automatic segmentation method for retinal blood vessels
CN110120056A (en) Blood leucocyte dividing method based on self-adapting histogram threshold value and contour detecting
CN106355584A (en) Automatic detection method for microaneurysm in eye fundus image on basis of local entropy determining threshold
Goswami et al. An analysis of image segmentation methods for brain tumour detection on MRI images
Khan et al. An efficient technique for retinal vessel segmentation and denoising using modified ISODATA and CLAHE
Ali et al. Optic Disc Localization in Retinal Fundus Images Based on You Only Look Once Network (YOLO).
Wang et al. Robust cell segmentation based on gradient detection, Gabor filtering and morphological erosion
CN106372593B (en) Optic disk area positioning method based on vascular convergence
Devasia et al. Automatic Optic Disc Localization and Segmentation using Swarm Intelligence.
Afonso et al. Hair detection in dermoscopic images using percolation
Desiani et al. A robust techniques of enhancement and segmentation blood vessels in retinal image using deep learning
Lyu et al. HRED-net: high-resolution encoder-decoder network for fine-grained image segmentation
Choukikar et al. Segmenting the optic disc in retinal images using thresholding
Oprisescu et al. Automatic pap smear nuclei detection using mean-shift and region growing
Chidambaram et al. Detection of exudates in diabetic retinopathy
Belhadi et al. Automated retinal vessel segmentation using entropic thresholding based spatial correlation histogram of gray level images

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20190712

CF01 Termination of patent right due to non-payment of annual fee