WO2020154904A1 - Method for automatically measuring blood vessel diameter in ultrasound image - Google Patents
Method for automatically measuring blood vessel diameter in ultrasound image Download PDFInfo
- 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
Links
Images
Classifications
-
- A—HUMAN NECESSITIES
- A61—MEDICAL OR VETERINARY SCIENCE; HYGIENE
- A61B—DIAGNOSIS; SURGERY; IDENTIFICATION
- A61B5/00—Measuring for diagnostic purposes; Identification of persons
- A61B5/103—Detecting, measuring or recording devices for testing the shape, pattern, colour, size or movement of the body or parts thereof, for diagnostic purposes
- A61B5/107—Measuring 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
Description
Claims (10)
- 一种超声图像血管直径自动测量方法,其特征在于,包括: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.
- 根据权利要求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.
- 根据权利要求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.
- 根据权利要求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.
- 根据权利要求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.
- 根据权利要求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.
- 一种超声图像血管直径自动测量装置,其特征在于,包括: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.
- 根据权利要求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.
- 一种计算机装置,其特征在于,包括处理器,所述处理器用于执行存储器中存储的计算机程序实现 如权利要求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.
- 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,处理器用于执行存储介质中存储的计算机程序实现如权利要求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 .
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)
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 |
-
2019
- 2019-01-29 WO PCT/CN2019/073736 patent/WO2020154904A1/en active Application Filing
Patent Citations (7)
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 |