US6947040B2 - Vessel detection by mean shift based ray propagation - Google Patents

Vessel detection by mean shift based ray propagation Download PDF

Info

Publication number
US6947040B2
US6947040B2 US10/274,465 US27446502A US6947040B2 US 6947040 B2 US6947040 B2 US 6947040B2 US 27446502 A US27446502 A US 27446502A US 6947040 B2 US6947040 B2 US 6947040B2
Authority
US
United States
Prior art keywords
rays
boundary
displacement vector
curve
ray
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime, expires
Application number
US10/274,465
Other versions
US20030095121A1 (en
Inventor
Huseyin Tek
Dorin Comaniciu
James Williams
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 Medical Solutions USA Inc
Original Assignee
Siemens Corporate Research Inc
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 Corporate Research Inc filed Critical Siemens Corporate Research Inc
Priority to US10/274,465 priority Critical patent/US6947040B2/en
Assigned to SIEMENS CORPORATE RESEARCH, INC. reassignment SIEMENS CORPORATE RESEARCH, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: COMANICIU, DORIN, HUSEYIN, TEK, WILLIAMS, JAMES
Publication of US20030095121A1 publication Critical patent/US20030095121A1/en
Application granted granted Critical
Publication of US6947040B2 publication Critical patent/US6947040B2/en
Assigned to SIEMENS MEDICAL SOLUTIONS USA, INC. reassignment SIEMENS MEDICAL SOLUTIONS USA, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SIEMENS CORPORATE RESEARCH, INC.
Adjusted expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0012Biomedical image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/12Edge-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/149Segmentation; Edge detection involving deformable models, e.g. active contour models
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10072Tomographic images
    • G06T2207/10081Computed x-ray tomography [CT]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10072Tomographic images
    • G06T2207/10088Magnetic resonance imaging [MRI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20092Interactive image processing based on input by user
    • G06T2207/20101Interactive definition of point of interest, landmark or seed
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20112Image segmentation details
    • G06T2207/20168Radial search
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30101Blood vessel; Artery; Vein; Vascular

Definitions

  • the present invention relates generally to computer vision and imaging systems, and more particularly, to a system and method for segmentation of 2D medical structures by mean shift based ray propagation. More specifically, the present invention relates to segmentation of vessel cross-sections in contrast enhanced CT (computerized tomography) and MR (magnetic resonance) images.
  • CT computerized tomography
  • MR magnetic resonance
  • CE-MRA contrast-enhanced magnetic resonance angiography
  • CTA computed tomography angiography
  • the goal of the majority of CTA/CE-MRA examinations is diagnosis and qualitative or quantitative assessment of pathologies in the circulatory system.
  • the most common pathologies are aneurysms and stenosis caused by arterial plaques.
  • the modern clinical workflow for the reading of these images increasingly involves interactive 3D visualization methods, such as volume rendering for quickly pinpointing the location of the pathology. Once the location of the pathology is determined, quantitative measurements can be made on the original 2D slice data or, more commonly, on 2D multi-planar reformat (MPR) images produced at user-selected positions and orientations in the volume.
  • MPR multi-planar reformat
  • Active contours, or snakes are deformable models based on energy minimization of controlled-continuity splines.
  • E ⁇ ( C ) ⁇ 0 1 ⁇ [ E int ⁇ ( C ⁇ ( s ) ) + E image ⁇ ( C ⁇ ( s ) ) + E con ⁇ ( C ⁇ ( s ) ) ] ⁇ d s ( 1 )
  • E int represents the internal energy of the spline due to bending
  • E image represents image forces
  • E con are the external constraint forces.
  • the internal energy, E int w 1
  • the image forces are responsible for pushing the snake towards salient image features.
  • the energy surface E is typically not convex and can have several local minima.
  • snakes perform well when they are placed close to the desired shapes to be segmented.
  • a number of fundamental difficulties remain; in particular, snakes heavily rely on a proper initialization close to the boundary of an object of interest and multiple initializations are required when multiple objects are to be segmented, i.e., one per object of interest.
  • a balloon model was introduced as a new deformable model based on the snakes idea. This model resembles a “balloon” which is inflated by an additional force which pushes the active contour to object boundaries, even when it is initialized far from the initial boundary.
  • the balloon model like snakes, cannot perform topological changes, i.e., balloons can not merge with other balloons and balloon can not split.
  • g ⁇ ( x , y ) 1 1 + ( ⁇ ⁇ G ⁇ * I ) 2
  • v is a positive real constant
  • G ⁇ *I is the convolution of the image I with the Gaussian G ⁇
  • ⁇ 0 is the initial data which is a smoothed version of the function 1 ⁇ X ⁇
  • X ⁇ is the characteristic function of a set ⁇ containing the object of interest in the image.
  • the gradient of the surface ⁇ is the normal to the level set C, ⁇ overscore (N) ⁇ , and the term div div ⁇ (
  • this active contour model is intrinsic, stable, i.e., the PDE (partial differential equation) satisfies the maximum principle, and can handle topological changes such as merging and splitting without any computational difficulty.
  • PDE partial differential equation
  • a key disadvantage of the level set method is its high computational complexity, due to the additional embedding dimensional, even when the computation is restricted to a narrow band around the curve.
  • narrow band level set evolutions have proposed. However, these methods are still not fast enough for real-time image segmentation.
  • a robust and efficient method and system for the segmentation of vessel cross-sections in contrast enhanced CT and MR images is provided.
  • the present invention utilizes boundary propagation by mean shift analysis combined with a smoothness constraint. Consequently, the robustness of the mean shift to noise is further enhanced by the use of a priori information on boundary smoothness. Additionally, the incorporation of the smoothness constraint into the method and system of the present invention allows boundary finding in the presence of eccentricities like calcifications (CT) or small branching vessels.
  • CT calcifications
  • the present invention allows real-time segmentation of medical structures found in multi-modality images (CT, MR, etc.).
  • a method for segmenting structures from two-dimensional (2D) images including the steps of receiving 2D image data; visualizing the 2D image data on a display device; selecting a structure in the 2D image data by placing a seed in the structure; initializing a plurality of rays from the seed to form a curve; determining a speed function of each of the plurality of rays; evolving the curve by propagating the plurality of rays based on the speed function of each of the plurality of rays; converging the plurality of rays on a boundary of the structure; and segmenting the structure when all of the plurality of rays have converged on the structure's boundary.
  • the method further includes the step of determining an area of the segmented structure.
  • the evolving the curve step includes performing a mean-shift analysis on each of the plurality of rays to identify image discontinuities, the image discontinuities defining the structure's boundary. Furthermore, the performing a mean-shift analysis includes the steps of determining a joint spatial-range domain for each of the plurality of rays, the joint spatial-range domain including for each pixel along, each of the plurality of rays at least one location value and at least one intensity value; defining a point of convergence for each of the plurality of rays to identify the discontinuities based on an intensity value; and determining a displacement vector for each of the plurality of rays, the displacement vector being a distance between a point on an individual ray and a convergence point on the individual ray.
  • an absolute value of a gradient of the displacement vector of the individual ray is greater than a predetermined value and a sign of the displacement vector is negative, the individual ray is propagated from the seed to the boundary, and if the absolute value of the gradient of the displacement vector of the individual ray is greater than a predetermined value and the sign of the displacement vector is positive, the individual ray is propagated from outside the boundary toward the boundary. Additionally, wherein if an absolute value of a gradient of the displacement vector of the individual ray is less than a predetermined value, the individual ray is propagated from the seed to the boundary.
  • the evolving the curve step includes applying a smoothness constraint to the evolving curve.
  • the applying a smoothness constraint includes filtering the speed function of an individual ray of the plurality of rays based on a neighboring ray. Additionally, the applying a smoothness constraint includes imposing a curvature on the evolving curve based on shape priors.
  • the selecting step includes clicking on the structure with a computer mouse.
  • a program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform method steps for segmenting structures from two-dimensional (2D) images.
  • the method steps include receiving 2D image data; visualizing the 2D image data on a display device; selecting a structure in the 2D image data by placing a seed in the structure; initializing a plurality of rays from the seed to form a curve; determining a speed function of each of the plurality of rays; evolving the curve by propagating the plurality of rays based on the speed function of each of the plurality of rays; converging the plurality of rays on a boundary of the structure; and segmenting the structure when all of the plurality of rays have converged on the structure's boundary.
  • the program storage device further includes the step of determining an area of the segmented structure.
  • the program storage device performs a mean-shift analysis on each of the plurality of rays to identify image discontinuities, the image discontinuities defining the structure's boundary.
  • the mean-shift analysis includes the steps of determining a joint spatial-range domain for each of the plurality of rays, the joint spatial-range domain including for each pixel along each of the plurality of rays at least one location value and at least one intensity value; defining a point of convergence for each of the plurality of rays to identify the discontinuities based on an intensity value; and determining a displacement vector for each of the plurality of rays, the displacement vector being a spatial distance between a point on an individual ray and a convergence point on the individual ray.
  • the program storage device determines if an absolute value of a gradient of the displacement vector of the individual ray is greater than a predetermined value and a sign of the displacement vector is negative, the individual ray is propagated from the seed to the boundary, and if the absolute value of the gradient of the displacement vector of the individual ray is greater than a predetermined value and the sign of the displacement vector is positive, the individual ray is propagated from outside the boundary toward the boundary. Further, wherein if an absolute value of a gradient of the displacement vector of the individual ray is less than a predetermined value, the individual ray is propagated from the seed to the boundary.
  • the program storage device includes applying a smoothness constraint to the evolving curve.
  • the applying a smoothness constraint includes filtering the speed function of an individual ray of the plurality of rays based on a neighboring ray. Further, the applying a smoothness constraint includes imposing a curvature on the evolving curve based on shape priors.
  • a system for segmenting structures from two-dimensional (2D) images includes an input device for receiving 2D image data; a display device for visualizing the 2D image data; a cursor control device for selecting a structure in the 2D image data by placing a seed in the structure; and a processor for segmenting the structure from the 2D image data.
  • the processor initializes a plurality of rays from the seed to form a curve, determines a speed function of each of the plurality of rays, evolves the curve by propagating the plurality of rays based on the speed function of each of the plurality of rays, converges the plurality of rays on a boundary of the structure, and segments the structure when all of the plurality of rays have converged on the structure's boundary.
  • the processor includes a mean shift filter for filtering each of the plurality of rays to identify image discontinuities in each of the plurality of rays, the image discontinuities defining the structure's boundary. Additionally, the processor applies a smoothness constraint to the evolving curve.
  • the cursor control device is a mouse and a user places the seed in the structure by clicking on the structure.
  • FIG. 1 is a block diagram of an exemplary system for segmenting medical structures by mean shift based ray propagation in accordance with the present invention
  • FIG. 2 is a flowchart illustrating a method for segmenting medical structures by mean shift based ray propagation in accordance with the present invention
  • FIG. 3 ( a ) is a CT (computerized tomography) image of the aorta including one ray illustrated as line a—a
  • FIG. 3 ( b ) is a graph representing a 1-dimensional intensity profile obtained along line a—a of FIG. 3 ( a )
  • FIG. 3 ( c ) is a graph illustrating the intensity profile of FIG. 3 ( b ) after mean shift filtering
  • FIG. 3 ( d ) is a graph illustrating displacement vectors of each spatial point of the intensity profile of FIG. 3 ( c )
  • FIG. 3 ( e ) is a graph illustrating a first derivative of each displacement vector shown in FIG. 3 ( d );
  • FIG. 4 is a diagram illustrating a curvature of a ray r i at point P;
  • FIG. 5 illustrates several views of a vessel being segmented from an image in accordance with the present invention where FIGS. 5 ( a )-( c ) illustrate segmentation in a CT image of the aorta and FIGS. 5 ( d )-( f ) illustrate segmentation in a MR image of the aorta; and
  • FIG. 6 shows two examples of vessel segmentation illustrating the need for a smoothness constraint
  • FIGS. 6 ( a )-( c ) illustrate vessel segmentation in a CT image
  • FIGS. 6 ( d )-( f ) illustrate segmentation in a MR image.
  • a basic problem in the segmentation of vessels from the background of an image is accurate edge localization, i.e., finding a boundary of the vessel, in the presence of noise.
  • Most CT and MR images have significant noise levels.
  • the present invention employs one dimensional mean shift analysis along a set of rays projecting radially from a user-placed seed point in the image. Noise along these rays is eliminated while edges are preserved.
  • the envelope of these rays represents an evolving contour or curve which converges to the vessel lumen boundary. The method is parsimonious, examining only pixels along and adjoining these rays and the seed point.
  • the boundary determined by the method of the present invention be consistent and invariant to medium to large scale linear and non-linear image inhomogeneities. This is needed for the method to be insensitive to MR distortions.
  • the use of constant threshold factors would limit the ability of the method to adapt to varying contrast dosages or varying beam energies in CT.
  • the present invention localizes the midpoint of a step-edge intensity profile of each ray as the boundary of the vessel.
  • the choice of rise midpoint as the vessel lumen boundary is similar to the choice made by conventional full-width-half-maximum (FWHM) segmentation methods.
  • the method of the present invention requires constant parameters for the evolution equations and for a window size used for the mean shift filter.
  • the evolution parameters are determined dynamically from the local statistics of the image computed from a small neighborhood immediately adjacent to the user's seed point.
  • a fixed window size for the mean-shift filter will serve for detection over a broad range of vessel sizes.
  • the user places a single seed point inside the vessel and a boundary contour is automatically generated.
  • the method and system of the present invention implements a conventional axis extraction method to provide orthogonal slice positions.
  • the present invention may be implemented in various forms of hardware, software, firmware, special purpose processors, or a combination thereof.
  • the present invention may be implemented in software as an application program tangibly embodied on a program storage device.
  • the application program may be uploaded to, and executed by, a machine comprising any suitable architecture such as that shown in FIG. 1 .
  • the machine 100 is implemented on a computer platform having hardware such as one or more central processing units (CPU) 102 , a random access memory (RAM) 104 , a read only memory (ROM) 106 and input/output (I/O) interface(s) such as keyboard 108 , cursor control device (e.g., a mouse) 110 and display device 112 .
  • CPU central processing units
  • RAM random access memory
  • ROM read only memory
  • I/O input/output
  • the computer platform also includes an operating system and micro instruction code.
  • the various processes and functions described herein may either be part of the micro instruction code or part of the application program (or a combination thereof) which is executed via the operating system.
  • various other peripheral devices may be connected to the computer platform such as an additional data storage device 114 and a printing device.
  • a scanner device 116 for example an X-ray machine or MRI machine, may be coupled to the machine 100 for collecting image data.
  • 2D image data is collected (Step 202 ) by the various means described above, e.g., X-rays, MRI, etc.
  • the 2D image data is visualized via multi-planar reformats (MPRs) (Step 204 ), as illustrated in FIG. 3 ( a ), on a display device such as a monitor.
  • MPRs multi-planar reformats
  • a user specifies a structure to be segmented by placing a single seed inside it, e.g., by clicking on the medical structure with a mouse or any other known cursor control device (Step 206 ).
  • a boundary curve is then automatically generated via propagation of a plurality of rays from the seed point (Step 208 ).
  • the propagation is guided by image forces defined through mean-shift analysis (Step 212 ) and smoothness constraints (Step 210 ).
  • the gradient-ascent mean-shift localizes edges of the structure accurately in the presence of noise and provides good computational performance, being based on local operators, i.e., operators that use information only from its small neighborhood in computations, thus avoiding extensive computations if a quantity is computed several times for each voxel.
  • the smoothness constraint process (Step 210 ) is influenced by a priori knowledge of medical structures (Step 214 ).
  • the boundary curve is evolved by updating the speed function of each of the rays (Step 216 ) as described above, i.e., by mean-shift analysis (Step 212 ) and applying smoothness constraints (Step 210 ).
  • the curve is evolved until all the rays converge on the boundary surface of the structure to be segmented (Step 218 ). Once all the rays have converged, the structure is defined and can be segmented from the original 2D image data (Step 220 ). Additionally, once the structure has been segmented, physical dimensions, e.g., area/radius, of the structure can be determined.
  • This evolution is the “Lagrangian” solution since the physical coordinate system moves with the propagating wavefront or curve.
  • the applications of ray propagation for curve evolution have been limited.
  • ray propagation has been used to implement a full-width at half-maximum (FWHM) technique for quantification of 2D airway geometry.
  • FWHM full-width at half-maximum
  • the maximum and minimum intensity values along the rays are computed to determine the “half-maximum” intensity value, which is the half intensity value between maximum and minimum.
  • stable computation of maximum and minimum along the rays are quite difficult due to high signal variations.
  • ray propagation was used for fast segmentation of vessels and detection of their centerline by employing the intensity gradients to stop the propagation of rays.
  • this approach faces difficulties when the vessels boundaries are not sharp, i.e., due to partial volume effects, and also when vessels contain isolated noises, e.g., calcifications in CT images.
  • the main shortcomings of these approaches stem from the computation of image gradients which are not robust relative to the image noise.
  • the present invention uses mean shift analysis for detecting vessels boundaries efficiently and robustly.
  • D. Comaniciu and P. Meer, “ Mean shift analysis and applications” In IEEE International Conference on Computer Vision, pages 1197-1203, 1999, the contents of which are hereby incorporated by reference, shows that the image discontinuities, i.e., structure boundaries, are robustly revealed by a mean shift process which evolves in both the intensity and image space.
  • the following description will first describe the mean shift analysis; second, illustrate an approach where the mean shift procedure is applied to select discontinuities in a one dimensional signal; and finally, present the mean shift-based ray propagation approach for segmentation of medical structures, e.g., vessels.
  • the mean shift vector represents an estimate of the normalized density gradient computed at location x, i.e., the mean shift vector always points towards the direction of the maximum increase in the density.
  • the successive computation of the mean shift vector, followed by the translation of the kernel K by M h (x) will define a path that converges to a local maximum of the underlying density.
  • This algorithm is called the mean shift procedure, a simple and efficient statistical technique for mode detection, i.e., the detection of peaks (or modes) of the underlying density.
  • the mean shift procedure is applied for the data points in the joint spatial-range domain, where the space of a 2-dimensional lattice represents the spatial domain and the space of intensity values constitutes the range domain.
  • a data point defined in the joint spatial-range domain is assigned with a point of convergence which represents the local mode of the density in this space, e.g., a 3-dimensional space for gray level images.
  • a displacement vector can be defined in the spatial domain as the spatial difference between the convergence point and the original point.
  • the method produces discontinuity preserving smoothing.
  • the segmentation process can be defined based on the displacement vectors of each pixel. The convergence points sufficiently close in this joint domain are gathered together to form uniform regions for image segmentation.
  • the method of the present invention exploits the mean shift-generated displacement vectors to guide active contour models.
  • the robustness of the mean shift is thus combined with a priori information regarding the smoothness of the object contours.
  • This processing is integrated into the method's computationally efficient framework based on ray propagation allowing real time segmentation of medical structures.
  • the mean shift procedure will be illustrated as applied to a 1-dimensional intensity profile which is obtained from a 2D gray level image.
  • each point in this spatial-range domain is processed via the mean shift operation until convergence.
  • the algorithm consists of 3 steps:
  • FIG. 3 illustrates an example where 1-dimensional intensity data is obtained from a slice of a CT (computerized tomography) image.
  • FIG. 3 ( a ) is a CT image of the aorta including one ray illustrated as line a—a, where the left-end point of the line is the beginning of data and the right-end point is the end of data.
  • FIG. 3 ( b ) is a graph representing a 1-dimensional intensity profile obtained along line a-a of FIG. 3 ( a )
  • FIG. 3 ( c ) is a graph illustrating the intensity profile of FIG. 3 ( b ) after mean shift filtering. Observe that the mean shift procedure smooths the intensity data while preserving and sharpening its discontinuities.
  • FIG. 3 ( a ) is a CT image of the aorta including one ray illustrated as line a—a, where the left-end point of the line is the beginning of data and the right-end point is the end of data.
  • FIG. 3 ( d ) illustrates the displacement vectors of each spatial point of the intensity profile of FIG. 3 ( c )
  • FIG. 3 ( e ) is a graph illustrating a first derivative of each displacement vector shown in FIG. 3 ( d ).
  • the boundary detection framework of the present invention exploits the information contained in these displacement vectors.
  • the present invention uses ray propagation from a single point for vessel segmentation. Specifically, it assume that the vessels are orthogonal to the viewing plane and their boundaries are very similar to circular/elliptical objects. Thus, ray propagation is very well suited for this problem for the following reasons. First, ray propagation is very fast. Second, no topological changes are necessary and no shocks form during the propagation, since rays from a single source point do not collide with each other. Recall that level sets have been the choice of curve evolution problems due to formation of shocks and topological changes that may happen during the evolution. However, based on experiments, level set based segmentation techniques are still too slow for real-time image segmentation.
  • an absolute value of the gradient of the displacement vector of the individual ray is greater than a predetermined value and a sign of the displacement vector is negative, the individual ray is propagated from the seed to the boundary, and if the absolute value of the gradient of the displacement vector of the individual ray is greater than a predetermined value and the sign of the displacement vector is positive, the individual ray is propagated from outside the boundary toward the boundary. If an absolute value of a gradient of the displacement vector of the individual ray is less than a predetermined value, the individual ray is propagated from the seed to the boundary. Ideally, rays should propagate freely towards the object boundaries when they are away from them and they should slow down in the vicinity of these object boundaries. If they cross over the boundaries they should come back to the boundary.
  • the mean shift-generated displacement vectors have high gradient magnitude (see point e in FIG. 3 ( e )) and diverge (see point d in FIG. 3 ( d )) at the aorta boundary 304 .
  • the high gradient magnitude results in low propagation speed, while the divergence property determines the direction of the propagation, i.e., outward inside the aorta and inward outside the aorta.
  • K(x,y) is added to the speed function of rays, which forces the front to be smooth during the propagation.
  • K(x, y) (1.0 ⁇ ( ⁇ /PI) 2 ) is used as the curvature value of a ray r 1 at point P (x,y) where theta is the angle between two contour segments of neighboring rays r 1 and r r as shown in FIG. 4 .
  • the ratio controls the degree of desired smoothness.
  • the speed function also contains the ⁇ circle around (9) ⁇ d parameter.
  • This statistical parameter is the variation of the magnitude of the displacement function in a region and is learned from the data. Specifically, first rays are initially propagated via constant speed in a small region (circular region). Second, first order statistics, namely, mean, ⁇ circle around (3) ⁇ and standard deviation, ⁇ circle around (9) ⁇ d of gradient displacement function are computed from the sample. It is assumed that locations of the small gradients in a displacement function (less than 3 ⁇ circle around (9) ⁇ d ) should not be part of any object boundary.
  • FIG. 5 illustrates the mean shift-based ray propagation
  • FIGS. 5 ( a )-( c ) illustrate segmentation in a CT image of the aorta
  • FIGS. 5 ( d )-( f ) illustrate segmentation in a MR image of the aorta.
  • FIGS. 5 ( a ) and ( d ) illustrate an original image of the aorta
  • FIGS. 5 ( b ) and ( e ) illustrate rays propagating from a seed inside the structure where a dark portion of the ray indicates a vector pointing towards the center and similarly lighter portions of the ray are the vectors pointing outward from the center of structure.
  • FIG. 6 illustrates the need for shape priors, e.g., smoothness constraints, in segmentation on a MR image and a CT image.
  • Shape priors are necessary for two reasons: (i) FIG. 6 ( a ) depicts a case where renal arteries branch from the aorta. The segmentation of the aorta for quantitative measurements via ray propagation without any smoothness constraint would result in large errors due to the renal arteries, as shown in FIG. 6 ( b ). The addition of strong smoothness constraint results in better segmentation of aorta for quantitative measurements, see FIG. 6 ( c ). This example illustrates that the method of the present invention is capable of incorporating simple shape priors.
  • FIG. 6 ( d ) illustrates a structure in a CT image which has diffused boundaries and a circular dark region in it. Observe that the ray passing over the circular dark region is stopped due to the high displacement vector (or high intensity gradient). In addition, one ray did not stop at the correct boundary due to the very low gradient.
  • FIG. 6 ( c ) illustrates that these isolated errors in the segmentation process can be corrected by the addition of smoothness constraints.

Abstract

A method for segmentation of 2D structures in CT and MR images is provided. The method is based on 2D ray propagation by mean-shift analysis with a smoothness constraint. Ray propagation is used to guide an evolving curve due to its computational efficiency and shape priors are incorporated for robust convergence. The method includes the steps of receiving 2D image data; visualizing the 2D image data on a display device; selecting a structure in the 2D image data by placing a seed in the structure; initializing a plurality of rays from the seed to form a curve; determining a speed function of each of the rays; evolving the curve by propagating the rays based on the speed function of each of the rays; converging the rays on a boundary of the structure; and segmenting the structure when all of the rays have converged on the structure's boundary.

Description

PRIORITY
This application claims priority to an application entitled “VESSEL DETECTION BY MEAN SHIFT BASED RAY PROPAGATION” filed in the United States Patent and Trademark Office on Oct. 23, 2001 and assigned Ser. No. 60/347,915, the contents of which are hereby incorporated by reference.
BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates generally to computer vision and imaging systems, and more particularly, to a system and method for segmentation of 2D medical structures by mean shift based ray propagation. More specifically, the present invention relates to segmentation of vessel cross-sections in contrast enhanced CT (computerized tomography) and MR (magnetic resonance) images.
2. Description of the Related Art
Images produced by contrast-enhanced magnetic resonance angiography (CE-MRA) and computed tomography angiography (CTA) are becoming an increasingly important tool in the field of medicine. In the CE-MRA imaging protocol, a contrast agent, usually based on the rare-earth element Gadolinium (Gd) (a highly paramagnetic substance), is injected into the bloodstream. In such images, blood vessels and organs perfused with the contrast agent appear substantially brighter than surrounding tissues. In CTA, a contrast agent is injected into the bloodstream which increases the radio-opacity of the blood making the vessels appear dense.
The goal of the majority of CTA/CE-MRA examinations is diagnosis and qualitative or quantitative assessment of pathologies in the circulatory system. The most common pathologies are aneurysms and stenosis caused by arterial plaques. The modern clinical workflow for the reading of these images increasingly involves interactive 3D visualization methods, such as volume rendering for quickly pinpointing the location of the pathology. Once the location of the pathology is determined, quantitative measurements can be made on the original 2D slice data or, more commonly, on 2D multi-planar reformat (MPR) images produced at user-selected positions and orientations in the volume. In the quantification of stenosis, it is desirable to produce a cross-sectional area/radius profile of a vessel so that one can compare pathological regions to patent (healthy) regions of the same vessel, i.e., to segment the vessel from the background of an image.
There is an extensive body of work on the segmentation of structures (such as air-ways) from CTA and MRA images. This work is based largely on deformable models such as snakes, balloons, levels-sets, and region-competition.
Active contours, or snakes are deformable models based on energy minimization of controlled-continuity splines. When snakes are placed near the boundary of objects to be segmented, they will lock onto salient image features under the guidance of internal and external forces. For example, let C(s)=(x(s),y(s)) be the coordinates of a point on the snake, where s is the length parameter. The energy functional of a snake is defined as E ( C ) = 0 1 [ E int ( C ( s ) ) + E image ( C ( s ) ) + E con ( C ( s ) ) ] s ( 1 )
where Eint represents the internal energy of the spline due to bending, Eimage represents image forces, and Econ are the external constraint forces. First, the internal energy,
E int =w 1 |C′(s)|2 +w 2 |C″(s)|2,  (2)
imposes regularity on the curve, where w1 and w2 corresponds to elasticity and rigidity, respectively. Second, the image forces are responsible for pushing the snake towards salient image features. The local behavior of a snake can be studied by considering the Euler-Lagrange equation, { - ( w 1 C ) + ( w 2 C ) = F ( C ) , C ( 0 ) , C ( 0 ) , C ( 1 ) and C ( 1 ) given , ( 3 )
where F(C) captures the image and external constraint forces. Note that the energy surface E is typically not convex and can have several local minima. Therefore, to reach the solution closest to the initialized snake, the associated dynamic problem is solved instead of the static problem. When the solution C(t) stabilizes, a solution to the static problem is achieved. { C t - ( w 1 C ) + ( w 2 C ) = F ( C ) initial + boundary conditions ( 4 )
Snakes perform well when they are placed close to the desired shapes to be segmented. However, a number of fundamental difficulties remain; in particular, snakes heavily rely on a proper initialization close to the boundary of an object of interest and multiple initializations are required when multiple objects are to be segmented, i.e., one per object of interest.
To overcome some of the initialization difficulties with snakes, a balloon model was introduced as a new deformable model based on the snakes idea. This model resembles a “balloon” which is inflated by an additional force which pushes the active contour to object boundaries, even when it is initialized far from the initial boundary. However, the balloon model, like snakes, cannot perform topological changes, i.e., balloons can not merge with other balloons and balloon can not split.
Since snakes and balloons cannot easily capture topological changes, the snake or balloon methods require extensive user interaction for images with multiple objects. This problem can be resolved by the use of the level set evolution, as is known in the art. Under the level set approach, consider a curve C as the zero level set of a surface, φ(x, y)=0. The zero level set of the function φ,{xεR2:φ(t,x)=0}, evolves in the normal direction according to ϕ t = g ( x , y ) ϕ ( div ( ϕ ϕ ) + v ) , ( 5 )
where g ( x , y ) = 1 1 + ( G σ * I ) 2 ,
v is a positive real constant, Gσ*I is the convolution of the image I with the Gaussian Gσ, and φ0 is the initial data which is a smoothed version of the function 1−XΓ, where XΓ is the characteristic function of a set Γ containing the object of interest in the image. The gradient of the surface ∇φ is the normal to the level set C,{overscore (N)}, and the term div div ( ϕ ϕ )
is its curvature K.
Unlike snakes, this active contour model is intrinsic, stable, i.e., the PDE (partial differential equation) satisfies the maximum principle, and can handle topological changes such as merging and splitting without any computational difficulty. A key disadvantage of the level set method is its high computational complexity, due to the additional embedding dimensional, even when the computation is restricted to a narrow band around the curve. To overcome the computational complexity, narrow band level set evolutions have proposed. However, these methods are still not fast enough for real-time image segmentation.
SUMMARY OF THE INVENTION
A robust and efficient method and system for the segmentation of vessel cross-sections in contrast enhanced CT and MR images is provided. The present invention utilizes boundary propagation by mean shift analysis combined with a smoothness constraint. Consequently, the robustness of the mean shift to noise is further enhanced by the use of a priori information on boundary smoothness. Additionally, the incorporation of the smoothness constraint into the method and system of the present invention allows boundary finding in the presence of eccentricities like calcifications (CT) or small branching vessels. The present invention allows real-time segmentation of medical structures found in multi-modality images (CT, MR, etc.).
According to one aspect of the present invention, a method for segmenting structures from two-dimensional (2D) images is provided including the steps of receiving 2D image data; visualizing the 2D image data on a display device; selecting a structure in the 2D image data by placing a seed in the structure; initializing a plurality of rays from the seed to form a curve; determining a speed function of each of the plurality of rays; evolving the curve by propagating the plurality of rays based on the speed function of each of the plurality of rays; converging the plurality of rays on a boundary of the structure; and segmenting the structure when all of the plurality of rays have converged on the structure's boundary. The method further includes the step of determining an area of the segmented structure.
The evolving the curve step includes performing a mean-shift analysis on each of the plurality of rays to identify image discontinuities, the image discontinuities defining the structure's boundary. Furthermore, the performing a mean-shift analysis includes the steps of determining a joint spatial-range domain for each of the plurality of rays, the joint spatial-range domain including for each pixel along, each of the plurality of rays at least one location value and at least one intensity value; defining a point of convergence for each of the plurality of rays to identify the discontinuities based on an intensity value; and determining a displacement vector for each of the plurality of rays, the displacement vector being a distance between a point on an individual ray and a convergence point on the individual ray.
According to another aspect of the present invention, wherein if an absolute value of a gradient of the displacement vector of the individual ray is greater than a predetermined value and a sign of the displacement vector is negative, the individual ray is propagated from the seed to the boundary, and if the absolute value of the gradient of the displacement vector of the individual ray is greater than a predetermined value and the sign of the displacement vector is positive, the individual ray is propagated from outside the boundary toward the boundary. Additionally, wherein if an absolute value of a gradient of the displacement vector of the individual ray is less than a predetermined value, the individual ray is propagated from the seed to the boundary.
According to a further aspect of the method, the evolving the curve step includes applying a smoothness constraint to the evolving curve. The applying a smoothness constraint includes filtering the speed function of an individual ray of the plurality of rays based on a neighboring ray. Additionally, the applying a smoothness constraint includes imposing a curvature on the evolving curve based on shape priors.
The selecting step includes clicking on the structure with a computer mouse.
According to another aspect of the present invention, a program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform method steps for segmenting structures from two-dimensional (2D) images is provided. The method steps include receiving 2D image data; visualizing the 2D image data on a display device; selecting a structure in the 2D image data by placing a seed in the structure; initializing a plurality of rays from the seed to form a curve; determining a speed function of each of the plurality of rays; evolving the curve by propagating the plurality of rays based on the speed function of each of the plurality of rays; converging the plurality of rays on a boundary of the structure; and segmenting the structure when all of the plurality of rays have converged on the structure's boundary. The program storage device further includes the step of determining an area of the segmented structure.
The program storage device performs a mean-shift analysis on each of the plurality of rays to identify image discontinuities, the image discontinuities defining the structure's boundary. The mean-shift analysis includes the steps of determining a joint spatial-range domain for each of the plurality of rays, the joint spatial-range domain including for each pixel along each of the plurality of rays at least one location value and at least one intensity value; defining a point of convergence for each of the plurality of rays to identify the discontinuities based on an intensity value; and determining a displacement vector for each of the plurality of rays, the displacement vector being a spatial distance between a point on an individual ray and a convergence point on the individual ray.
According to another aspect of the present invention, the program storage device determines if an absolute value of a gradient of the displacement vector of the individual ray is greater than a predetermined value and a sign of the displacement vector is negative, the individual ray is propagated from the seed to the boundary, and if the absolute value of the gradient of the displacement vector of the individual ray is greater than a predetermined value and the sign of the displacement vector is positive, the individual ray is propagated from outside the boundary toward the boundary. Further, wherein if an absolute value of a gradient of the displacement vector of the individual ray is less than a predetermined value, the individual ray is propagated from the seed to the boundary.
According to a further aspect of the present invention, the program storage device includes applying a smoothness constraint to the evolving curve. The applying a smoothness constraint includes filtering the speed function of an individual ray of the plurality of rays based on a neighboring ray. Further, the applying a smoothness constraint includes imposing a curvature on the evolving curve based on shape priors.
According to yet another aspect of the present invention, a system for segmenting structures from two-dimensional (2D) images is provided. The system includes an input device for receiving 2D image data; a display device for visualizing the 2D image data; a cursor control device for selecting a structure in the 2D image data by placing a seed in the structure; and a processor for segmenting the structure from the 2D image data.
According to another aspect, the processor initializes a plurality of rays from the seed to form a curve, determines a speed function of each of the plurality of rays, evolves the curve by propagating the plurality of rays based on the speed function of each of the plurality of rays, converges the plurality of rays on a boundary of the structure, and segments the structure when all of the plurality of rays have converged on the structure's boundary. The processor includes a mean shift filter for filtering each of the plurality of rays to identify image discontinuities in each of the plurality of rays, the image discontinuities defining the structure's boundary. Additionally, the processor applies a smoothness constraint to the evolving curve.
According to a further aspect of the present invention the cursor control device is a mouse and a user places the seed in the structure by clicking on the structure.
BRIEF DESCRIPTION OF THE DRAWINGS
The above and other objects, features, and advantages of the present invention will become more apparent in light of the following detailed description when taken in conjunction with the accompanying drawings in which:
FIG. 1 is a block diagram of an exemplary system for segmenting medical structures by mean shift based ray propagation in accordance with the present invention;
FIG. 2 is a flowchart illustrating a method for segmenting medical structures by mean shift based ray propagation in accordance with the present invention;
FIG. 3(a) is a CT (computerized tomography) image of the aorta including one ray illustrated as line a—a, FIG. 3(b) is a graph representing a 1-dimensional intensity profile obtained along line a—a of FIG. 3(a), FIG. 3(c) is a graph illustrating the intensity profile of FIG. 3(b) after mean shift filtering, FIG. 3(d) is a graph illustrating displacement vectors of each spatial point of the intensity profile of FIG. 3(c), and FIG. 3(e) is a graph illustrating a first derivative of each displacement vector shown in FIG. 3(d);
FIG. 4 is a diagram illustrating a curvature of a ray ri at point P;
FIG. 5 illustrates several views of a vessel being segmented from an image in accordance with the present invention where FIGS. 5(a)-(c) illustrate segmentation in a CT image of the aorta and FIGS. 5(d)-(f) illustrate segmentation in a MR image of the aorta; and
FIG. 6 shows two examples of vessel segmentation illustrating the need for a smoothness constraint where FIGS. 6(a)-(c) illustrate vessel segmentation in a CT image and FIGS. 6(d)-(f) illustrate segmentation in a MR image.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
Preferred embodiments of the present invention will be described hereinbelow with reference to the accompanying drawings. In the following description, well-known functions or constructions are not described in detail to avoid obscuring the invention in unnecessary detail.
A basic problem in the segmentation of vessels from the background of an image is accurate edge localization, i.e., finding a boundary of the vessel, in the presence of noise. Most CT and MR images have significant noise levels. The present invention employs one dimensional mean shift analysis along a set of rays projecting radially from a user-placed seed point in the image. Noise along these rays is eliminated while edges are preserved. The envelope of these rays represents an evolving contour or curve which converges to the vessel lumen boundary. The method is parsimonious, examining only pixels along and adjoining these rays and the seed point.
It is important that the boundary determined by the method of the present invention be consistent and invariant to medium to large scale linear and non-linear image inhomogeneities. This is needed for the method to be insensitive to MR distortions. The use of constant threshold factors (such as Hounsfield-based thresholds in CT) would limit the ability of the method to adapt to varying contrast dosages or varying beam energies in CT. The present invention localizes the midpoint of a step-edge intensity profile of each ray as the boundary of the vessel. The choice of rise midpoint as the vessel lumen boundary is similar to the choice made by conventional full-width-half-maximum (FWHM) segmentation methods.
The method of the present invention requires constant parameters for the evolution equations and for a window size used for the mean shift filter. To make the method adapt to varying image qualities and modalities, the evolution parameters are determined dynamically from the local statistics of the image computed from a small neighborhood immediately adjacent to the user's seed point. Optionally, a fixed window size for the mean-shift filter will serve for detection over a broad range of vessel sizes.
For the purpose of illustration, the simplest usage case will be described. The user places a single seed point inside the vessel and a boundary contour is automatically generated. The method and system of the present invention implements a conventional axis extraction method to provide orthogonal slice positions.
It is to be understood that the present invention may be implemented in various forms of hardware, software, firmware, special purpose processors, or a combination thereof. In one embodiment, the present invention may be implemented in software as an application program tangibly embodied on a program storage device. The application program may be uploaded to, and executed by, a machine comprising any suitable architecture such as that shown in FIG. 1. Preferably, the machine 100 is implemented on a computer platform having hardware such as one or more central processing units (CPU) 102, a random access memory (RAM) 104, a read only memory (ROM) 106 and input/output (I/O) interface(s) such as keyboard 108, cursor control device (e.g., a mouse) 110 and display device 112. The computer platform also includes an operating system and micro instruction code. The various processes and functions described herein may either be part of the micro instruction code or part of the application program (or a combination thereof) which is executed via the operating system. In addition, various other peripheral devices may be connected to the computer platform such as an additional data storage device 114 and a printing device. Furthermore, a scanner device 116, for example an X-ray machine or MRI machine, may be coupled to the machine 100 for collecting image data.
It is to be further understood that, because some of the constituent system components and method steps depicted in the accompanying figures may be implemented in software, the actual connections between the system components (or the process steps) may differ depending upon the manner in which the present invention is programmed. Given the teachings of the present invention provided herein, one of ordinary skill in the related art will be able to contemplate these and similar implementations or configurations of the present invention.
Referring to FIGS. 2 and 3, a method for segmenting 2D medical structures is presented. Initially, 2D image data is collected (Step 202) by the various means described above, e.g., X-rays, MRI, etc. Once the 2D image data has been received, the 2D image data is visualized via multi-planar reformats (MPRs) (Step 204), as illustrated in FIG. 3(a), on a display device such as a monitor. Within the segmentation method of the present invention, a user specifies a structure to be segmented by placing a single seed inside it, e.g., by clicking on the medical structure with a mouse or any other known cursor control device (Step 206). A boundary curve is then automatically generated via propagation of a plurality of rays from the seed point (Step 208).
The propagation is guided by image forces defined through mean-shift analysis (Step 212) and smoothness constraints (Step 210). The gradient-ascent mean-shift localizes edges of the structure accurately in the presence of noise and provides good computational performance, being based on local operators, i.e., operators that use information only from its small neighborhood in computations, thus avoiding extensive computations if a quantity is computed several times for each voxel. The smoothness constraint process (Step 210) is influenced by a priori knowledge of medical structures (Step 214).
The boundary curve is evolved by updating the speed function of each of the rays (Step 216) as described above, i.e., by mean-shift analysis (Step 212) and applying smoothness constraints (Step 210). The curve is evolved until all the rays converge on the boundary surface of the structure to be segmented (Step 218). Once all the rays have converged, the structure is defined and can be segmented from the original 2D image data (Step 220). Additionally, once the structure has been segmented, physical dimensions, e.g., area/radius, of the structure can be determined.
The development of the method of the present invention will now be described below in detail.
Ray Propagation
Let a front to be propagated be represented by a 2D curve C(s,t)=(x(s,t),y(s,t)) where x and y are the Cartesian coordinates, s is the length parameter, and t is the time. The evolution is then governed by { C ( s , t ) t = c ( x , y ) N C ( s , 0 ) = C 0 ( s ) ( 6 )
where C0(s)=(x(s,0),y(s,0)) is the initial curve, and {overscore (N)} is the unit normal vector propagation problem.
The method of the present invention is based on explicit front propagation via normal vectors. Specifically, the contour is sampled and the evolution of each sample is followed in time by rewriting the Eikonal equation in vector form, namely, { x t ( s , t ) = c ( x , y ) y s x 2 + y s 2 yt ( s , t ) = c ( x , y ) x s x s 2 + y s 2 ( 7 )
This evolution is the “Lagrangian” solution since the physical coordinate system moves with the propagating wavefront or curve. However, the applications of ray propagation for curve evolution have been limited. Because when the normals to the wavefront collide (formation of shocks), this approach exhibits numerical instabilities due to an accumulated density of sample points, thus requiring special care, such as reparametrization of the wavefront. Also, topological changes are not handled naturally, i.e., an external procedure is required.
Previously, ray propagation has been used to implement a full-width at half-maximum (FWHM) technique for quantification of 2D airway geometry. In the FWHM technique, the maximum and minimum intensity values along the rays are computed to determine the “half-maximum” intensity value, which is the half intensity value between maximum and minimum. However, stable computation of maximum and minimum along the rays are quite difficult due to high signal variations. Additionally, ray propagation was used for fast segmentation of vessels and detection of their centerline by employing the intensity gradients to stop the propagation of rays. However, this approach faces difficulties when the vessels boundaries are not sharp, i.e., due to partial volume effects, and also when vessels contain isolated noises, e.g., calcifications in CT images.
The main shortcomings of these approaches stem from the computation of image gradients which are not robust relative to the image noise. The present invention uses mean shift analysis for detecting vessels boundaries efficiently and robustly. D. Comaniciu and P. Meer, “Mean shift analysis and applications”, In IEEE International Conference on Computer Vision, pages 1197-1203, 1999, the contents of which are hereby incorporated by reference, shows that the image discontinuities, i.e., structure boundaries, are robustly revealed by a mean shift process which evolves in both the intensity and image space.
The following description will first describe the mean shift analysis; second, illustrate an approach where the mean shift procedure is applied to select discontinuities in a one dimensional signal; and finally, present the mean shift-based ray propagation approach for segmentation of medical structures, e.g., vessels.
Mean Shift Analysis
Given the set {x1}l=1 . . . n of d-dimensional points along a ray, the mean shift vector computed at location x is given by M h ( x ) = i = 1 n xK ( x - x i h ) i = 1 n K ( x - x i h ) - x ( 8 )
where K represents a kernel with a monotonically decreasing profile and h is the bandwidth of the kernel.
The mean shift vector represents an estimate of the normalized density gradient computed at location x, i.e., the mean shift vector always points towards the direction of the maximum increase in the density. As a result, the successive computation of the mean shift vector, followed by the translation of the kernel K by Mh(x) will define a path that converges to a local maximum of the underlying density. This algorithm is called the mean shift procedure, a simple and efficient statistical technique for mode detection, i.e., the detection of peaks (or modes) of the underlying density.
The mean shift procedure is applied for the data points in the joint spatial-range domain, where the space of a 2-dimensional lattice represents the spatial domain and the space of intensity values constitutes the range domain. In this approach, a data point defined in the joint spatial-range domain is assigned with a point of convergence which represents the local mode of the density in this space, e.g., a 3-dimensional space for gray level images. A displacement vector can be defined in the spatial domain as the spatial difference between the convergence point and the original point.
When each pixel in the image is associated with the new range (intensity) information carried by the point of convergence, the method produces discontinuity preserving smoothing. However, when the spatial information corresponding to the convergence point is also exploited, the segmentation process can be defined based on the displacement vectors of each pixel. The convergence points sufficiently close in this joint domain are gathered together to form uniform regions for image segmentation.
The method of the present invention exploits the mean shift-generated displacement vectors to guide active contour models. The robustness of the mean shift is thus combined with a priori information regarding the smoothness of the object contours. This processing is integrated into the method's computationally efficient framework based on ray propagation allowing real time segmentation of medical structures.
Mean Shift Filtering Along a Vector
The mean shift procedure will be illustrated as applied to a 1-dimensional intensity profile which is obtained from a 2D gray level image. Specifically, let {xi,Ii}i=1, . . . N and {x*i,I*i}i=1, . . .N be the 2-dimensional original and in the spatial-range domain. In addition, the output of the mean-shift filter includes a displacement vector {d1}l=1, . . . N which measures the spatial movement of each spatial point. In the method of the present invention, each point in this spatial-range domain is processed via the mean shift operation until convergence. Specifically, the algorithm consists of 3 steps:
For each i=1, . . . , N
  • 1. Initialize k=1 and (x*ki k,I*i k,di)=(xi,I1,0)
  • 2. Compute x i * k + 1 = j = 1 M x j e - ( x i * k - x j ) 2 2 σ x 2 e - ( I i * k - I j ) 2 2 σ I 2 j = 1 e M - ( x i * k - x j ) 2 2 σ x 2 e - ( I i * k - I j ) 2 2 σ I 2 I i * k + 1 = j = 1 M I j e - ( x i * k - x j ) 2 2 σ x 2 e - ( I i k - I j ) 2 2 σ I 2 j = 1 e M - ( x i * k - x j ) 2 2 σ x 2 e - ( I i * k - I j ) 2 2 σ I 2 ( 9 )
    until the displacement of spatial points, xi are small, i.e., |x*l k+1−x*l k|<ε
  • 3. Assign di=(x*i k+l−xi)
  • 4. Assign (x*i,I*i)=(xl,I*l)
    where σx and σI determine the Gaussian spatial and range kernels size, respectively. Observe that in the last step of the procedure the original spatial locations, namely x1's are assigned with the smoothed intensity values.
FIG. 3 illustrates an example where 1-dimensional intensity data is obtained from a slice of a CT (computerized tomography) image. FIG. 3(a) is a CT image of the aorta including one ray illustrated as line a—a, where the left-end point of the line is the beginning of data and the right-end point is the end of data. FIG. 3(b) is a graph representing a 1-dimensional intensity profile obtained along line a-a of FIG. 3(a) and FIG. 3(c) is a graph illustrating the intensity profile of FIG. 3(b) after mean shift filtering. Observe that the mean shift procedure smooths the intensity data while preserving and sharpening its discontinuities. Similarly, FIG. 3(d) illustrates the displacement vectors of each spatial point of the intensity profile of FIG. 3(c), and FIG. 3(e) is a graph illustrating a first derivative of each displacement vector shown in FIG. 3(d). The boundary detection framework of the present invention exploits the information contained in these displacement vectors.
Mean Shift-Based Ray Propagation
Semi-automatic segmentation procedures are very well-accepted in medical image applications because of their fast execution times and their stability. Infact, active contours have been extensively used in medical image segmentation. The present invention uses ray propagation from a single point for vessel segmentation. Specifically, it assume that the vessels are orthogonal to the viewing plane and their boundaries are very similar to circular/elliptical objects. Thus, ray propagation is very well suited for this problem for the following reasons. First, ray propagation is very fast. Second, no topological changes are necessary and no shocks form during the propagation, since rays from a single source point do not collide with each other. Recall that level sets have been the choice of curve evolution problems due to formation of shocks and topological changes that may happen during the evolution. However, based on experiments, level set based segmentation techniques are still too slow for real-time image segmentation.
The mean shift based ray propagation of the present invention is based on an explicit front propagation via normal vectors, rays. Specifically, the evolving contour is sampled and the evolution of each sample is followed in time by rewriting the evolution equation in vector form, namely, { x t ( s , t ) = S ( x , y ) y s x s 2 + y s 2 y t ( s , t ) = S ( x , y ) x s x s 2 + y s 2 ( 10 )
where S(x,y) is a speed function defined as S ( x , y ) = α f ( x , y ) 1.0 + d ( x , y ) 2 + β K ( x , y ) ( 11 )
where d(xy) is the displacement function computed by the mean shift procedure, K(x,y) is the discrete curvature,
Figure US06947040-20050920-P00900
and
Figure US06947040-20050920-P00901
are constants, and f(x,y) is given by f ( x , y ) = { - sign ( d ( x , y ) ) if d ( x , y ) > 3 σ d 1 else ( 12 )
where the gradient of d(x,y,z), namely ∇d(x,y,z) is computed along the ray. If an absolute value of the gradient of the displacement vector of the individual ray is greater than a predetermined value and a sign of the displacement vector is negative, the individual ray is propagated from the seed to the boundary, and if the absolute value of the gradient of the displacement vector of the individual ray is greater than a predetermined value and the sign of the displacement vector is positive, the individual ray is propagated from outside the boundary toward the boundary. If an absolute value of a gradient of the displacement vector of the individual ray is less than a predetermined value, the individual ray is propagated from the seed to the boundary. Ideally, rays should propagate freely towards the object boundaries when they are away from them and they should slow down in the vicinity of these object boundaries. If they cross over the boundaries they should come back to the boundary. Observe that all these requirements are satisfied by the choice of speed functions. The mean shift-generated displacement vectors have high gradient magnitude (see point e in FIG. 3(e)) and diverge (see point d in FIG. 3(d)) at the aorta boundary 304. Note that the high gradient magnitude results in low propagation speed, while the divergence property determines the direction of the propagation, i.e., outward inside the aorta and inward outside the aorta.
Often intensity values inside vessels do not smoothly change. In fact, it is possible that there may be isolated noise which then creates severe problems for the propagation of rays. In addition, the object boundaries may be distorted at isolated locations due to interaction with nearby structures. Because of these irregularities inside vessels and on its boundaries, some smoothness constraints are to be applied on the evolving contour via rays. Thus, K(x,y) is added to the speed function of rays, which forces the front to be smooth during the propagation. K(x, y)=(1.0−(θ/PI)2) is used as the curvature value of a ray r1 at point P (x,y) where theta is the angle between two contour segments of neighboring rays r1 and rr as shown in FIG. 4. The ratio
Figure US06947040-20050920-P00900
Figure US06947040-20050920-P00901
controls the degree of desired smoothness.
The speed function also contains the {circle around (9)}d parameter. This statistical parameter is the variation of the magnitude of the displacement function in a region and is learned from the data. Specifically, first rays are initially propagated via constant speed in a small region (circular region). Second, first order statistics, namely, mean, {circle around (3)} and standard deviation, {circle around (9)}d of gradient displacement function are computed from the sample. It is assumed that locations of the small gradients in a displacement function (less than 3 {circle around (9)}d) should not be part of any object boundary.
FIG. 5 illustrates the mean shift-based ray propagation where FIGS. 5(a)-(c) illustrate segmentation in a CT image of the aorta and FIGS. 5(d)-(f) illustrate segmentation in a MR image of the aorta. Specifically, FIGS. 5(a) and (d) illustrate an original image of the aorta, FIGS. 5(b) and (e) illustrate rays propagating from a seed inside the structure where a dark portion of the ray indicates a vector pointing towards the center and similarly lighter portions of the ray are the vectors pointing outward from the center of structure. Observe the divergence of the displacement vectors in the vicinity of aorta boundaries. This divergence of vectors are integrated via rays, which then leads to the segmentation of aorta.
FIG. 6 illustrates the need for shape priors, e.g., smoothness constraints, in segmentation on a MR image and a CT image. Shape priors are necessary for two reasons: (i) FIG. 6(a) depicts a case where renal arteries branch from the aorta. The segmentation of the aorta for quantitative measurements via ray propagation without any smoothness constraint would result in large errors due to the renal arteries, as shown in FIG. 6(b). The addition of strong smoothness constraint results in better segmentation of aorta for quantitative measurements, see FIG. 6(c). This example illustrates that the method of the present invention is capable of incorporating simple shape priors. (ii) The smoothness constraint is often needed for the stability of a segmentation process. FIG. 6(d) illustrates a structure in a CT image which has diffused boundaries and a circular dark region in it. Observe that the ray passing over the circular dark region is stopped due to the high displacement vector (or high intensity gradient). In addition, one ray did not stop at the correct boundary due to the very low gradient. FIG. 6(c) illustrates that these isolated errors in the segmentation process can be corrected by the addition of smoothness constraints.
While the invention has been shown and described with reference to certain preferred embodiments thereof, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (19)

1. A method for segmenting structures from two-dimensional (2D) images, the method comprising the steps of:
receiving 2D image data;
visualizing the 2D image data on a display device;
selecting a structure in the 2D image data by placing a seed in the structure;
initializing a plurality of rays from the seed to form a curve;
determining a speed function of each of the plurality of rays; evolving the curve by propagating the plurality of rays based on the speed function of each of the plurality of rays by performing a mean-shift analysis on each of the plurality of rays to identify image discontinuities, the image discontinuities defining the structure's boundary, wherein the performing a mean-shift analysis comprises
determining a joint spatial-range domain for each of the plurality of rays, the joint spatial-range domain including for each pixel along each of the plurality of rays, at least one location value and at least one intensity value,
defining a point of convergence for each of the plurality of rays to identify the discontinuities based on an intensity value, and
determining a displacement vector for each of the plurality of rays, the displacement vector being a distance between a point on an individual ray and a convergence point on the individual ray;
converging the plurality of rays on a boundary of the structure; and
segmenting the structure when all of the plurality of rays have converged on the structure's boundary.
2. The method of claim 1, further comprising the step of determining an area of the segmented structure.
3. The method as in claim 1, wherein if an absolute value of a gradient of the displacement vector of the individual ray is greater than a predetermined value and a sign of the displacement vector is negative, the individual ray is propagated from the seed to the boundary, and if the absolute value of the gradient of the displacement vector of the individual ray is greater than a predetermined value and the sign of the displacement vector is positive, the individual ray is propagated from outside the boundary toward the boundary.
4. The method as in claim 1, wherein if an absolute value of a gradient of the displacement vector of the individual ray is less than a predetermined value, the individual ray is propagated from the seed to the boundary.
5. The method as in claim 1, wherein the evolving the curve step includes applying a smoothness constraint to the evolving curve.
6. The method as in claim 5, wherein the applying a smoothness constraint includes filtering the speed function of an individual ray of the plurality of rays based on a neighboring ray.
7. The method as in claim 5, wherein the applying a smoothness constraint includes imposing a curvature on the evolving curve based on shape priors.
8. The method as in claim 1, wherein the selecting step includes clicking on the structure with a computer mouse.
9. A program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform method steps for segmenting structures from two-dimensional (2D) images, the method steps comprising:
receiving 2D image data;
visualizing the 2D image data on a display device;
selecting a structure in the 2D image data by placing a seed in the structure;
initializing a plurality of rays from the seed to form a curve;
determining a speed function of each of the plurality of rays; evolving the curve by propagating the plurality of rays based on the speed function of each of the plurality of rays by performing a mean-shift analysis on each of the plurality of rays to identify image discontinuities, the image discontinuities defining the structure's boundary, wherein the performing a mean-shift analysis comprises
determining a joint spatial-range domain for each of the plurality of rays, the joint spatial-range domain including for each pixel along each of the plurality of rays at least one location value and at least one intensity value,
defining a point of convergence for each of the plurality of rays to identify the discontinuities based on an intensity value, and
determining a displacement vector for each of the plurality of rays, the displacement vector being a distance between a point on an individual ray and a convergence point on the individual ray;
converging the plurality of rays on a boundary of the structure; and
segmenting the structure when all of the plurality of rays have converged on the structure's boundary.
10. The program storage device of claim 9, further comprising the step of determining an area of the segmented structure.
11. The program storage device as in claim 9, wherein if an absolute value of a gradient of the displacement vector of the individual ray is greater than a predetermined value and a sign of the displacement vector is negative, the individual ray is propagated from the seed to the boundary, and if the absolute value of the gradient of the displacement vector of the individual ray is greater than a predetermined value and the sign of the displacement vector is positive, the individual ray is propagated from outside the boundary toward the boundary.
12. The program storage device as in claim 9, wherein if an absolute value of a gradient of the displacement vector of the individual ray is less than a predetermined value, the individual ray is propagated from the seed to the boundary.
13. The program storage device as in claim 9, wherein the evolving the curve step includes applying a smoothness constraint to the evolving curve.
14. The program storage device as in claim 13, wherein the applying a smoothness constraint includes filtering the speed function of an individual ray of the plurality of rays based on a neighboring ray.
15. The program storage device as in claim 13, wherein the applying a smoothness constraint includes imposing a curvature on the evolving curve based on shape priors.
16. A system for segmenting structures from two-dimensional (2D) images, the system comprising:
an input device for receiving 2D image data;
a display device for visualizing the 2D image data;
a cursor control device for selecting a structure in the 2D image data by placing a seed in the structure; and
a processor for segmenting the structure from the 2D image data, wherein the processor includes a mean shift filter for filtering each of the plurality of rays to identify image discontinuities in each of the plurality of rays, the image discontinuities defining the structure's boundary,
wherein the mean-shift filter determines a joint spatial-range domain for each of the plurality of rays, the joint spatial-range domain including for each pixel alone each of the plurality of rays at least one location value and at least one intensity value, defines a point of convergence for each of the plurality of rays to identify the discontinuities based on an intensity value, and determines a displacement vector for each of the plurality of rays, the displacement vector being a distance between a point on an individual ray and a convergence point on the individual ray.
17. The system as in claim 16, wherein the processor initializes the plurality of rays from the seed to form a curve, determines a speed function of each of the plurality of rays, evolves the curve by propagating the plurality of rays based on the speed function of each of the plurality of rays, converges the plurality of rays on a boundary of the structure, and segments the structure when all of the plurality of rays have converged on the structure's boundary.
18. The system as in claim 16, wherein the cursor control device is a mouse and a user places the seed in the structure by clicking on the structure.
19. The system as in claim 17, wherein the processor applies a smoothness constraint to the evolving curve.
US10/274,465 2001-10-23 2002-10-18 Vessel detection by mean shift based ray propagation Expired - Lifetime US6947040B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/274,465 US6947040B2 (en) 2001-10-23 2002-10-18 Vessel detection by mean shift based ray propagation

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US34791501P 2001-10-23 2001-10-23
US10/274,465 US6947040B2 (en) 2001-10-23 2002-10-18 Vessel detection by mean shift based ray propagation

Publications (2)

Publication Number Publication Date
US20030095121A1 US20030095121A1 (en) 2003-05-22
US6947040B2 true US6947040B2 (en) 2005-09-20

Family

ID=23365834

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/274,465 Expired - Lifetime US6947040B2 (en) 2001-10-23 2002-10-18 Vessel detection by mean shift based ray propagation

Country Status (2)

Country Link
US (1) US6947040B2 (en)
DE (1) DE10249320A1 (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040019267A1 (en) * 2002-02-01 2004-01-29 Nikolaos Paragios Integration of visual information, anatomic constraints and prior shape knowledge for medical segmentations
US20060262988A1 (en) * 2005-04-19 2006-11-23 Huseyin Tek Method and apparatus for detecting vessel boundaries
US20080069445A1 (en) * 2003-03-07 2008-03-20 Martin Weber Image processing apparatus and methods
US20080080757A1 (en) * 2006-09-29 2008-04-03 Michael Scheuering Method for vessel enhancement and segmentation in 3-D volume data
US20080187199A1 (en) * 2007-02-06 2008-08-07 Siemens Corporate Research, Inc. Robust Vessel Tree Modeling
US20080243896A1 (en) * 2007-03-28 2008-10-02 General Electric Company Systems and methods for profiling clinic workflow
US7680314B2 (en) 2005-10-17 2010-03-16 Siemens Medical Solutions Usa, Inc. Devices, systems, and methods for improving image consistency
US20100092056A1 (en) * 2005-04-29 2010-04-15 Beth Israel Deaconess Medical Center, Inc. Mri systems and realated methods
US20100260400A1 (en) * 2009-03-25 2010-10-14 Bernhardt Dominik Method and data-processing system for determining the proportion of calcium in coronary arteries
US7860283B2 (en) 2006-10-25 2010-12-28 Rcadia Medical Imaging Ltd. Method and system for the presentation of blood vessel structures and identified pathologies
US7873194B2 (en) 2006-10-25 2011-01-18 Rcadia Medical Imaging Ltd. Method and system for automatic analysis of blood vessel structures and pathologies in support of a triple rule-out procedure
US20110071404A1 (en) * 2009-09-23 2011-03-24 Lightlab Imaging, Inc. Lumen Morphology and Vascular Resistance Measurements Data Collection Systems, Apparatus and Methods
US7940970B2 (en) 2006-10-25 2011-05-10 Rcadia Medical Imaging, Ltd Method and system for automatic quality control used in computerized analysis of CT angiography
US7940977B2 (en) 2006-10-25 2011-05-10 Rcadia Medical Imaging Ltd. Method and system for automatic analysis of blood vessel structures to identify calcium or soft plaque pathologies
US8103074B2 (en) 2006-10-25 2012-01-24 Rcadia Medical Imaging Ltd. Identifying aorta exit points from imaging data
US20120045104A1 (en) * 2009-03-05 2012-02-23 Fabian Hezel Quantification of the image quality for the motion-synchronized capture of a cross-sectional tomographic picture of an object
US8831321B1 (en) 2011-11-07 2014-09-09 Lightlab Imaging, Inc. Side branch detection methods, systems and devices
US9996921B2 (en) 2015-05-17 2018-06-12 LIGHTLAB IMAGING, lNC. Detection of metal stent struts
US10109058B2 (en) 2015-05-17 2018-10-23 Lightlab Imaging, Inc. Intravascular imaging system interfaces and stent detection methods
US10222956B2 (en) 2015-05-17 2019-03-05 Lightlab Imaging, Inc. Intravascular imaging user interface systems and methods
US10453190B2 (en) 2015-11-23 2019-10-22 Lightlab Imaging, Inc. Detection of and validation of shadows in intravascular images
US10593037B2 (en) 2016-04-14 2020-03-17 Lightlab Imaging, Inc. Method, apparatus, and system to identify branches of a blood vessel
US10631754B2 (en) 2016-05-16 2020-04-28 Lightlab Imaging, Inc. Intravascular absorbable stent detection and diagnostic methods and systems
US10646198B2 (en) 2015-05-17 2020-05-12 Lightlab Imaging, Inc. Intravascular imaging and guide catheter detection methods and systems
US11287961B2 (en) 2015-07-25 2022-03-29 Lightlab Imaging, Inc. Intravascular data visualization and interface systems and methods
US11923067B2 (en) 2012-12-12 2024-03-05 Lightlab Imaging, Inc. Method and apparatus for automated determination of stent landing zones based on a maximum diameter of a segmented blood vessel data obtained by intravascular device

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7277582B2 (en) * 2002-12-06 2007-10-02 Siemens Corporate Research, Inc. User interactive level set methods for image segmentation
US9814439B2 (en) * 2005-01-19 2017-11-14 Siemens Medical Solutions Usa, Inc. Tissue motion comparison display
AT502127B1 (en) * 2005-07-04 2008-10-15 Advanced Comp Vision Gmbh Acv METHOD FOR SEGMENTING DATA STRUCTURES
EP2034437A1 (en) * 2007-09-06 2009-03-11 Thomson Licensing Spatial diffusion in images
WO2011094639A2 (en) * 2010-01-28 2011-08-04 Radlogics, Inc. Methods and systems for analyzing, prioritizing, visualizing, and reporting medical images
CN102306384B (en) * 2011-08-26 2013-04-10 华南理工大学 Color constancy processing method based on single image
CN102800100B (en) * 2012-08-06 2015-04-15 哈尔滨工业大学 Image segmentation method based on distance potential field and self-adaptive balloon force
CN103136753B (en) * 2013-02-25 2016-02-17 哈尔滨工业大学 A kind of depth image segmentation method based on mean shift algorithm and mathematical morphology
US10496729B2 (en) * 2014-02-25 2019-12-03 Siemens Healthcare Gmbh Method and system for image-based estimation of multi-physics parameters and their uncertainty for patient-specific simulation of organ function
CN105374024B (en) * 2015-09-24 2018-04-17 四川航天系统工程研究所 The method of high-resolution satellite image on-water bridge extraction
CN105261024B (en) * 2015-10-22 2018-02-16 四川航天系统工程研究所 Based on the remote sensing image Complex water body boundary extraction method for improving T Snake models

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6047090A (en) * 1996-07-31 2000-04-04 U.S. Philips Corporation Method and device for automatic segmentation of a digital image using a plurality of morphological opening operation
US6385332B1 (en) * 1999-02-19 2002-05-07 The John P. Roberts Research Institute Automated segmentation method for 3-dimensional ultrasound
US6785409B1 (en) * 2000-10-24 2004-08-31 Koninklijke Philips Electronics, N.V. Segmentation method and apparatus for medical images using diffusion propagation, pixel classification, and mathematical morphology

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6047090A (en) * 1996-07-31 2000-04-04 U.S. Philips Corporation Method and device for automatic segmentation of a digital image using a plurality of morphological opening operation
US6385332B1 (en) * 1999-02-19 2002-05-07 The John P. Roberts Research Institute Automated segmentation method for 3-dimensional ultrasound
US6785409B1 (en) * 2000-10-24 2004-08-31 Koninklijke Philips Electronics, N.V. Segmentation method and apparatus for medical images using diffusion propagation, pixel classification, and mathematical morphology

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Comaniciu, and Meer. Mean Shift Analysis and Applications, Sep. 20-27, 1999, IEEE. *
Dorin Comaniciu, Peter Meer, Mean Shift Analysis and Applications, Rutgers University, Piscataway, New Jersey, pp. 1-8.
Hwang et al., "Atherosclerotic plaque segmentation at human carotid artery based on multiple constrast weighting MR images", Image Processing 2001 Proceedings. 2001 International Conference on, vol. 2, Oct. 7-10, 2001 Page(s):849-852 vol. 2. *

Cited By (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7095890B2 (en) * 2002-02-01 2006-08-22 Siemens Corporate Research, Inc. Integration of visual information, anatomic constraints and prior shape knowledge for medical segmentations
US20040019267A1 (en) * 2002-02-01 2004-01-29 Nikolaos Paragios Integration of visual information, anatomic constraints and prior shape knowledge for medical segmentations
US7526131B2 (en) * 2003-03-07 2009-04-28 Martin Weber Image processing apparatus and methods
US20080069445A1 (en) * 2003-03-07 2008-03-20 Martin Weber Image processing apparatus and methods
US20060262988A1 (en) * 2005-04-19 2006-11-23 Huseyin Tek Method and apparatus for detecting vessel boundaries
US7773787B2 (en) 2005-04-19 2010-08-10 Siemens Medical Solutions Usa, Inc. Method and apparatus for detecting blood vessel boundaries using multi-scale mean-shift ray propagation
US20100092056A1 (en) * 2005-04-29 2010-04-15 Beth Israel Deaconess Medical Center, Inc. Mri systems and realated methods
US7680314B2 (en) 2005-10-17 2010-03-16 Siemens Medical Solutions Usa, Inc. Devices, systems, and methods for improving image consistency
US8023711B2 (en) * 2006-09-29 2011-09-20 Siemens Aktiengesellschaft Method for vessel enhancement and segmentation in 3-D volume data
US20080080757A1 (en) * 2006-09-29 2008-04-03 Michael Scheuering Method for vessel enhancement and segmentation in 3-D volume data
US7940970B2 (en) 2006-10-25 2011-05-10 Rcadia Medical Imaging, Ltd Method and system for automatic quality control used in computerized analysis of CT angiography
US8103074B2 (en) 2006-10-25 2012-01-24 Rcadia Medical Imaging Ltd. Identifying aorta exit points from imaging data
US7860283B2 (en) 2006-10-25 2010-12-28 Rcadia Medical Imaging Ltd. Method and system for the presentation of blood vessel structures and identified pathologies
US7940977B2 (en) 2006-10-25 2011-05-10 Rcadia Medical Imaging Ltd. Method and system for automatic analysis of blood vessel structures to identify calcium or soft plaque pathologies
US7873194B2 (en) 2006-10-25 2011-01-18 Rcadia Medical Imaging Ltd. Method and system for automatic analysis of blood vessel structures and pathologies in support of a triple rule-out procedure
US20080187199A1 (en) * 2007-02-06 2008-08-07 Siemens Corporate Research, Inc. Robust Vessel Tree Modeling
DE102008007231B4 (en) * 2007-02-06 2011-01-05 Siemens Medical Solutions Usa, Inc. Method and system for calculating a vesselness measure and vascular tree modeling using this vesselness measure
US7953266B2 (en) 2007-02-06 2011-05-31 Siemens Medical Solutions Usa, Inc. Robust vessel tree modeling
US7877270B2 (en) 2007-03-28 2011-01-25 General Electric Company Systems and methods for profiling clinic workflow
US20080243896A1 (en) * 2007-03-28 2008-10-02 General Electric Company Systems and methods for profiling clinic workflow
US8842897B2 (en) * 2009-03-05 2014-09-23 Max-Delbrueck-Centrum Fuer Molekulare Medizin (Mdc) Quantification of the image quality for the motion-synchronized capture of a cross-sectional tomographic picture of an object
US20120045104A1 (en) * 2009-03-05 2012-02-23 Fabian Hezel Quantification of the image quality for the motion-synchronized capture of a cross-sectional tomographic picture of an object
US20100260400A1 (en) * 2009-03-25 2010-10-14 Bernhardt Dominik Method and data-processing system for determining the proportion of calcium in coronary arteries
US8718342B2 (en) 2009-03-25 2014-05-06 Siemens Aktiengesellschaft Method and data-processing system for determining the proportion of calcium in coronary arteries
DE102009014763B4 (en) 2009-03-25 2018-09-20 Siemens Healthcare Gmbh Method and data processing system for determining the calcium content in coronary vessels
US9138147B2 (en) 2009-09-23 2015-09-22 Lightlab Imaging, Inc. Lumen morphology image reconstruction based on the scan line data of OCT
US20110071404A1 (en) * 2009-09-23 2011-03-24 Lightlab Imaging, Inc. Lumen Morphology and Vascular Resistance Measurements Data Collection Systems, Apparatus and Methods
US9572495B2 (en) 2009-09-23 2017-02-21 Lightlab Imaging, Inc. Optical coherence tomography lumen morphology and vascular resistance measurements methods for blood vessel evaluations
US8831321B1 (en) 2011-11-07 2014-09-09 Lightlab Imaging, Inc. Side branch detection methods, systems and devices
US11923067B2 (en) 2012-12-12 2024-03-05 Lightlab Imaging, Inc. Method and apparatus for automated determination of stent landing zones based on a maximum diameter of a segmented blood vessel data obtained by intravascular device
US9996921B2 (en) 2015-05-17 2018-06-12 LIGHTLAB IMAGING, lNC. Detection of metal stent struts
US10109058B2 (en) 2015-05-17 2018-10-23 Lightlab Imaging, Inc. Intravascular imaging system interfaces and stent detection methods
US10222956B2 (en) 2015-05-17 2019-03-05 Lightlab Imaging, Inc. Intravascular imaging user interface systems and methods
US11532087B2 (en) 2015-05-17 2022-12-20 Lightlab Imaging, Inc. Stent detection methods and imaging system interfaces
US11367186B2 (en) 2015-05-17 2022-06-21 Lightlab Imaging, Inc. Detection of metal stent struts
US10646198B2 (en) 2015-05-17 2020-05-12 Lightlab Imaging, Inc. Intravascular imaging and guide catheter detection methods and systems
US10713786B2 (en) 2015-05-17 2020-07-14 Lightlab Imaging, Inc. Detection of metal stent struts
US10902599B2 (en) 2015-05-17 2021-01-26 Lightlab Imaging, Inc. Stent detection methods and imaging system interfaces
US11287961B2 (en) 2015-07-25 2022-03-29 Lightlab Imaging, Inc. Intravascular data visualization and interface systems and methods
US11768593B2 (en) 2015-07-25 2023-09-26 Lightlab Imaging, Inc. Intravascular data visualization and interface systems and methods
US11850089B2 (en) 2015-11-19 2023-12-26 Lightlab Imaging, Inc. Intravascular imaging and guide catheter detection methods and systems
US10453190B2 (en) 2015-11-23 2019-10-22 Lightlab Imaging, Inc. Detection of and validation of shadows in intravascular images
US11475560B2 (en) 2016-04-14 2022-10-18 Lightlab Imaging, Inc. Method, apparatus, and system to identify branches of a blood vessel
US10593037B2 (en) 2016-04-14 2020-03-17 Lightlab Imaging, Inc. Method, apparatus, and system to identify branches of a blood vessel
US10631754B2 (en) 2016-05-16 2020-04-28 Lightlab Imaging, Inc. Intravascular absorbable stent detection and diagnostic methods and systems

Also Published As

Publication number Publication date
US20030095121A1 (en) 2003-05-22
DE10249320A1 (en) 2003-05-28

Similar Documents

Publication Publication Date Title
US6947040B2 (en) Vessel detection by mean shift based ray propagation
US7574247B2 (en) Automatic coronary isolation using a n-MIP ray casting technique
US7015907B2 (en) Segmentation of 3D medical structures using robust ray propagation
US7519209B2 (en) System and methods of organ segmentation and applications of same
US7773787B2 (en) Method and apparatus for detecting blood vessel boundaries using multi-scale mean-shift ray propagation
US7990379B2 (en) System and method for coronary segmentation and visualization
US8170304B2 (en) Modeling cerebral aneurysms in medical images
US10210612B2 (en) Method and system for machine learning based estimation of anisotropic vessel orientation tensor
US8577129B2 (en) System and method for three-dimensional image rendering and analysis
US8170642B2 (en) Method and system for lymph node detection using multiple MR sequences
US7672493B2 (en) Method for analyzing medical image data using level set
US6766043B2 (en) Pleural nodule detection from CT thoracic images
Tek et al. Vessel detection by mean shift based ray propagation
US8290247B2 (en) Method and system for segmentation of tubular structures in 3D images
US7912266B2 (en) System and method for robust segmentation of tubular structures in 2D and 3D images
US20070133894A1 (en) Fissure Detection Methods For Lung Lobe Segmentation
US20070249912A1 (en) Method for artery-vein image separation in blood pool contrast agents
Gao et al. Phase-and GVF-based level set segmentation of ultrasonic breast tumors
US20110317888A1 (en) Liver lesion segmentation
US7480401B2 (en) Method for local surface smoothing with application to chest wall nodule segmentation in lung CT data
Park Connectivity-based local adaptive thresholding for carotid artery segmentation using MRA images
van Bemmel et al. Semiautomatic segmentation and stenosis quantification of 3D contrast‐enhanced MR angiograms of the internal carotid artery
Radaelli et al. On the segmentation of vascular geometries from medical images
Luo et al. Recent progresses on cerebral vasculature segmentation for 3D quantification and visualization of MRA
Unger et al. Interactive globally optimal image segmentation

Legal Events

Date Code Title Description
AS Assignment

Owner name: SIEMENS CORPORATE RESEARCH, INC., NEW JERSEY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HUSEYIN, TEK;COMANICIU, DORIN;WILLIAMS, JAMES;REEL/FRAME:013702/0287

Effective date: 20021216

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

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

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SIEMENS CORPORATE RESEARCH, INC.;REEL/FRAME:016860/0484

Effective date: 20051011

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

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SIEMENS CORPORATE RESEARCH, INC.;REEL/FRAME:016860/0484

Effective date: 20051011

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12