WO2020154904A1 - Method for automatically measuring blood vessel diameter in ultrasound image - Google Patents

Method for automatically measuring blood vessel diameter in ultrasound image Download PDF

Info

Publication number
WO2020154904A1
WO2020154904A1 PCT/CN2019/073736 CN2019073736W WO2020154904A1 WO 2020154904 A1 WO2020154904 A1 WO 2020154904A1 CN 2019073736 W CN2019073736 W CN 2019073736W WO 2020154904 A1 WO2020154904 A1 WO 2020154904A1
Authority
WO
WIPO (PCT)
Prior art keywords
ultrasound image
blood vessel
image
ultrasound
vessel diameter
Prior art date
Application number
PCT/CN2019/073736
Other languages
French (fr)
Chinese (zh)
Inventor
李聪
王兴红
Original Assignee
深圳市科曼医疗设备有限公司
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 深圳市科曼医疗设备有限公司 filed Critical 深圳市科曼医疗设备有限公司
Priority to PCT/CN2019/073736 priority Critical patent/WO2020154904A1/en
Publication of WO2020154904A1 publication Critical patent/WO2020154904A1/en

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/103Detecting, measuring or recording devices for testing the shape, pattern, colour, size or movement of the body or parts thereof, for diagnostic purposes
    • A61B5/107Measuring physical dimensions, e.g. size of the entire body or parts thereof

Definitions

  • the invention relates to the technical field of medical image analysis, in particular to a method for automatically measuring blood vessel diameters in ultrasound images.
  • PICC central venous catheterization via peripheral venous puncture
  • CVC central venous catheter
  • the measurement of blood vessel diameter is realized by segmentation and morphological processing based on Otsu.
  • This method requires detection based on HAAR features (ie linear features, edge features, point features, diagonal features) and Adaboost (Adaptive boosting) classifiers.
  • HAAR features ie linear features, edge features, point features, diagonal features
  • Adaboost Adaptive boosting
  • the blood vessel area appears as low echo in the image, and the color is dark, making it difficult to distinguish the blood vessel area from the background area, so the ultrasound image must be enhanced. If the enhancement is too high, the necessary blood vessel information will be lost; if the enhancement is too weak, the blood vessel area cannot be distinguished from the background area.
  • the technical problem to be solved by the present invention is how to automatically measure the blood vessel diameter of the ultrasound image.
  • an embodiment of the present invention discloses an automatic measurement method of ultrasound image blood vessel diameter, including: acquiring a pre-processed ultrasound image; obtaining a multi-threshold segmentation ultrasound image according to the acquired pre-processed ultrasound image; The ultrasound image is segmented according to the obtained multi-threshold value, and the blood vessel diameter is automatically measured through ellipse fitting.
  • the obtaining the preprocessed ultrasound image includes: performing a fractional differential enhancement calculation on the ultrasound image; performing a denoising operation on the enhanced ultrasound image to obtain a denoised ultrasound image.
  • the performing fractional differential enhancement calculation on the ultrasound image includes: giving the corresponding differential enhancement order v, obtaining the ultrasound image x and y axis gradient values; calculating the ultrasound image x and y axis gradient value average, Obtain enhancement factors for image enhancement.
  • the denoising operation on the enhanced ultrasound image to obtain the denoised ultrasound image includes: based on the differential enhancement order v, giving a diffusion threshold k, and performing anisotropic diffusion filtering on the ultrasound image.
  • the obtaining the multi-threshold segmented ultrasound image according to the pre-processed ultrasound image includes: using a particle swarm optimization algorithm to divide the denoised image according to the gray value of the pixel point, and divide the ultrasound image into four A region with different gray values; binarize the segmented image, set the region with the smallest gray value to 0, and set the rest to 1; use the hole filling method to obtain all connected regions in the binary ultrasound image; calculate The area of each connected area retains the largest area of the ultrasound image; through the edge detection method, the edge of the largest area of the ultrasound image is obtained and displayed on the original ultrasound image.
  • the segmentation of the ultrasound image according to the obtained multi-threshold value, and the automatic measurement of the diameter of the blood vessel through ellipse fitting includes: performing ellipse fitting on the edge points of the segmentation target by the least square method; and displaying the fitting result in the original ultrasound On the image, and automatically calculate the size of the blood vessel diameter according to the fitting result.
  • an embodiment of the present invention discloses an automatic measurement device for blood vessel diameter in ultrasound images, which is characterized in that it comprises: an image preprocessing module for acquiring preprocessed ultrasound images; an image segmentation module for The preprocessed ultrasound image is obtained to obtain a multi-threshold segmentation ultrasound image; the diameter measurement module is used to segment the ultrasound image according to the obtained multi-threshold value, and automatically measure the diameter of the blood vessel through ellipse fitting.
  • the image preprocessing module includes: an image enhancement unit for performing fractional differential enhancement calculation on the ultrasound image; an image denoising unit for performing a denoising operation on the enhanced ultrasound image to obtain denoising Ultrasound image.
  • an embodiment of the present invention discloses a computer device, including a processor, configured to execute a computer program stored in a memory to implement the method for automatically measuring blood vessel diameter in an ultrasound image according to any one of the above-mentioned first aspects.
  • an embodiment of the present invention discloses a computer-readable storage medium on which a computer program is stored, and the processor is configured to execute the computer program stored in the storage medium to implement the ultrasound image blood vessel diameter of any one of the above-mentioned first aspects. Automatic measurement method.
  • the present invention has the following beneficial effects: by performing an enhancement operation on the ultrasound image, since the ultrasound image is filled with a large number of noise particles, the enhanced image is noise smoothed, and then the smoothed image is segmented with multiple thresholds, and the ultrasound image Divided into four different areas according to the pixel gray value. Since the shape of blood vessels is generally circular, and sick blood vessels are generally elliptical, the segmented blood vessel area is fitted with elliptic curve. The entire algorithm does not require manual intervention and realizes the ultrasound image of blood vessels. The automatic measurement of diameter provides an important clinical auxiliary diagnostic technique for PICC or CVC surgery.
  • FIG. 1 is a schematic flowchart of an automatic method for measuring blood vessel diameter in ultrasound images disclosed in this embodiment
  • FIG. 2 is a schematic structural diagram of an automatic measurement device for blood vessel diameter in ultrasound images disclosed in this embodiment
  • FIG. 3 is a schematic diagram of the steps of a method for automatically measuring blood vessel diameter in ultrasound images disclosed in this embodiment
  • Fig. 4 is an ultrasound image comparison effect diagram of a method for automatically measuring blood vessel diameter in an ultrasound image disclosed in this embodiment;
  • Fig. 4a is an original ultrasound image;
  • Fig. 4b is an ultrasound blood vessel labeling image;
  • FIG. 5 is a fractional differential enhancement template of a method for automatically measuring blood vessel diameter in ultrasound images disclosed in this embodiment
  • FIG. 6 is an anisotropic diffusion filter template based on fractional differentiation of an automatic method for measuring blood vessel diameter in ultrasound images disclosed in this embodiment
  • Fig. 7 is an ultrasound image preprocessing result diagram of an ultrasonic image blood vessel diameter automatic measurement method disclosed in this embodiment;
  • Fig. 7a is the original ultrasound image;
  • Fig. 7b is the enhanced image;
  • Fig. 7c is the filtered image;
  • Fig. 8 is an image segmentation process diagram of a method for automatically measuring blood vessel diameter in ultrasound images disclosed in this embodiment;
  • Fig. 8a is a segmentation threshold segmented image;
  • Fig. 8b is a binarized image;
  • Fig. 8c is a connected region image;
  • Fig. 8d is an acquisition The edge image of the largest connected area;
  • Figure 8e is the image of the blood vessel area after segmentation.
  • the embodiment of the present invention discloses a method for automatically measuring blood vessel diameter in ultrasound images, as shown in Fig. 1 and Fig. 3, including:
  • Step S110 acquiring a preprocessed ultrasound image
  • Step S120 Obtain a multi-threshold segmented ultrasound image according to the acquired preprocessed ultrasound image
  • step S130 the ultrasound image is segmented according to the obtained multi-threshold value, and the blood vessel diameter is automatically measured through ellipse fitting.
  • FIG. 4 is an ultrasound image comparison effect diagram of an ultrasound image blood vessel diameter automatic measurement method disclosed in this embodiment.
  • FIG. 4a is an original ultrasound image
  • FIG. 4b is an ultrasound blood vessel mark image.
  • the solution disclosed in the embodiments of the present invention performs an enhancement operation on the ultrasound image. Since the ultrasound image is filled with a large number of noise particles, the enhanced image is noise smoothed, and then the smoothed image is multi-threshold image Segmentation, and divide the ultrasound image into four different regions according to the pixel gray value. Since the shape of blood vessels is generally circular, the diseased blood vessels are generally elliptical, and the elliptic curve fitting is performed on the segmented blood vessel area. The entire algorithm does not require manual intervention , To realize the automatic measurement of the diameter of the blood vessel in the ultrasound image, thereby providing an important clinical auxiliary diagnostic technology for PICC or CVC surgery.
  • step S110 may specifically include:
  • Step S111 performing fractional differential enhancement calculation on the ultrasound image
  • Step S112 Perform a denoising operation on the enhanced ultrasound image to obtain a denoised ultrasound image.
  • step S111 may specifically include:
  • the image enhancement adopts the fractional differential algorithm, and the differential expression defined by Grünwld–Letnikov is as follows:
  • Fig. 5 is a fractional differential enhancement template of a method for automatically measuring blood vessel diameter in ultrasound images disclosed in this embodiment.
  • sum represents the sum function
  • sum(F(:)) is the sum of the gray values of each pixel of the image F
  • m and n are the image size.
  • step S112 may specifically include: based on the differential enhancement order v, giving a diffusion threshold k, and performing anisotropic diffusion filtering on the ultrasound image.
  • image denoising uses an anisotropic diffusion filtering algorithm based on fractional differential (FAD algorithm).
  • FAD algorithm fractional differential
  • the core idea of the algorithm is to introduce fractional differential theory on the basis of anisotropic diffusion, and pass the diffusion threshold k
  • the mutual cooperation with the differential order v achieves the purpose of image denoising and edge preservation.
  • the mathematical expression of anisotropic diffusion is as follows:
  • div is the divergence operator, Is the gradient of the image, It is the spread function, used to detect the smooth intensity of the image, ⁇ is usually set to 0.2.
  • the expression of the diffusion function is as follows:
  • k is the diffusion threshold.
  • FIG. 7 is an ultrasound image preprocessing result diagram of a method for automatically measuring blood vessel diameter in an ultrasound image disclosed in this embodiment.
  • FIG. 7a is an original ultrasound image
  • FIG. 7b is an enhanced image
  • FIG. 7c is a filtered image.
  • step 120 may specifically include:
  • Step S121 using a particle swarm optimization algorithm to divide the denoised image according to the gray value of the pixel point, and divide the ultrasound image into four areas with different gray values;
  • Step S122 Binarize the divided image, set the area with the smallest gray value to 0, and set the rest to 1;
  • Step S123 using the hole filling method to obtain all connected areas in the binary ultrasound image
  • Step S124 Calculate the area of each connected area, and reserve the area with the largest area of the ultrasound image
  • step S125 the edge of the area with the largest area of the ultrasound image is obtained by the edge detection method and displayed on the original ultrasound image.
  • the particle swarm optimization algorithm obtains three optimal segmentation thresholds.
  • the PSO algorithm is derived from the study of bird predation behavior, that is, initializing a group of particles in the image and giving the particles an initial velocity and position.
  • V i t+1 is the updated particle velocity
  • V i t is the current particle velocity
  • w is the inertia weight coefficient, usually set to [0.8 ⁇ 1.2]. If the value of w is selected too large, the global convergence ability is strong, and the local convergence ability is weak; if the value of w is selected too small, the global convergence ability is weak and the local convergence ability is strong. In order to improve the global convergence ability of the algorithm, set w to 1.2. If it is greater than 1.2, it is easy to fall into a local extreme.
  • c1 and c2 are learning factors, also called acceleration constants.
  • r1 and r2 are random numbers between [0 ⁇ 1].
  • FIG. 8 is an image segmentation process diagram of an ultrasonic image blood vessel diameter automatic measurement method disclosed in this embodiment; Fig. 8a is a segmentation threshold segmented image; Fig. 8b is a binarized image; Fig. 8c is a connected region Image; Figure 8d is to obtain the edge image of the largest connected area; Figure 8e is the image of the blood vessel area after segmentation.
  • step S130 may specifically include:
  • Step S131 ellipse fitting is performed on the edge points of the segmentation target by using the least square method
  • Step S132 displaying the fitting result on the original ultrasound image, and automatically calculating the size of the blood vessel diameter according to the fitting result.
  • an embodiment of the present invention discloses an automatic measurement device for the diameter of an ultrasound image blood vessel, which is characterized in that it includes: an image preprocessing module 210 for acquiring preprocessed ultrasound images; an image segmentation module 220 for According to the acquired pre-processed ultrasound image, a multi-threshold segmentation ultrasound image is obtained; the diameter measurement module 230 is configured to segment the ultrasound image according to the obtained multi-threshold value, and automatically measure the diameter of the blood vessel through ellipse fitting.
  • the image preprocessing module 210 includes: an image enhancement unit 211, configured to perform a fractional differential enhancement calculation on the ultrasound image; an image denoising unit 222, configured to perform a denoising operation on the enhanced ultrasound image to obtain Denoised ultrasound image.
  • an embodiment of the present invention also provides a computer device, and the processor executes computer instructions to implement the following methods:
  • the program can be stored in a computer readable storage medium. At this time, it may include the procedures of the above-mentioned method embodiments.
  • the storage medium can be a magnetic disk, an optical disc, a read-only memory (ROM) or a random access memory (RAM), etc.
  • the computer processor is used to execute the computer program stored in the storage medium to implement the following methods:

Landscapes

  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biomedical Technology (AREA)
  • Heart & Thoracic Surgery (AREA)
  • Oral & Maxillofacial Surgery (AREA)
  • Biophysics (AREA)
  • Pathology (AREA)
  • Engineering & Computer Science (AREA)
  • Dentistry (AREA)
  • Physics & Mathematics (AREA)
  • Medical Informatics (AREA)
  • Molecular Biology (AREA)
  • Surgery (AREA)
  • Animal Behavior & Ethology (AREA)
  • General Health & Medical Sciences (AREA)
  • Public Health (AREA)
  • Veterinary Medicine (AREA)
  • Ultra Sonic Daignosis Equipment (AREA)

Abstract

A method for automatically measuring a blood vessel diameter in an ultrasound image, comprising: acquiring a preprocessed ultrasound image (S100); obtaining a multi-threshold segmented ultrasound image according to the acquired pre-processed ultrasound image (S110); and automatically measuring a blood vessel diameter size via ellipse fitting according to the obtained multi-threshold segmented ultrasound image (S120). After enhancing an ultrasound image, a large number of noise are visible all over the ultrasound image. Noise reduction is performed on the enhanced image, and multi-threshold image segmentation is performed on the noise-reduced image, then the ultrasound image is divided into four different regions according to pixel grayscale values. Since the shape of a blood vessel is generally circular, whereas the shape of a diseased blood vessel is generally elliptical, when the segmented blood vessel regions are subjected to elliptic curve fitting, the algorithm does not require any manual intervention and achieves automatic measurement of the blood vessel diameter in the ultrasound image, thereby providing an important clinical auxiliary diagnostic technique for PICC or CVC surgery.

Description

一种超声图像血管直径自动测量方法Automatic measurement method of blood vessel diameter in ultrasound image 技术领域Technical field
本发明涉及医学图像分析技术领域,尤其涉及一种超声图像血管直径自动测量方法。The invention relates to the technical field of medical image analysis, in particular to a method for automatically measuring blood vessel diameters in ultrasound images.
背景技术Background technique
PICC(经外周静脉穿刺中心静脉置管)或CVC(中心静脉导管)作为临床常用输液工具,是一种可经皮肤穿刺并滞留于静脉大血管腔(上腔静脉、下腔静脉、头臂静脉、颈内静脉、锁骨下静脉、髂静脉、股静脉)内进行长期输液的特制硅胶管。手术过程中,导管直径大小选取过大或过小,均会给手术带来不良后果。PICC (central venous catheterization via peripheral venous puncture) or CVC (central venous catheter), as a common clinical infusion tool, is a kind of infusion that can be punctured through the skin and stayed in the venous cavities (superior vena cava, inferior vena cava, brachiocephalic , Internal jugular vein, subclavian vein, iliac vein, femoral vein) special silicone tube for long-term infusion. During the operation, if the diameter of the catheter is too large or too small, it will bring adverse consequences to the operation.
为实现能够根据血管直径大小选取合适的导管进行插管,需要借助超声设备对待穿刺部位进行血管区域的成像显示,并依据显示结果的血管直径大小信息选取合适的插管进行手术。传统测量方法需要经验丰富的医生对超声图像血管区域进行手工绘制,受主观因素影响大、绘制耗时且增加了识别难度。超声因具有实时、无损、价格低廉等特点,已成为临床辅助诊断的重要工具之一,因此,超声成像在PICC或CVC穿刺手术中的应用越来越广泛。In order to be able to select a suitable catheter for intubation according to the diameter of the blood vessel, it is necessary to use an ultrasound device to perform an imaging display of the blood vessel area at the site to be punctured, and to select a suitable cannula for surgery based on the displayed blood vessel diameter information. Traditional measurement methods require experienced doctors to manually draw the blood vessel region of the ultrasound image, which is greatly affected by subjective factors, time-consuming drawing and increases the difficulty of recognition. Ultrasound has become an important tool for clinical diagnosis due to its real-time, non-destructive, and low-cost characteristics. Therefore, ultrasound imaging is more and more widely used in PICC or CVC puncture operations.
目前有采用基于大津分割和形态学处理实现血管管径测量,该方法需先用基于HAAR特征(即线性特征、边缘特征、点特征、对角线特征)和Adaboost(Adaptive boosting)分类器的检测方法将待分割血管区域用方形框标识出来后,将方形中心点作为血管中心点,通过大津阈值分割得到二值化图像,结合形态出处理法获得血管边界,最后直接测量中心点距边界的距离,作为最后血管的半径信息。该方法未考虑噪声对血管边缘的影响,及中心点选取较为随意,计算精度较低。血管区域在图像中表现为低回声,颜色偏暗,使得血管区域与背景区域较难区分开,故须对超声图像进行增强操作。若增强过度则会丢失所需的血管信息;若增强太弱则不能将血管区域与背景区域区分开。At present, the measurement of blood vessel diameter is realized by segmentation and morphological processing based on Otsu. This method requires detection based on HAAR features (ie linear features, edge features, point features, diagonal features) and Adaboost (Adaptive boosting) classifiers. Methods After marking the blood vessel area to be segmented with a square frame, the square center point is used as the blood vessel center point, and the binarized image is obtained through Otsu threshold segmentation, combined with the morphological processing method to obtain the blood vessel boundary, and finally the distance between the center point and the boundary is directly measured , As the radius information of the last blood vessel. This method does not consider the influence of noise on the edges of blood vessels, and the selection of the center point is random, and the calculation accuracy is low. The blood vessel area appears as low echo in the image, and the color is dark, making it difficult to distinguish the blood vessel area from the background area, so the ultrasound image must be enhanced. If the enhancement is too high, the necessary blood vessel information will be lost; if the enhancement is too weak, the blood vessel area cannot be distinguished from the background area.
因此,如何自动测量超声图像的血管直径成为亟待解决的技术问题。Therefore, how to automatically measure the diameter of blood vessels in ultrasound images has become an urgent technical problem to be solved.
发明内容Summary of the invention
本发明要解决的技术问题在于如何自动测量超声图像的血管直径。The technical problem to be solved by the present invention is how to automatically measure the blood vessel diameter of the ultrasound image.
为此,根据第一方面,本发明实施例公开了一种超声图像血管直径自动测量方法,包括:获取预处理的超声图像;根据所述获取预处理的超声图像,得到多阈值分割超声图像;根据所述得到多阈值分割超声图像,通过椭圆拟合实现自动测量血管直径大小。To this end, according to the first aspect, an embodiment of the present invention discloses an automatic measurement method of ultrasound image blood vessel diameter, including: acquiring a pre-processed ultrasound image; obtaining a multi-threshold segmentation ultrasound image according to the acquired pre-processed ultrasound image; The ultrasound image is segmented according to the obtained multi-threshold value, and the blood vessel diameter is automatically measured through ellipse fitting.
可选地,所述获取预处理的超声图像包括:对超声图像进行分数阶微分增强计算;对增强后的超声图像进行去噪操作,获取去噪的超声图像。Optionally, the obtaining the preprocessed ultrasound image includes: performing a fractional differential enhancement calculation on the ultrasound image; performing a denoising operation on the enhanced ultrasound image to obtain a denoised ultrasound image.
可选地,所述对超声图像进行分数阶微分增强计算包括:给出对应的微分增强阶数v,获取超声图像x、y轴方向梯度值;计算超声图像x、y轴方向梯度值均值,获取增强因子进行图像增强。Optionally, the performing fractional differential enhancement calculation on the ultrasound image includes: giving the corresponding differential enhancement order v, obtaining the ultrasound image x and y axis gradient values; calculating the ultrasound image x and y axis gradient value average, Obtain enhancement factors for image enhancement.
可选地,所述对增强后的超声图像进行去噪操作,获取去噪的超声图像包括:基于微分增强阶数v,给出扩散阈值k,对超声图像进行各向异性扩散滤波。Optionally, the denoising operation on the enhanced ultrasound image to obtain the denoised ultrasound image includes: based on the differential enhancement order v, giving a diffusion threshold k, and performing anisotropic diffusion filtering on the ultrasound image.
可选地,所述根据所述获取预处理的超声图像,得到多阈值分割超声图像包括:利用粒子群优化算法 对去噪后的图像按像素点灰度值进行区域划分,将超声图像分成四种灰度值不同区域;将分割后的图像进行二值化处理,灰度值最小的区域设置为0,其余设置为1;利用空洞填充法,获取二值超声图像的中所有连通区域;计算每个连通区域的面积,保留超声图像的面积最大区域;通过边缘检测方法,获取超声图像面积最大区域的边缘并将其显示于原超声图像。Optionally, the obtaining the multi-threshold segmented ultrasound image according to the pre-processed ultrasound image includes: using a particle swarm optimization algorithm to divide the denoised image according to the gray value of the pixel point, and divide the ultrasound image into four A region with different gray values; binarize the segmented image, set the region with the smallest gray value to 0, and set the rest to 1; use the hole filling method to obtain all connected regions in the binary ultrasound image; calculate The area of each connected area retains the largest area of the ultrasound image; through the edge detection method, the edge of the largest area of the ultrasound image is obtained and displayed on the original ultrasound image.
可选地,所述根据所述得到多阈值分割超声图像,通过椭圆拟合实现自动测量血管直径大小包括:利用最小二乘法对分割目标的边缘点进行椭圆拟合;将拟合结果显示在原超声图像上,并根据拟合结果自动计算出血管直径的大小。Optionally, the segmentation of the ultrasound image according to the obtained multi-threshold value, and the automatic measurement of the diameter of the blood vessel through ellipse fitting includes: performing ellipse fitting on the edge points of the segmentation target by the least square method; and displaying the fitting result in the original ultrasound On the image, and automatically calculate the size of the blood vessel diameter according to the fitting result.
根据第二方面,本发明实施例公开了一种超声图像血管直径自动测量装置,其特征在于,包括:图像预处理模块,用于获取预处理的超声图像;图像分割模块,用于根据所述获取预处理的超声图像,得到多阈值分割超声图像;直径测量模块,用于根据所述得到多阈值分割超声图像,通过椭圆拟合实现自动测量血管直径大小。According to a second aspect, an embodiment of the present invention discloses an automatic measurement device for blood vessel diameter in ultrasound images, which is characterized in that it comprises: an image preprocessing module for acquiring preprocessed ultrasound images; an image segmentation module for The preprocessed ultrasound image is obtained to obtain a multi-threshold segmentation ultrasound image; the diameter measurement module is used to segment the ultrasound image according to the obtained multi-threshold value, and automatically measure the diameter of the blood vessel through ellipse fitting.
可选地,所述图像预处理模块包括:图像增强单元,用于对超声图像进行分数阶微分增强计算;图像去噪单元,用于对增强后的超声图像进行去噪操作,获取去噪的超声图像。Optionally, the image preprocessing module includes: an image enhancement unit for performing fractional differential enhancement calculation on the ultrasound image; an image denoising unit for performing a denoising operation on the enhanced ultrasound image to obtain denoising Ultrasound image.
根据第三方面,本发明实施例公开了一种计算机装置,包括处理器,处理器用于执行存储器中存储的计算机程序实现上述第一方面任一项的超声图像血管直径自动测量方法。According to a third aspect, an embodiment of the present invention discloses a computer device, including a processor, configured to execute a computer program stored in a memory to implement the method for automatically measuring blood vessel diameter in an ultrasound image according to any one of the above-mentioned first aspects.
根据第四方面,本发明实施例公开了一种计算机可读存储介质,其上存储有计算机程序,处理器用于执行存储介质中存储的计算机程序实现上述第一方面任一项的超声图像血管直径自动测量方法。According to a fourth aspect, an embodiment of the present invention discloses a computer-readable storage medium on which a computer program is stored, and the processor is configured to execute the computer program stored in the storage medium to implement the ultrasound image blood vessel diameter of any one of the above-mentioned first aspects. Automatic measurement method.
本发明具有以下有益效果:通过对超声图像进行增强操作,由于超声图像遍布着大量的噪声颗粒,对增强后的图像进行噪声平滑,然后对平滑后的图像进行多阈值图像分割,并将超声图像按像素灰度值分成四个不同区域,由于血管的形态一般为圆形,病态血管一般呈现椭圆形,分割后的血管区域进行椭圆曲线拟合,整个算法不需要人工干预,实现了超声图像血管直径的自动测量,从而为PICC或CVC手术提供了一种重要的临床辅助诊断技术。The present invention has the following beneficial effects: by performing an enhancement operation on the ultrasound image, since the ultrasound image is filled with a large number of noise particles, the enhanced image is noise smoothed, and then the smoothed image is segmented with multiple thresholds, and the ultrasound image Divided into four different areas according to the pixel gray value. Since the shape of blood vessels is generally circular, and sick blood vessels are generally elliptical, the segmented blood vessel area is fitted with elliptic curve. The entire algorithm does not require manual intervention and realizes the ultrasound image of blood vessels. The automatic measurement of diameter provides an important clinical auxiliary diagnostic technique for PICC or CVC surgery.
附图说明Description of the drawings
为了更清楚地说明本发明具体实施方式或现有技术中的技术方案,下面将对具体实施方式或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施方式,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to explain the specific embodiments of the present invention or the technical solutions in the prior art more clearly, the following will briefly introduce the drawings that need to be used in the specific embodiments or the description of the prior art. Obviously, the appendix in the following description The drawings are some embodiments of the present invention. For those of ordinary skill in the art, other drawings can be obtained from these drawings without creative work.
图1是本实施例公开的一种超声图像血管直径自动测量方法的流程示意图;FIG. 1 is a schematic flowchart of an automatic method for measuring blood vessel diameter in ultrasound images disclosed in this embodiment;
图2是本实施例公开的一种超声图像血管直径自动测量装置的结构示意图;2 is a schematic structural diagram of an automatic measurement device for blood vessel diameter in ultrasound images disclosed in this embodiment;
图3是本实施例公开的一种超声图像血管直径自动测量方法的步骤示意图;3 is a schematic diagram of the steps of a method for automatically measuring blood vessel diameter in ultrasound images disclosed in this embodiment;
图4是本实施例公开的一种超声图像血管直径自动测量方法的超声图像对比效果图;图4a是原始超声图像;图4b是超声血管标记图像;Fig. 4 is an ultrasound image comparison effect diagram of a method for automatically measuring blood vessel diameter in an ultrasound image disclosed in this embodiment; Fig. 4a is an original ultrasound image; Fig. 4b is an ultrasound blood vessel labeling image;
图5是本实施例公开的一种超声图像血管直径自动测量方法的分数阶微分增强模板;FIG. 5 is a fractional differential enhancement template of a method for automatically measuring blood vessel diameter in ultrasound images disclosed in this embodiment;
图6是本实施例公开的一种超声图像血管直径自动测量方法的基于分数阶微分的各向异性扩散滤波模板;FIG. 6 is an anisotropic diffusion filter template based on fractional differentiation of an automatic method for measuring blood vessel diameter in ultrasound images disclosed in this embodiment;
图7是本实施例公开的一种超声图像血管直径自动测量方法的超声图像预处理结果图;图7a是原始超声图像;图7b是增强后图像;图7c是滤波后图像;Fig. 7 is an ultrasound image preprocessing result diagram of an ultrasonic image blood vessel diameter automatic measurement method disclosed in this embodiment; Fig. 7a is the original ultrasound image; Fig. 7b is the enhanced image; Fig. 7c is the filtered image;
图8是本实施例公开的一种超声图像血管直径自动测量方法的图像分割过程图;图8a是分割阈值分割图像;图8b是二值化图像;图8c是连通区域图像;图8d是获取最大连通区域的边缘图像;图8e是分割后的血管区域图像。Fig. 8 is an image segmentation process diagram of a method for automatically measuring blood vessel diameter in ultrasound images disclosed in this embodiment; Fig. 8a is a segmentation threshold segmented image; Fig. 8b is a binarized image; Fig. 8c is a connected region image; Fig. 8d is an acquisition The edge image of the largest connected area; Figure 8e is the image of the blood vessel area after segmentation.
附图标记:步骤S100~S130;210、图像预处理模块;211、图像增强单元;212、图像去噪单元;220、图像分割模块;230、直径测量模块。Reference signs: steps S100-S130; 210, image preprocessing module; 211, image enhancement unit; 212, image denoising unit; 220, image segmentation module; 230, diameter measurement module.
具体实施方式detailed description
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。In order to make the objectives, technical solutions, and advantages of the present invention clearer, the following further describes the present invention in detail with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described here are only used to explain the present invention, but not to limit the present invention.
本发明实施例公开了一种超声图像血管直径自动测量方法,如图1和图3所示,包括:The embodiment of the present invention discloses a method for automatically measuring blood vessel diameter in ultrasound images, as shown in Fig. 1 and Fig. 3, including:
步骤S110,获取预处理的超声图像;Step S110, acquiring a preprocessed ultrasound image;
步骤S120,根据所述获取预处理的超声图像,得到多阈值分割超声图像;Step S120: Obtain a multi-threshold segmented ultrasound image according to the acquired preprocessed ultrasound image;
步骤S130,根据所述得到多阈值分割超声图像,通过椭圆拟合实现自动测量血管直径大小。In step S130, the ultrasound image is segmented according to the obtained multi-threshold value, and the blood vessel diameter is automatically measured through ellipse fitting.
如图4所示,图4是本实施例公开的一种超声图像血管直径自动测量方法的超声图像对比效果图,图4a是原始超声图像,图4b是超声血管标记图像。As shown in FIG. 4, FIG. 4 is an ultrasound image comparison effect diagram of an ultrasound image blood vessel diameter automatic measurement method disclosed in this embodiment. FIG. 4a is an original ultrasound image, and FIG. 4b is an ultrasound blood vessel mark image.
相对于现有技术,本发明实施例公开的方案通过对超声图像进行增强操作,由于超声图像遍布着大量的噪声颗粒,对增强后的图像进行噪声平滑,然后对平滑后的图像进行多阈值图像分割,并将超声图像按像素灰度值分成四个不同区域,由于血管的形态一般为圆形,病态血管一般呈现椭圆形,分割后的血管区域进行椭圆曲线拟合,整个算法不需要人工干预,实现了超声图像血管直径的自动测量,从而为PICC或CVC手术提供了一种重要的临床辅助诊断技术。Compared with the prior art, the solution disclosed in the embodiments of the present invention performs an enhancement operation on the ultrasound image. Since the ultrasound image is filled with a large number of noise particles, the enhanced image is noise smoothed, and then the smoothed image is multi-threshold image Segmentation, and divide the ultrasound image into four different regions according to the pixel gray value. Since the shape of blood vessels is generally circular, the diseased blood vessels are generally elliptical, and the elliptic curve fitting is performed on the segmented blood vessel area. The entire algorithm does not require manual intervention , To realize the automatic measurement of the diameter of the blood vessel in the ultrasound image, thereby providing an important clinical auxiliary diagnostic technology for PICC or CVC surgery.
在具体实施例中,步骤S110具体的可以包括:In a specific embodiment, step S110 may specifically include:
步骤S111,对超声图像进行分数阶微分增强计算;Step S111, performing fractional differential enhancement calculation on the ultrasound image;
步骤S112,对增强后的超声图像进行去噪操作,获取去噪的超声图像。Step S112: Perform a denoising operation on the enhanced ultrasound image to obtain a denoised ultrasound image.
在具体实施例中,步骤S111具体的可以包括:In a specific embodiment, step S111 may specifically include:
给出对应的微分增强阶数v,获取超声图像x、y轴方向梯度值;在本实施例中,图像增强采用分数阶微分算法,其Grünwld–Letnikov定义的差分表达式如下:Given the corresponding differential enhancement order v, obtain the x and y axis gradient values of the ultrasound image; in this embodiment, the image enhancement adopts the fractional differential algorithm, and the differential expression defined by Grünwld–Letnikov is as follows:
Figure PCTCN2019073736-appb-000001
Figure PCTCN2019073736-appb-000001
根据等号右侧各项系数构建增强模板,将中心点定为掩模中心,分别向x、y轴正负方向及对角线方向扩展以使模板具有旋转不变性。如图5所示,图5是本实施例公开的一种超声图像血管直径自动测量方法的分数阶微分增强模板。The enhanced template is constructed according to the coefficients on the right side of the equal sign, the center point is set as the center of the mask, and the template is expanded in the positive and negative directions and diagonal directions of the x and y axes to make the template have rotation invariance. As shown in Fig. 5, Fig. 5 is a fractional differential enhancement template of a method for automatically measuring blood vessel diameter in ultrasound images disclosed in this embodiment.
计算超声图像x、y轴方向梯度值均值,获取增强因子进行图像增强。x、y轴方向梯度计算公式如下:Calculate the mean value of the gradient in the x and y axis of the ultrasound image, and obtain the enhancement factor for image enhancement. The gradient calculation formula for the x and y axis is as follows:
Figure PCTCN2019073736-appb-000002
Figure PCTCN2019073736-appb-000002
得到梯度图像:Get the gradient image:
F=Gx+GyF=Gx+Gy
梯度均值:Mean gradient:
avg=sum(F(:))/(m*n)avg=sum(F(:))/(m*n)
其中,sum表示求和函数,sum(F(:))为图像F各像素点灰度值之和,m、n为图像大小。按上述计算公式得到对应增强因子如下:Among them, sum represents the sum function, sum(F(:)) is the sum of the gray values of each pixel of the image F, and m and n are the image size. According to the above calculation formula, the corresponding enhancement factor is as follows:
Figure PCTCN2019073736-appb-000003
Figure PCTCN2019073736-appb-000003
在具体实施例中,步骤S112具体的可以包括:基于微分增强阶数v,给出扩散阈值k,对超声图像进行各向异性扩散滤波。在本实施例中,图像去噪采用基于分数阶微分的各向异性扩散滤波算法(FAD算法),该算法的核心思想是在各向异性扩散的基础上引入分数阶微分理论,通过扩散阈值k与微分阶数v之间的相互协作达到图像去噪、保边的目的。各向异性扩散的数学表达式如下:In a specific embodiment, step S112 may specifically include: based on the differential enhancement order v, giving a diffusion threshold k, and performing anisotropic diffusion filtering on the ultrasound image. In this embodiment, image denoising uses an anisotropic diffusion filtering algorithm based on fractional differential (FAD algorithm). The core idea of the algorithm is to introduce fractional differential theory on the basis of anisotropic diffusion, and pass the diffusion threshold k The mutual cooperation with the differential order v achieves the purpose of image denoising and edge preservation. The mathematical expression of anisotropic diffusion is as follows:
Figure PCTCN2019073736-appb-000004
Figure PCTCN2019073736-appb-000004
其中,div为散度算子,
Figure PCTCN2019073736-appb-000005
为图像的梯度,
Figure PCTCN2019073736-appb-000006
为扩散函数,用于检测图像平滑强度,λ通常设置为0.2。扩散函数的表达式如下:
Among them, div is the divergence operator,
Figure PCTCN2019073736-appb-000005
Is the gradient of the image,
Figure PCTCN2019073736-appb-000006
It is the spread function, used to detect the smooth intensity of the image, λ is usually set to 0.2. The expression of the diffusion function is as follows:
Figure PCTCN2019073736-appb-000007
Figure PCTCN2019073736-appb-000007
式中,k为扩散阈值。结合分数阶微分理论,得到本发明的滤波模板如图6所示。In the formula, k is the diffusion threshold. Combined with the theory of fractional order differentiation, the filter template of the present invention is obtained as shown in FIG. 6.
通过图像增强和图像去噪处理后,可将血管区域从背景区域中独立出来。图7是本实施例公开的一种超声图像血管直径自动测量方法的超声图像预处理结果图,图7a是原始超声图像,图7b是增强后图像,图7c是滤波后图像。After image enhancement and image denoising, the blood vessel area can be separated from the background area. FIG. 7 is an ultrasound image preprocessing result diagram of a method for automatically measuring blood vessel diameter in an ultrasound image disclosed in this embodiment. FIG. 7a is an original ultrasound image, FIG. 7b is an enhanced image, and FIG. 7c is a filtered image.
在具体实施例中,步骤120具体的可以包括:In a specific embodiment, step 120 may specifically include:
步骤S121,利用粒子群优化算法对去噪后的图像按像素点灰度值进行区域划分,将超声图像分成四种灰度值不同区域;Step S121, using a particle swarm optimization algorithm to divide the denoised image according to the gray value of the pixel point, and divide the ultrasound image into four areas with different gray values;
步骤S122,将分割后的图像进行二值化处理,灰度值最小的区域设置为0,其余设置为1;Step S122: Binarize the divided image, set the area with the smallest gray value to 0, and set the rest to 1;
步骤S123,利用空洞填充法,获取二值超声图像的中所有连通区域;Step S123, using the hole filling method to obtain all connected areas in the binary ultrasound image;
步骤S124,计算每个连通区域的面积,保留超声图像的面积最大区域;Step S124: Calculate the area of each connected area, and reserve the area with the largest area of the ultrasound image;
步骤S125,通过边缘检测方法,获取超声图像面积最大区域的边缘并将其显示于原超声图像。In step S125, the edge of the area with the largest area of the ultrasound image is obtained by the edge detection method and displayed on the original ultrasound image.
在本实施例中,粒子群优化算法(PSO算法)获取三个最佳分割阈值,PSO算法源于鸟类捕食的行为研究,即在图像中初始化一群粒子,并给予粒子一初始速度和位置。按照适应度函数计算每个粒子的适应度值,这里采用最大类间方差作为适应度函数计算,表达式如下:In this embodiment, the particle swarm optimization algorithm (PSO algorithm) obtains three optimal segmentation thresholds. The PSO algorithm is derived from the study of bird predation behavior, that is, initializing a group of particles in the image and giving the particles an initial velocity and position. Calculate the fitness value of each particle according to the fitness function, where the maximum between-class variance is used as the fitness function to calculate, the expression is as follows:
Figure PCTCN2019073736-appb-000008
Figure PCTCN2019073736-appb-000008
式中,
Figure PCTCN2019073736-appb-000009
为j类发生的概率,
Figure PCTCN2019073736-appb-000010
为j类的均值,
Figure PCTCN2019073736-appb-000011
为所有类群的均值。通过上式计算每一粒子的适应度值,得到个体最优值和全局最优值。然后根据速度和位置公式进行进化,公式如下:
Where
Figure PCTCN2019073736-appb-000009
Is the probability of occurrence of category j,
Figure PCTCN2019073736-appb-000010
Is the mean of class j,
Figure PCTCN2019073736-appb-000011
Is the mean of all taxa. Calculate the fitness value of each particle through the above formula to obtain the individual optimal value and the global optimal value. Then evolve according to the speed and position formula, the formula is as follows:
Figure PCTCN2019073736-appb-000012
Figure PCTCN2019073736-appb-000012
式中,V i t+1为更新的粒子速度,V i t为当前粒子速度。w为惯性权重系数,通常置为[0.8~1.2]。若w值选取偏大,全局收敛能力强,局部收敛能力弱;若w值选取偏小,全局收敛能力弱,局部收敛能力强。为了提高算法全局收敛能力,将w置为1.2,若大于1.2,则易陷入局部极值。c1、c2为学习因子,也称加速常数。r1、r2为[0~1]间的随机数。 In the formula, V i t+1 is the updated particle velocity, and V i t is the current particle velocity. w is the inertia weight coefficient, usually set to [0.8~1.2]. If the value of w is selected too large, the global convergence ability is strong, and the local convergence ability is weak; if the value of w is selected too small, the global convergence ability is weak and the local convergence ability is strong. In order to improve the global convergence ability of the algorithm, set w to 1.2. If it is greater than 1.2, it is easy to fall into a local extreme. c1 and c2 are learning factors, also called acceleration constants. r1 and r2 are random numbers between [0~1].
P i t为个体极值,nP i t为全局极值,
Figure PCTCN2019073736-appb-000013
为当前粒子位置,
Figure PCTCN2019073736-appb-000014
为更新的粒子位置。如此循环迭代计算,直至迭代次数达到预先设定的值,结束计算并输出最佳分割阈值。由于血管区域返回的是弱回声信号,故可将滤波后图像中小于最小阈值的点集置1,其余置0,得到二值化图像。然后通过孔洞填充法,去除与边界相连区域,并计算每个连通区域的面积,获取最大连通区域的边缘曲线,将其叠加到原图像中,最终实现超声血管的分割。如图8所示,图8是本实施例公开的一种超声图像血管直径自动测量方法的图像分割过程图;图8a是分割阈值分割图像;图8b是二值化图像;图8c是连通区域图像;图8d是获取最大连通区域的边缘图像;图8e是分割后的血管区域图像。
P i t is the individual extreme value, nP i t is the global extreme value,
Figure PCTCN2019073736-appb-000013
Is the current particle position,
Figure PCTCN2019073736-appb-000014
Is the updated particle position. This loop iterative calculation until the number of iterations reaches the preset value, the calculation ends and the optimal segmentation threshold is output. Since the blood vessel area returns a weak echo signal, the points in the filtered image that are smaller than the minimum threshold can be set to 1, and the rest are set to 0 to obtain a binary image. Then through the hole filling method, the area connected with the boundary is removed, and the area of each connected area is calculated, and the edge curve of the largest connected area is obtained and superimposed on the original image to finally realize the segmentation of ultrasound blood vessels. As shown in Fig. 8, Fig. 8 is an image segmentation process diagram of an ultrasonic image blood vessel diameter automatic measurement method disclosed in this embodiment; Fig. 8a is a segmentation threshold segmented image; Fig. 8b is a binarized image; Fig. 8c is a connected region Image; Figure 8d is to obtain the edge image of the largest connected area; Figure 8e is the image of the blood vessel area after segmentation.
在具体实施例中,步骤S130具体的可以包括:In a specific embodiment, step S130 may specifically include:
步骤S131,利用最小二乘法对分割目标的边缘点进行椭圆拟合;Step S131, ellipse fitting is performed on the edge points of the segmentation target by using the least square method;
步骤S132,将拟合结果显示在原超声图像上,并根据拟合结果自动计算出血管直径的大小。Step S132, displaying the fitting result on the original ultrasound image, and automatically calculating the size of the blood vessel diameter according to the fitting result.
在本实施例中,由于超声图像被大量噪声覆盖,使得最终分割的血管外周毛刺较多,而人体正常血管通常变现为圆形,病态血管表现为椭圆形,所以须对分割后的边缘点集进行椭圆拟合,这里采用最小二乘法。根据拟合结果得到椭圆质心、长短轴的坐标信息及椭圆倾斜角即可计算出血管直径大小。如图4b所示,图4b是超声血管标记图像,为最终拟合的血管。In this embodiment, because the ultrasound image is covered by a lot of noise, there are many burrs on the periphery of the final segmented blood vessel. Normal blood vessels in the human body usually turn into a circle, and the diseased blood vessels are elliptical. Therefore, it is necessary to set the edge points after segmentation. For ellipse fitting, the least square method is used here. The diameter of the blood vessel can be calculated by obtaining the coordinate information of the ellipse's centroid, the long and short axis and the ellipse inclination angle according to the fitting results. As shown in Figure 4b, Figure 4b is an ultrasound blood vessel label image, which is the final fitted blood vessel.
如图2所示,本发明实施例公开了一种超声图像血管直径自动测量装置,其特征在于,包括:图像预处理模块210,用于获取预处理的超声图像;图像分割模块220,用于根据所述获取预处理的超声图像,得到多阈值分割超声图像;直径测量模块230,用于根据所述得到多阈值分割超声图像,通过椭圆拟合实现自动测量血管直径大小。As shown in FIG. 2, an embodiment of the present invention discloses an automatic measurement device for the diameter of an ultrasound image blood vessel, which is characterized in that it includes: an image preprocessing module 210 for acquiring preprocessed ultrasound images; an image segmentation module 220 for According to the acquired pre-processed ultrasound image, a multi-threshold segmentation ultrasound image is obtained; the diameter measurement module 230 is configured to segment the ultrasound image according to the obtained multi-threshold value, and automatically measure the diameter of the blood vessel through ellipse fitting.
可选地,所述图像预处理模块210包括:图像增强单元211,用于对超声图像进行分数阶微分增强计算;图像去噪单元222,用于对增强后的超声图像进行去噪操作,获取去噪的超声图像。Optionally, the image preprocessing module 210 includes: an image enhancement unit 211, configured to perform a fractional differential enhancement calculation on the ultrasound image; an image denoising unit 222, configured to perform a denoising operation on the enhanced ultrasound image to obtain Denoised ultrasound image.
此外,本发明实施例中还提供一种计算机装置,处理器通过执行计算机指令,从而实现以下方法:In addition, an embodiment of the present invention also provides a computer device, and the processor executes computer instructions to implement the following methods:
获取预处理的超声图像;根据所述获取预处理的超声图像,得到多阈值分割超声图像;根据所述得到多阈值分割超声图像,通过椭圆拟合实现自动测量血管直径大小。Obtain a pre-processed ultrasound image; obtain a multi-threshold segmented ultrasound image according to the obtained pre-processed ultrasound image; obtain a multi-threshold segmented ultrasound image according to the obtained multi-threshold ultrasound image, and automatically measure the diameter of blood vessels through ellipse fitting.
本领域技术人员可以理解,实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令 相关的硬件来完成,该程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,该存储介质可为磁碟、光盘、只读存储记忆体(ROM)或随机存储记忆体(RAM)等。计算机处理器用于执行存储介质中存储的计算机程序实现以下方法:Those skilled in the art can understand that all or part of the processes in the above-mentioned embodiments and methods can be implemented by instructing relevant hardware through a computer program. The program can be stored in a computer readable storage medium. At this time, it may include the procedures of the above-mentioned method embodiments. Among them, the storage medium can be a magnetic disk, an optical disc, a read-only memory (ROM) or a random access memory (RAM), etc. The computer processor is used to execute the computer program stored in the storage medium to implement the following methods:
获取预处理的超声图像;根据所述获取预处理的超声图像,得到多阈值分割超声图像;根据所述得到多阈值分割超声图像,通过椭圆拟合实现自动测量血管直径大小。Obtain a pre-processed ultrasound image; obtain a multi-threshold segmented ultrasound image according to the obtained pre-processed ultrasound image; obtain a multi-threshold segmented ultrasound image according to the obtained multi-threshold ultrasound image, and automatically measure the diameter of blood vessels through ellipse fitting.
显然,上述实施例仅仅是为清楚地说明所作的举例,而并非对实施方式的限定。对于所属领域的普通技术人员来说,在上述说明的基础上还可以做出其它不同形式的变化或变动。这里无需也无法对所有的实施方式予以穷举。而由此所引伸出的显而易见的变化或变动仍处于本发明创造的保护范围之中。Obviously, the above-mentioned embodiments are merely examples for clear description, and are not intended to limit the implementation. For those of ordinary skill in the art, other changes or changes in different forms can be made on the basis of the above description. It is unnecessary and impossible to list all implementation methods here. The obvious changes or changes derived from this are still within the protection scope of the present invention.

Claims (10)

  1. 一种超声图像血管直径自动测量方法,其特征在于,包括:A method for automatically measuring blood vessel diameter in ultrasound images, which is characterized in that it comprises:
    获取预处理的超声图像;Obtain preprocessed ultrasound images;
    根据所述获取预处理的超声图像,得到多阈值分割超声图像;Obtaining a multi-threshold segmentation ultrasound image according to the acquired preprocessed ultrasound image;
    根据所述得到多阈值分割超声图像,通过椭圆拟合实现自动测量血管直径大小。The ultrasound image is segmented according to the obtained multi-threshold value, and the blood vessel diameter is automatically measured through ellipse fitting.
  2. 根据权利要求1所述的超声图像血管直径自动测量方法,其特征在于,所述获取预处理的超声图像包括:The method for automatically measuring blood vessel diameter in an ultrasound image according to claim 1, wherein said acquiring the preprocessed ultrasound image comprises:
    对超声图像进行分数阶微分增强计算;Perform fractional differential enhancement calculation on ultrasound images;
    对增强后的超声图像进行去噪操作,获取去噪的超声图像。Perform a denoising operation on the enhanced ultrasound image to obtain a denoised ultrasound image.
  3. 根据权利要求2所述的超声图像血管直径自动测量方法,其特征在于,所述对超声图像进行分数阶微分增强计算包括:The method for automatically measuring blood vessel diameters in ultrasound images according to claim 2, wherein said performing fractional differential enhancement calculation on ultrasound images comprises:
    给出对应的微分增强阶数v,获取超声图像x、y轴方向梯度值;Given the corresponding differential enhancement order v, obtain the x and y axis gradient values of the ultrasound image;
    计算超声图像x、y轴方向梯度值均值,获取增强因子进行图像增强。Calculate the mean value of the gradient in the x and y axis of the ultrasound image, and obtain the enhancement factor for image enhancement.
  4. 根据权利要求3所述的超声图像血管直径自动测量方法,其特征在于,所述对增强后的超声图像进行去噪操作,获取去噪的超声图像包括:The method for automatically measuring blood vessel diameter in an ultrasound image according to claim 3, wherein the denoising operation on the enhanced ultrasound image, and obtaining the denoised ultrasound image comprises:
    基于微分增强阶数v,给出扩散阈值k,对超声图像进行各向异性扩散滤波。Based on the differential enhancement order v, the diffusion threshold k is given to perform anisotropic diffusion filtering on the ultrasound image.
  5. 根据权利要求1所述的超声图像血管直径自动测量方法,其特征在于,所述根据所述获取预处理的超声图像,得到多阈值分割超声图像包括:The method for automatically measuring the diameter of blood vessels in an ultrasound image according to claim 1, wherein said obtaining a multi-threshold segmentation ultrasound image according to said obtaining the preprocessed ultrasound image comprises:
    利用粒子群优化算法对去噪后的图像按像素点灰度值进行区域划分,将超声图像分成四种灰度值不同区域;Use the particle swarm optimization algorithm to divide the denoised image according to the gray value of the pixel, and divide the ultrasound image into four areas with different gray values;
    将分割后的图像进行二值化处理,灰度值最小的区域设置为0,其余设置为1;Binarize the segmented image, set the area with the smallest gray value to 0, and set the rest to 1;
    利用空洞填充法,获取二值超声图像的中所有连通区域;Use the hole filling method to obtain all connected areas in the binary ultrasound image;
    计算每个连通区域的面积,保留超声图像的面积最大区域;Calculate the area of each connected area, and retain the largest area of the ultrasound image;
    通过边缘检测方法,获取超声图像面积最大区域的边缘并将其显示于原超声图像。Through the edge detection method, the edge of the largest area of the ultrasound image is obtained and displayed on the original ultrasound image.
  6. 根据权利要求1所述的超声图像血管直径自动测量方法,其特征在于,所述根据所述得到多阈值分割超声图像,通过椭圆拟合实现自动测量血管直径大小包括:The method for automatically measuring blood vessel diameter in an ultrasound image according to claim 1, wherein said segmenting the ultrasound image according to said multi-threshold value, and realizing automatic measurement of blood vessel diameter through ellipse fitting comprises:
    利用最小二乘法对分割目标的边缘点进行椭圆拟合;Use the least square method to perform ellipse fitting on the edge points of the segmentation target;
    将拟合结果显示在原超声图像上,并根据拟合结果自动计算出血管直径的大小。The fitting result is displayed on the original ultrasound image, and the blood vessel diameter is automatically calculated according to the fitting result.
  7. 一种超声图像血管直径自动测量装置,其特征在于,包括:An automatic measurement device for blood vessel diameter in ultrasound images, which is characterized in that it comprises:
    图像预处理模块,用于获取预处理的超声图像;Image preprocessing module for obtaining preprocessed ultrasound images;
    图像分割模块,用于根据所述获取预处理的超声图像,得到多阈值分割超声图像;An image segmentation module, configured to obtain a multi-threshold segmentation ultrasound image according to the acquired preprocessed ultrasound image;
    直径测量模块,用于根据所述得到多阈值分割超声图像,通过椭圆拟合实现自动测量血管直径大小。The diameter measurement module is used to segment the ultrasound image according to the obtained multi-threshold value, and automatically measure the diameter of the blood vessel through ellipse fitting.
  8. 根据权利要求7所述的超声图像血管直径自动测量方法,其特征在于,所述图像预处理模块包括:8. The method for automatically measuring blood vessel diameter in an ultrasound image according to claim 7, wherein the image preprocessing module comprises:
    图像增强单元,用于对超声图像进行分数阶微分增强计算;Image enhancement unit for performing fractional differential enhancement calculation on ultrasound images;
    图像去噪单元,用于对增强后的超声图像进行去噪操作,获取去噪的超声图像。The image denoising unit is used to perform denoising operations on the enhanced ultrasound image to obtain a denoised ultrasound image.
  9. 一种计算机装置,其特征在于,包括处理器,所述处理器用于执行存储器中存储的计算机程序实现 如权利要求1-6任一项所述的超声图像血管直径自动测量方法。A computer device characterized by comprising a processor configured to execute a computer program stored in a memory to implement the method for automatically measuring blood vessel diameter in an ultrasound image according to any one of claims 1-6.
  10. 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,处理器用于执行存储介质中存储的计算机程序实现如权利要求1-6任意一项所述的超声图像血管直径自动测量方法。A computer-readable storage medium with a computer program stored thereon, wherein the processor is used to execute the computer program stored in the storage medium to implement the method for automatically measuring blood vessel diameter in ultrasound images according to any one of claims 1-6 .
PCT/CN2019/073736 2019-01-29 2019-01-29 Method for automatically measuring blood vessel diameter in ultrasound image WO2020154904A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2019/073736 WO2020154904A1 (en) 2019-01-29 2019-01-29 Method for automatically measuring blood vessel diameter in ultrasound image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2019/073736 WO2020154904A1 (en) 2019-01-29 2019-01-29 Method for automatically measuring blood vessel diameter in ultrasound image

Publications (1)

Publication Number Publication Date
WO2020154904A1 true WO2020154904A1 (en) 2020-08-06

Family

ID=71841718

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/073736 WO2020154904A1 (en) 2019-01-29 2019-01-29 Method for automatically measuring blood vessel diameter in ultrasound image

Country Status (1)

Country Link
WO (1) WO2020154904A1 (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1917576A (en) * 2006-08-30 2007-02-21 蒲亦非 Fractional order differential filter for digital image
CN101802871A (en) * 2007-09-17 2010-08-11 皇家飞利浦电子股份有限公司 The caliper that is used for the measurement image object
US20110071404A1 (en) * 2009-09-23 2011-03-24 Lightlab Imaging, Inc. Lumen Morphology and Vascular Resistance Measurements Data Collection Systems, Apparatus and Methods
CN102800089A (en) * 2012-06-28 2012-11-28 华中科技大学 Main carotid artery blood vessel extraction and thickness measuring method based on neck ultrasound images
CN103479399A (en) * 2013-10-11 2014-01-01 华北电力大学(保定) Automatic retrieval method for calcified plaque frames in intravascular ultrasound image sequence
CN105072980A (en) * 2012-12-12 2015-11-18 光学实验室成像公司 Method and apparatus for automated determination of a lumen contour of a blood vessel
CN106659453A (en) * 2014-07-02 2017-05-10 柯惠有限合伙公司 System and method for segmentation of lung

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1917576A (en) * 2006-08-30 2007-02-21 蒲亦非 Fractional order differential filter for digital image
CN101802871A (en) * 2007-09-17 2010-08-11 皇家飞利浦电子股份有限公司 The caliper that is used for the measurement image object
US20110071404A1 (en) * 2009-09-23 2011-03-24 Lightlab Imaging, Inc. Lumen Morphology and Vascular Resistance Measurements Data Collection Systems, Apparatus and Methods
CN102800089A (en) * 2012-06-28 2012-11-28 华中科技大学 Main carotid artery blood vessel extraction and thickness measuring method based on neck ultrasound images
CN105072980A (en) * 2012-12-12 2015-11-18 光学实验室成像公司 Method and apparatus for automated determination of a lumen contour of a blood vessel
CN103479399A (en) * 2013-10-11 2014-01-01 华北电力大学(保定) Automatic retrieval method for calcified plaque frames in intravascular ultrasound image sequence
CN106659453A (en) * 2014-07-02 2017-05-10 柯惠有限合伙公司 System and method for segmentation of lung

Similar Documents

Publication Publication Date Title
CN109886938B (en) Automatic measuring method for blood vessel diameter of ultrasonic image
Sheng et al. Retinal vessel segmentation using minimum spanning superpixel tree detector
WO2021082691A1 (en) Segmentation method and apparatus for lesion area of eye oct image, and terminal device
Mary et al. An empirical study on optic disc segmentation using an active contour model
Zhu et al. Detection of the optic nerve head in fundus images of the retina using the hough transform for circles
Panda et al. New binary Hausdorff symmetry measure based seeded region growing for retinal vessel segmentation
Rajan et al. Diagnosis of cardiovascular diseases using retinal images through vessel segmentation graph
WO2012040410A9 (en) Method and system for liver lesion detection
CN107680110B (en) Inner ear three-dimensional level set segmentation method based on statistical shape model
Nisha et al. A computer-aided diagnosis system for plus disease in retinopathy of prematurity with structure adaptive segmentation and vessel based features
Dizdaro et al. Level sets for retinal vasculature segmentation using seeds from ridges and edges from phase maps
JP2021525144A (en) Methods, systems, and computer programs for segmenting the pulp region from images
WO2021190656A1 (en) Method and apparatus for localizing center of macula in fundus image, server, and storage medium
WO2016159379A1 (en) Apparatus and method for constructing blood vessel configuration and computer software program
Dizdaroğlu et al. Structure-based level set method for automatic retinal vasculature segmentation
David et al. A Comprehensive Review on Partition of the Blood Vessel and Optic Disc in RetinalImages
Li et al. Integrating FCM and level sets for liver tumor segmentation
Aruchamy et al. Automated glaucoma screening in retinal fundus images
WO2020154904A1 (en) Method for automatically measuring blood vessel diameter in ultrasound image
CN114757953B (en) Medical ultrasonic image recognition method, equipment and storage medium
Princye et al. Detection of exudates and feature extraction of retinal images using fuzzy clustering method
CN113011333A (en) System and method for obtaining optimal venipuncture point and direction based on near-infrared image
CN112862731A (en) Full-automatic blood vessel extraction method of TOF image
Biradar et al. A survey on blood vessel segmentation and optic disc segmentation of retinal images
Daud et al. Automated corneal segmentation of anterior segment photographed images using centroid-based active contour model

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19913947

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19913947

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 23.09.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 19913947

Country of ref document: EP

Kind code of ref document: A1