Movatterモバイル変換


[0]ホーム

URL:


US20190362496A1 - Isolation of Aneurysm and Parent Vessel in Volumetric Image Data - Google Patents

Isolation of Aneurysm and Parent Vessel in Volumetric Image Data
Download PDF

Info

Publication number
US20190362496A1
US20190362496A1US16/515,075US201916515075AUS2019362496A1US 20190362496 A1US20190362496 A1US 20190362496A1US 201916515075 AUS201916515075 AUS 201916515075AUS 2019362496 A1US2019362496 A1US 2019362496A1
Authority
US
United States
Prior art keywords
mask
aneurysm
voxel
generating
refined
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.)
Granted
Application number
US16/515,075
Other versions
US10497123B1 (en
Inventor
Komal Dutta
Scott Baker
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.)
Siemens Healthineers AG
Original Assignee
Siemens Healthcare GmbH
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 Siemens Healthcare GmbHfiledCriticalSiemens Healthcare GmbH
Priority to US16/515,075priorityCriticalpatent/US10497123B1/en
Assigned to SIEMENS HEALTHCARE GMBHreassignmentSIEMENS HEALTHCARE GMBHASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: SIEMENS MEDICAL SOLUTIONS USA, INC.
Assigned to SIEMENS MEDICAL SOLUTIONS USA, INC.reassignmentSIEMENS MEDICAL SOLUTIONS USA, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: BAKER, SCOTT, DUTTA, KOMAL
Publication of US20190362496A1publicationCriticalpatent/US20190362496A1/en
Application grantedgrantedCritical
Publication of US10497123B1publicationCriticalpatent/US10497123B1/en
Assigned to Siemens Healthineers AgreassignmentSiemens Healthineers AgASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: SIEMENS HEALTHCARE GMBH
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Definitions

Landscapes

Abstract

A framework for isolating an aneurysm and parent vessel in volumetric image data is provided herein. In accordance with one aspect, the framework generates a refined mask by performing region growing starting at an aneurysm dome point to eliminate vessels that are indirectly connected to an aneurysm or parent vessel in volumetric image data. A final mask may be generated based at least in part on the refined mask by eliminating any kissing vessel connected with the aneurysm from the refined mask. The final mask may then be used for segmentation of the aneurysm and the parent vessel in the volumetric image data.

Description

Claims (20)

What is claimed is:
1. A system for image processing, comprising:
a non-transitory memory device for storing computer readable program code; and
a processor device in communication with the memory device, the processor being operative with the computer readable program code to perform steps including
generating a refined mask by eliminating vessels that are indirectly connected to an aneurysm or parent vessel in volumetric image data,
generating an aneurysm mask based on the refined mask,
generating a parent vessel mask based on the refined mask,
combining the aneurysm mask and the parent vessel mask to generate a combined mask, and
generating, based on the combined mask, a final mask for image segmentation.
2. The system ofclaim 1 wherein the volumetric image data comprises digital subtraction angiography image data.
3. The system ofclaim 1 wherein the processor is operative with the computer readable program code to generate the refined mask by performing region growing starting at the aneurysm dome point.
4. The system ofclaim 1 wherein the processor is operative with the computer readable program code to generate the aneurysm mask by
for each voxel of the refined mask, generating a ray from the voxel to an aneurysm dome point,
in response to the ray hitting the aneurysm dome point without hitting a background voxel in the refined mask, saving the voxel as a foreground voxel in the aneurysm mask, and
in response to the ray hitting the aneurysm dome point after hitting the background voxel in the refined mask, marking the voxel as a background voxel in the aneurysm mask.
5. The system ofclaim 1 wherein the processor is operative with the computer readable program code to generate the parent vessel mask by
for each voxel of the refined mask, generating a ray from the voxel to a centerline point of the parent vessel,
in response to the ray hitting the centerline point without hitting a background voxel in the refined mask, saving the voxel as a foreground voxel in the parent vessel mask, and
in response to the ray hitting the centerline point after hitting the background voxel in the refined mask, marking the voxel as a background voxel in the parent vessel mask.
6. The system ofclaim 1 wherein the processor is operative with the computer readable program code to generate the final mask by eliminating any kissing vessel with large connection with the aneurysm in the combined mask.
7. The system ofclaim 1 wherein the processor is operative with the computer readable program code to generate the final mask by
generating rays from the aneurysm dome point in all directions through voxels of the combined mask,
extracting as invalid voxels any of the voxels not being directly hit by at least one of the rays and having a valid neighboring voxel,
determining a center point of the invalid voxels,
determining a borderline of a kissing vessel based on the center point and the aneurysm dome point, and
marking voxels above the borderline as background voxels to generate the final mask.
8. A computer-implemented method, comprising:
generating a refined mask by performing region growing starting at an aneurysm dome point to eliminate vessels that are indirectly connected to an aneurysm or parent vessel in volumetric image data;
generating a final mask based at least in part on the refined mask by eliminating any kissing vessel connected with the aneurysm; and
outputting the final mask for segmentation of the aneurysm and the parent vessel in the volumetric image data.
9. The method ofclaim 8 wherein generating the refined mask comprises performing region growing starting at the aneurysm dome point.
10. The method ofclaim 9 wherein performing the region growing comprises performing the region growing outwards radially starting from the aneurysm dome point towards a surface of a sphere until bounds of a predefined bounding box is reached.
11. The method ofclaim 9 wherein performing the region growing comprises performing the region growing until extents of a predefined bounding box are reached.
12. The method ofclaim 9 wherein preforming the region growing comprises performing the region growing until foreground voxels cannot be found in an immediate neighborhood.
13. The method ofclaim 8 further comprises:
generating an aneurysm mask based on the refined mask;
generating a parent vessel mask based on the refined mask;
combining the aneurysm mask and the parent vessel mask to generate a combined mask; and
generating the final mask based on the combined mask.
14. The method ofclaim 13 wherein generating the aneurysm mask comprises:
for each voxel of the refined mask, generating a ray from the voxel to an aneurysm dome point;
in response to the ray hitting the aneurysm dome point without hitting a background voxel in the refined mask, saving the voxel as a foreground voxel in the aneurysm mask; and
in response to the ray hitting the aneurysm dome point after hitting the background voxel in the refined mask, marking the voxel as a background voxel in the aneurysm mask.
15. The method ofclaim 13 wherein generating the parent vessel mask comprises:
for each voxel of the refined mask, generating a ray from the voxel to a centerline point of the parent vessel;
in response to the ray hitting the centerline point without hitting a background voxel in the refined mask, saving the voxel as a foreground voxel in the parent vessel mask; and
in response to the ray hitting the centerline point after hitting the background voxel in the refined mask, marking the voxel as a background voxel in the parent vessel mask.
16. The method ofclaim 15 wherein generating the ray comprises generating multiple rays from the voxel to multiple centerline points of the parent vessel.
17. The method ofclaim 13 wherein combining the aneurysm mask and the parent vessel mask to generate the combined mask comprises marking a voxel at a particular voxel location in the combined mask as foreground if the voxel at the same location in either the aneurysm mask or the parent vessel mask is marked as foreground.
18. The method ofclaim 13 wherein generating the final mask comprises:
generating rays from the aneurysm dome point in all directions through voxels of the combined mask;
extracting as invalid voxels any of the voxels not being directly hit by at least one of the rays and having a valid neighboring voxel;
determining a center point of the invalid voxels;
determining a borderline of a kissing vessel based on the center point and the aneurysm dome point; and
marking voxels above the borderline as background voxels in the final mask.
19. The method ofclaim 18 wherein determining the borderline of the kissing vessel comprises:
(i) determining a cut plane based on a direction from the center point to the aneurysm dome point, wherein the cut plane is orthogonal to the direction;
(ii) determining a number of the invalid voxels on either side of the cut plane;
(iii) in response to a percentage of the number of invalid voxels above the cut plane being less than a predetermined threshold value, moving the center point towards the aneurysm point by a predetermined distance to generate a new center point and repeating steps (i) through (iii) based on the new center point; and
(iv) in response to the percentage of the number of invalid voxels above the cut plane being more than or equal to the predetermined threshold value, assigning the cut plane as the borderline.
20. One or more non-transitory computer readable media embodying a program of instructions executable by machine to perform steps comprising:
generating a refined mask by performing region growing starting at an aneurysm dome point to eliminate vessels that are indirectly connected to an aneurysm or parent vessel in volumetric image data;
generating a final mask based at least in part on the refined mask by eliminating any kissing vessel connected with the aneurysm; and
outputting the final mask for segmentation of the aneurysm and the parent vessel in the volumetric image data.
US16/515,0752017-05-162019-07-18Isolation of aneurysm and parent vessel in volumetric image dataActiveUS10497123B1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US16/515,075US10497123B1 (en)2017-05-162019-07-18Isolation of aneurysm and parent vessel in volumetric image data

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US15/597,026US10402976B2 (en)2017-05-162017-05-16Isolation of aneurysm and parent vessel in volumetric image data
US16/515,075US10497123B1 (en)2017-05-162019-07-18Isolation of aneurysm and parent vessel in volumetric image data

Related Parent Applications (1)

Application NumberTitlePriority DateFiling Date
US15/597,026ContinuationUS10402976B2 (en)2017-05-162017-05-16Isolation of aneurysm and parent vessel in volumetric image data

Publications (2)

Publication NumberPublication Date
US20190362496A1true US20190362496A1 (en)2019-11-28
US10497123B1 US10497123B1 (en)2019-12-03

Family

ID=62152466

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US15/597,026Expired - Fee RelatedUS10402976B2 (en)2017-05-162017-05-16Isolation of aneurysm and parent vessel in volumetric image data
US16/515,075ActiveUS10497123B1 (en)2017-05-162019-07-18Isolation of aneurysm and parent vessel in volumetric image data

Family Applications Before (1)

Application NumberTitlePriority DateFiling Date
US15/597,026Expired - Fee RelatedUS10402976B2 (en)2017-05-162017-05-16Isolation of aneurysm and parent vessel in volumetric image data

Country Status (3)

CountryLink
US (2)US10402976B2 (en)
EP (1)EP3404613A3 (en)
CN (1)CN108876794B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US11357511B2 (en)2008-05-012022-06-14Aneuclose LlcIntrasacular aneurysm occlusion device with globular first configuration and bowl-shaped second configuration
US11464518B2 (en)2008-05-012022-10-11Aneuclose LlcProximal concave neck bridge with central lumen and distal net for occluding cerebral aneurysms
US11471164B2 (en)2008-05-012022-10-18Aneuclose LlcMethods of occluding a cerebral aneurysm by inserting embolic members or material into an intrasacular implant
US11484322B2 (en)2018-01-032022-11-01Aneuclose LlcAneurysm neck bridge with a closeable opening or lumen through which embolic material is inserted into the aneurysm sac
US11583289B2 (en)2008-05-012023-02-21Aneuclose LlcAneurysm-occluding mesh ribbon with a series of loops or segments having distal-to-proximal variation in size, shape, and/or orientation

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US11918423B2 (en)*2018-10-302024-03-05Corindus, Inc.System and method for navigating a device through a path to a target location
CN109872328B (en)*2019-01-252021-05-07腾讯科技(深圳)有限公司Brain image segmentation method, device and storage medium
US12213836B2 (en)*2019-02-212025-02-04Koninklijke Philips N.V.Methods and systems for segmentation and rendering of inverted data
CN109907732B (en)*2019-04-092022-12-02广州新脉科技有限公司 A method and system for assessing the risk of intracranial aneurysm rupture
CN114828732A (en)*2019-10-172022-07-29株式会社尼康Image processing method, image processing apparatus, and image processing program
CN111223089B (en)*2020-01-172023-11-03强联智创(北京)科技有限公司Aneurysm detection method and device and computer readable storage medium

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7310435B2 (en)*2003-11-252007-12-18General Electric CompanyMethod and apparatus for extracting multi-dimensional structures using dynamic constraints
US8170304B2 (en)*2007-04-032012-05-01Siemens AktiengesellschaftModeling cerebral aneurysms in medical images
EP2279490B1 (en)*2008-04-162012-03-21Université de LausanneAutomatic detection and accurate segmentation of abdominal aortic aneurysm
US20130066219A1 (en)*2011-09-092013-03-14Jingfeng JiangMethod for Assessing The Efficacy of a Flow-Diverting Medical Device in a Blood Vessel
US9846765B2 (en)*2012-11-092017-12-19Siemens Healthcare GmbhSystem and method for patient specific modeling of liver tumor ablation
EP3767630A1 (en)*2014-01-172021-01-20Arterys Inc.Methods for four dimensional (4d) flow magnetic resonance imaging
CN104978726A (en)*2014-04-032015-10-14上海联影医疗科技有限公司Blood vessel extraction method
US9367667B2 (en)*2014-04-302016-06-14Siemens AktiengesellschaftMethod and system for advanced aneurysm analysis
US10037603B2 (en)*2015-05-042018-07-31Siemens Healthcare GmbhMethod and system for whole body bone removal and vascular visualization in medical image data

Cited By (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US11357511B2 (en)2008-05-012022-06-14Aneuclose LlcIntrasacular aneurysm occlusion device with globular first configuration and bowl-shaped second configuration
US11464518B2 (en)2008-05-012022-10-11Aneuclose LlcProximal concave neck bridge with central lumen and distal net for occluding cerebral aneurysms
US11471164B2 (en)2008-05-012022-10-18Aneuclose LlcMethods of occluding a cerebral aneurysm by inserting embolic members or material into an intrasacular implant
US11583289B2 (en)2008-05-012023-02-21Aneuclose LlcAneurysm-occluding mesh ribbon with a series of loops or segments having distal-to-proximal variation in size, shape, and/or orientation
US11484322B2 (en)2018-01-032022-11-01Aneuclose LlcAneurysm neck bridge with a closeable opening or lumen through which embolic material is inserted into the aneurysm sac

Also Published As

Publication numberPublication date
EP3404613A3 (en)2019-04-03
US10402976B2 (en)2019-09-03
US20180336676A1 (en)2018-11-22
US10497123B1 (en)2019-12-03
CN108876794B (en)2022-04-12
CN108876794A (en)2018-11-23
EP3404613A2 (en)2018-11-21

Similar Documents

PublicationPublication DateTitle
US10497123B1 (en)Isolation of aneurysm and parent vessel in volumetric image data
US9684980B2 (en)Prior image based three dimensional imaging
US9401047B2 (en)Enhanced visualization of medical image data
US9754390B2 (en)Reconstruction of time-varying data
US9547894B2 (en)Apparatus for, and method of, processing volumetric medical image data
US9471987B2 (en)Automatic planning for medical imaging
US20160321427A1 (en)Patient-Specific Therapy Planning Support Using Patient Matching
CN111540025B (en)Predicting images for image processing
US20100135562A1 (en)Computer-aided detection with enhanced workflow
US10083511B2 (en)Angiographic roadmapping mask
US10460508B2 (en)Visualization with anatomical intelligence
US9691157B2 (en)Visualization of anatomical labels
CN107170021B (en)Refined reconstruction of time-varying data
US8873817B2 (en)Processing an image dataset based on clinically categorized populations
US9014448B2 (en)Associating acquired images with objects
US20180092608A1 (en)Reconstruction of Flow Data
US10977792B2 (en)Quantitative evaluation of time-varying data
US20110122134A1 (en)Image display of a tubular structure
Qin et al.Three Dimensional Reconstruction of Blood Vessels and Evaluation of Vascular Stenosis Based on DSA
US20100054568A1 (en)Method and apparatus for selecting a volume of interest in one or more image data sets

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:SIEMENS HEALTHCARE GMBH, GERMANY

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SIEMENS MEDICAL SOLUTIONS USA, INC.;REEL/FRAME:049785/0735

Effective date:20170517

Owner name:SIEMENS MEDICAL SOLUTIONS USA, INC., PENNSYLVANIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DUTTA, KOMAL;BAKER, SCOTT;SIGNING DATES FROM 20170502 TO 20170503;REEL/FRAME:049785/0701

FEPPFee payment procedure

Free format text:ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCFInformation on status: patent grant

Free format text:PATENTED CASE

MAFPMaintenance fee payment

Free format text:PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment:4

ASAssignment

Owner name:SIEMENS HEALTHINEERS AG, GERMANY

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SIEMENS HEALTHCARE GMBH;REEL/FRAME:066267/0346

Effective date:20231219


[8]ページ先頭

©2009-2025 Movatter.jp