Region-growing algorithm

Information

  • Patent Grant
  • 10249045
  • Patent Number
    10,249,045
  • Date Filed
    Friday, December 1, 2017
    6 years ago
  • Date Issued
    Tuesday, April 2, 2019
    5 years ago
Abstract
A technique for automatically generating a virtual model of a branched structure using as an input a plurality of images taken of the branched structure. The technique employs an algorithm that avoids inaccuracies associated with sub-optimal threshold settings by “patching” holes or leaks created due to the inherent inconsistencies with imaging technology. By “patching” the holes, the algorithm may continue to run using a more sensitive threshold value than was previously possible.
Description
BACKGROUND OF THE INVENTION

Navigating the airways of the lungs has always presented challenges to physicians attempting to diagnose and treat lesions transluminally. As such, numerous navigational aids and imaging tools have been developed and/or utilized to provide physicians a “map” of the lungs.


One such tool is a CT scanner. CT scanners use X-ray technology to take multiple scans or “slices” of the lungs. These scans each represent a cross-section of the lungs and can be viewed individually or assembled, via computer programs, to form a three-dimensional CT model. However, CT scans, like most images using X-ray technology, are somewhat cloudy and translucent in nature and difficult to view. As such, computer graphics techniques are employed to interpret the information provided by the CT model and “grow” a virtual model of the airways which mimics what might be seen by a bronchoscope navigating the airways. An example of this process is shown and described in U.S. patent application Ser. No. 11/939,537, entitled Adaptive Navigation Technique For Navigating A Catheter Through A Body Channel Or Cavity, the entirety of which is incorporated by reference herein.


This graphical technique is sometimes referred to as “region growing or 3D map generation,” and presents its own challenges. For example, region growing typically involves a processing of the CT data by analyzing each two-dimensional pixel, or, more pertinently, three-dimensional voxel, for brightness or “density” and assigning the voxel a value that indicates either tissue or air based on whether the density meets a certain threshold value. CT scans are grayscale images composed of a plurality of pixels (2D) or voxels (3D—if the scans have been assembled into a volume), each pixel or voxel varying in intensity from white (most intense) to black (least intense). Each intensity level between white and black appears as a shade of gray. By designating the various shades of gray from the CT scans either “tissue” or “air” the resulting image of the lungs becomes much more clear. However, if the voxels are designated incorrectly, the model of the lungs becomes inaccurate. Incorrect voxel designation results from setting the threshold level at an incorrect value, which is an inherent problem when attempting to assign discreet values (air or tissue) to voxels which are actually various shades of gray.


A presently-used technique for optimal threshold setting is beginning with a conservative threshold and performing a region-growing iteration. A conservative threshold is one that is not likely to result in leakage, which occurs when tissue is designated as air and creates a virtual image of the airways that looks like air (color) is spilling out of the airways. However, even with a conservative threshold, inaccuracies in the CT scans can result in “holes” after the segmentation process. These holes result in false branches.


Moreover, a conservative threshold results in airways that end prematurely. Therefore, after a conservative iteration is performed, resulting in a stunted branched structure, the threshold is incrementally increased and a second iteration is performed. These steps are repeated until leakage occurs. Thus, the maximum threshold that does not result in leakage is determined and used. This approach, however, naturally results in the least-dense portion of the CT image dictating the threshold level. There are other problems that arise from this method as well.


For example, during a full inhalation, the airways stretch and thin in order to accommodate the additional air volume. The thinning of the airways results in reduced tissue imaging density, and leakage thus arises even at lower threshold values.


Another example is that each time the threshold is increased, the algorithm runs from the initial seed point. Hence, if the threshold is increased ten times before leakage arises, each of the voxels analyzed in the initial iteration, is analyzed nine more times. This algorithm is thus inherently taxing on processing resources.


As such, a need is identified for a region-growing algorithm that is able to identify localized weaknesses in image data and “repair” them such that more distal branches of a bronchial tree can be segmented and “grown”.


SUMMARY OF THE INVENTION

The present invention provides a technique and algorithm for controlling leakage while using a high threshold during a region growing procedure. Rather than beginning with a conservative (low) threshold, a high threshold is used but growing is analyzed and controlled.


One aspect of the present invention uses an algorithm that defines iteration as a single voxel layer of growth, rather than growth until leakage is detected. Each of the iterations is analyzed for a predicted increase (e.g., parabolic increase) in the number of voxels. If the voxels are not growing according to an expected rate, the unexpected increase is identified as leakage.


Rather than ending the region-growing process when leakage is detected, the point of leakage is isolated or “patched” so that further iterations on the current path do not continue from that point, but the rest of the model is allowed continued growth.


Another aspect of the present invention provides a post-iteration step which, in effect, repairs or salvages branches encountering leakage. After all of the iterations are performed, branches that had leakage are retrieved from a stored location and regrown with a reduced threshold. These branches are then added to the model.


The advantages of the algorithm of the present invention are numerous. One advantage is a more meaningful increase in the number of branches as a result of the utilization of the highest possible threshold.


Another advantage of the present invention is that the appearance of “holes” in the central segmented area of the model is greatly reduced.


Yet another advantage of the present invention is a reduced number of false branches. Because each iteration is analyzed, growth is controlled and false branches are prevented from growing.


Another advantage of the present invention is that the branches grown have an increased length, due to an optimized threshold as well as secondary growing efforts.


Still another advantage of the present invention is reduced importance on initial threshold value selection. Through experimentation, it has been found that this algorithm is self-correcting, yielding virtually identical results regardless of the initial threshold used, so long as the thresholds are relatively high.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a flow-chart of a preferred embodiment of an algorithm of the present invention.





DETAILED DESCRIPTION OF THE INVENTION

The technique 10 of the present invention is charted in the flowchart presented as FIG. 1. The technique 10 begins at 20 by selecting a starting point for the segmentation of the CT data. For example, selecting a point in the trachea is a logical starting point as it is the largest, and most proximal airway, and easily recognizable on a CT scan. Preferably, the starting point is a single voxel inside the trachea that is centered and meets a high threshold value. In other words, a voxel which is clearly air is selected. Any point from which further adjacent voxels are analyzed is hereinafter referred to as a “seed point”. The starting point is the first seed point.


At 30 the propagation process is initiated by designating adjacent voxels around the starting point. This designation is known as segmentation, and it indicates that the new voxels met the threshold level for air. Because the starting point is preferably selected in the trachea, and it is not desired to grow the airway back toward the mouth of the patient, only voxels in a distal direction of the starting point are segmented. As such, a “wave” is generated that travels distally into the airways. It is understood that the branches of the lungs fan out in all directions. As such, “distal direction” as used herein is interpreted as getting further away from the starting point along a path that remains in the airway. In other words, some “distal” points in the airways may be relatively close to the starting point if one were to cut through tissue to make a straight line between the points.


It is understood that the starting point, being a single voxel, is surrounded by 26 adjacent voxels, 17 of which are extending in a direction of desired growth (in a direction not yet segmented and not in a reverse direction, such as toward the mouth).


At 40, it is determined whether any new voxels were segmented. In other words, if no voxels in that “wave” met the threshold level for air, there is no growth and the tree is complete.


If the answer at 40 is “yes”, the algorithm continues to 50, where the segmented voxels are counted and analyzed to determine whether there is leakage. The new voxels may be more numerous than the previous iteration, but the growth should be controlled. In other words, if the increase in the number of voxels is expected (more specifically, a parabolic increase has been observed in normal growth patterns without leakage) then it is determined that there is no leakage and the process returns to step 30 to begin a new iteration. For example, as indicated above, the starting point consisted of one voxel. Assuming the starting point was surrounded by air, the next “wave” of voxels would be seventeen new seed points. However, because many of these are adjacent to each other, the next successive wave would not give rise to seventeen new seed points for each of the previous seventeen seed points. Additionally, the voxels behind each seed point that have been already analyzed, are not segmented again. If the airway being segmented were perfectly cylindrical, as soon as the seed points reached the walls of the airway, the “wave-front” would be a convex sheet, a single voxel in thickness, and would remain constant. Hence, the mathematical model for growing is somewhat parabolic, except when new branches are introduced, and considering that the airways are narrowing in the distal direction. Leakage, however, results in an abrupt increase in the number of segmented voxels.


If at 50 the analysis results in an unexpected or abnormally high increase in segmented voxels, it is determined that leakage exists and the process moves to step 60, which identifies and records the segmented voxels from the previous iteration and labels them as accurate.


Leakage determination is derived from two important conclusions: (1) It is expected that the front size has an inverse (not necessarily linear) dependence on the iteration number, e.g. [front size]˜f(1/iteration number). (2) Bifurcations and changes in airway shape may result in somewhat linear growth in front size.


At 70, upon the detection of leakage, an analysis is done in order to select the most recent “good” iteration that does not contain leakage. This decision is based on the same principals used to satisfy the mathematical model in compliance with the natural structure of the bronchial tree.


The voxels segmented up to the last good iteration are assumed to be committed to the segmented voxel list, while voxels that belong to each iteration above the “good” one are analyzed in order to separate the voxels that led to the leakage. In order to make this analysis, recently segmented voxels are labeled to connected objects (part of the branch). Each object is then analyzed in order to detect the object that caused leakage.


The coordinates of voxels that belong to inaccurate objects are stored separately and treated differently thereafter. They are locked in the binary map to prevent their participation in the segmentation process. Voxels, belonging to accurate branches are returned to the segmentation and the process returns to 30.


At 80 the objects identified as leaking are removed from further segmentation and stored in a queue for post processing. After 80 the process returns to 30 for the next iteration.


If at 50 the answer was “no” for leakage, the process returns to 30 for the next iteration. It should be noted that the flow chart 10, though presented in series for clarification, is actually a parallel operation. In other words, each new voxel is a seed point and the flow chart is performed on each next iteration therefrom simultaneously. Hence, viewing the growth of the bronchial tree real time, one would see a near-instant tree appear, depending of course on the power of the processor running the algorithm.


If at 40 there are no new voxels detected, the algorithm proceeds to 90, which is a decision step asking whether any leakage objects were identified. If the answer is “yes” step 100 is executed, which retrieves the last object from the storage queue (step 80).


Next at 110, the threshold is reduced and the algorithm is performed on only the selected leakage object. Because a reduced threshold is being used, the likelihood of leakage is reduced.


If at 90 it is determined that there are no leakage objects, either because there were none or they have all been reprocessed, the process is completed at 120.


Although the invention has been described in terms of particular embodiments and applications, one of ordinary skill in the art, in light of this teaching, can generate additional embodiments and modifications without departing from the spirit of or exceeding the scope of the claimed invention. Accordingly, it is to be understood that the drawings and descriptions herein are proffered by way of example to facilitate comprehension of the invention and should not be construed to limit the scope thereof.

Claims
  • 1. A region growing method comprising: identifying, by a processor coupled to a memory, a voxel as a first seed voxel in a wave;performing, by the processor, region growing iterations with the first seed voxel in the wave until there are no newly segmented voxels in a successive wave and no leakage voxels left in a post processing queue, each region growing iteration including:identifying, by the processor, voxels adjacent to a seed voxel in a current wave as seed voxels in a successive wave, when each of the adjacent voxels meets or exceeds a threshold value;determining, by the processor, whether a seed voxel in the current wave is a leakage voxel;when the seed voxel in the current wave is determined to be the leakage voxel,removing, by the processor, the seed voxel from the current wave and storing the seed voxel as a leakage voxel in the post processing queue;determining, by the processor, whether the successive wave includes at least one seed voxel;when the successive wave is determined to include no seed voxel, determining, by the processor, whether the post processing queue includes at least one leakage voxel; andwhen the post processing queue is determined to include at least one leakage voxel, selecting, by the processor, a leakage voxel from the post processing queue as a seed voxel in the successive wave and reducing the threshold value so that the reduced threshold value is used as a new threshold value in next region growing iterations.
  • 2. The region growing method of claim 1, wherein the first seed voxel is a point in a trachea of a patient.
  • 3. The region growing method of claim 2, wherein the first seed voxel in the trachea meets a high threshold value.
  • 4. The region growing method of claim 1, further comprising counting a number of seed voxels in the successive wave.
  • 5. The region growing method of claim 4, wherein the seed voxel in the current wave is determined to be a leakage voxel when an increase in the number of seed voxels in the successive wave exceeds a predefined rate.
  • 6. The region growing method of claim 5, wherein the predefined rate is related to an inversely proportional relationship of a front size of adjacent voxels and an iteration number and (b) a linear relationship between the front size and bifurcations and changes in an airway shape.
  • 7. The region growing method of claim 1, wherein, when no seed voxels in the current wave are determined to be a leakage voxel, the region growing method proceeds to a next region growing iteration.
  • 8. The region growing method of claim 1, further comprising generating a model from seed voxels in the current and successive waves.
  • 9. The region growing method of claim 8, wherein the model is of an anatomical structure of a patient.
  • 10. The region growing method of claim 9, wherein the anatomical structure is an airway starting from a trachea to a lung.
  • 11. The region growing method of claim 1, wherein an initial threshold is a Hounsfield unit value for air.
  • 12. The region growing method of claim 1, wherein the method is performed by a processor.
CROSS-REFERENCE TO RELATED APPLICATIONS

The present application is a continuation application of U.S. patent application Ser. No. 15/438,134 filed on Feb. 21, 2017, which is a continuation application of U.S. patent application Ser. No. 14/710,113 filed on May 12, 2015, now U.S. Pat. No. 9,595,111, which is a continuation application of U.S. patent application Ser. No. 14/492,561 filed on Sep. 22, 2014, now U.S. Pat. No. 9,042,625, which is a continuation application of U.S. patent application Ser. No. 13/867,217 filed on Apr. 22, 2013, now U.S. Pat. No. 8,842,898, which is a continuation application of U.S. patent application Ser. No. 13/019,261 filed on Feb. 1, 2011, now U.S. Pat. No. 8,428,328, which claims priority to U.S. Provisional Patent Application No. 61/300,423 filed on Feb. 1, 2010, which are hereby incorporated herein by reference in their entirety.

US Referenced Citations (160)
Number Name Date Kind
4346384 Raab Aug 1982 A
4791934 Brunnett Dec 1988 A
5383454 Bucholz Jan 1995 A
5386828 Owens et al. Feb 1995 A
5402801 Taylor Apr 1995 A
5417210 Funda et al. May 1995 A
5425367 Shapiro et al. Jun 1995 A
5445166 Taylor Aug 1995 A
5472441 Edwards et al. Dec 1995 A
5480422 Ben-Haim Jan 1996 A
5558091 Acker et al. Sep 1996 A
5572999 Funda et al. Nov 1996 A
5600330 Blood Feb 1997 A
5630431 Taylor May 1997 A
5668844 Webber Sep 1997 A
5695500 Taylor et al. Dec 1997 A
5704361 Seward et al. Jan 1998 A
5729129 Acker Mar 1998 A
5730129 Darrow et al. Mar 1998 A
5738096 Ben-Haim Apr 1998 A
5740802 Nafis et al. Apr 1998 A
5749362 Funda et al. May 1998 A
5752513 Acker et al. May 1998 A
5772594 Barrick Jun 1998 A
5797849 Vesely et al. Aug 1998 A
5800352 Ferre et al. Sep 1998 A
5810007 Holupka et al. Sep 1998 A
5829444 Ferre et al. Nov 1998 A
5840025 Ben-Haim Nov 1998 A
5871445 Bucholz Feb 1999 A
5873822 Ferre et al. Feb 1999 A
5891034 Bucholz Apr 1999 A
5902239 Buurman May 1999 A
5913820 Bladen et al. Jun 1999 A
5919188 Shearon et al. Jul 1999 A
5928248 Acker Jul 1999 A
5944023 Johnson et al. Aug 1999 A
5976127 Lax Nov 1999 A
6016439 Acker Jan 2000 A
6019724 Gronningsaeter et al. Feb 2000 A
6032675 Rubinsky Mar 2000 A
6073043 Schneider Jun 2000 A
6077257 Edwards et al. Jun 2000 A
6115626 Whayne et al. Sep 2000 A
6147480 Osadchy et al. Nov 2000 A
6149592 Yanof et al. Nov 2000 A
6161032 Acker Dec 2000 A
6188355 Gilboa Feb 2001 B1
6201387 Govari Mar 2001 B1
6203493 Ben-Haim Mar 2001 B1
6211666 Acker Apr 2001 B1
6226543 Gilboa et al. May 2001 B1
6233476 Strommer et al. May 2001 B1
6236875 Bucholz et al. May 2001 B1
6246784 Summers et al. Jun 2001 B1
6289235 Webber et al. Sep 2001 B1
6314310 Ben-Haim et al. Nov 2001 B1
6331116 Kaufman et al. Dec 2001 B1
6332089 Acker et al. Dec 2001 B1
6335617 Osadchy et al. Jan 2002 B1
6366799 Acker et al. Apr 2002 B1
6373240 Govari Apr 2002 B1
6405072 Cosman Jun 2002 B1
6427314 Acker Aug 2002 B1
6453190 Acker et al. Sep 2002 B1
6484118 Govari Nov 2002 B1
6556696 Summers et al. Apr 2003 B1
6558333 Gilboa et al. May 2003 B2
6574498 Gilboa Jun 2003 B1
6580938 Acker Jun 2003 B1
6591129 Ben-Haim et al. Jul 2003 B1
6593884 Gilboa et al. Jul 2003 B1
6615155 Gilboa Sep 2003 B2
6618612 Acker et al. Sep 2003 B1
6650927 Keidar Nov 2003 B1
6690816 Aylward et al. Feb 2004 B2
6690963 Ben-Haim et al. Feb 2004 B2
6702780 Gilboa et al. Mar 2004 B1
6706041 Costantino Mar 2004 B1
6711429 Gilboa et al. Mar 2004 B1
6788967 Ben-Haim et al. Sep 2004 B2
6833814 Gilboa et al. Dec 2004 B2
6947788 Gilboa et al. Sep 2005 B2
6978039 Cline et al. Dec 2005 B2
6995729 Govari et al. Feb 2006 B2
6996430 Gilboa et al. Feb 2006 B1
7176936 Sauer et al. Feb 2007 B2
7197354 Sobe Mar 2007 B2
7233820 Gilboa Jun 2007 B2
7236567 Sandkamp et al. Jun 2007 B2
7286868 Govari Oct 2007 B2
7301332 Govari et al. Nov 2007 B2
7321228 Govari Jan 2008 B2
7324915 Altmann et al. Jan 2008 B2
7343195 Strommer et al. Mar 2008 B2
7353125 Nieminen et al. Apr 2008 B2
7366562 Dukesherer et al. Apr 2008 B2
7370656 Gleich et al. May 2008 B2
7373271 Schneider May 2008 B1
7386339 Strommer et al. Jun 2008 B2
7397364 Govari Jul 2008 B2
7397937 Schneider et al. Jul 2008 B2
7517318 Altmann et al. Apr 2009 B2
7822461 Geiger Oct 2010 B2
7831076 Altmann et al. Nov 2010 B2
8165385 Reeves Apr 2012 B2
8218847 Averbuch et al. Jul 2012 B2
8218848 Lenglet Jul 2012 B2
8842898 Averbuch et al. Sep 2014 B2
9042625 Averbuch et al. May 2015 B2
9836850 Averbuch et al. Dec 2017 B2
20010031919 Strommer et al. Oct 2001 A1
20020022837 Mazzocchi et al. Feb 2002 A1
20020065461 Cosman May 2002 A1
20020082498 Wendt et al. Jun 2002 A1
20020193686 Gilboa Dec 2002 A1
20030074011 Gilboa et al. Apr 2003 A1
20030099390 Zeng et al. May 2003 A1
20030144658 Schwartz et al. Jul 2003 A1
20030216639 Gilboa et al. Nov 2003 A1
20040006268 Gilboa et al. Jan 2004 A1
20040019350 O'Brien et al. Jan 2004 A1
20040097804 Sobe May 2004 A1
20040138548 Strommer et al. Jul 2004 A1
20040215181 Christopherson et al. Oct 2004 A1
20040249267 Gilboa Dec 2004 A1
20040254454 Kockro Dec 2004 A1
20050033149 Strommer et al. Feb 2005 A1
20050090818 Pike et al. Apr 2005 A1
20050107688 Strommer May 2005 A1
20050182295 Soper et al. Aug 2005 A1
20050197566 Strommer et al. Sep 2005 A1
20060058647 Strommer et al. Mar 2006 A1
20060064006 Strommer et al. Mar 2006 A1
20070047792 Scheuering et al. Mar 2007 A1
20070167738 Timinger et al. Jul 2007 A1
20070167743 Honda et al. Jul 2007 A1
20070167806 Wood et al. Jul 2007 A1
20070232896 Gilboa et al. Oct 2007 A1
20070287901 Strommer et al. Dec 2007 A1
20080008367 Franaszek et al. Jan 2008 A1
20080033452 Vetter et al. Feb 2008 A1
20080071160 Wiemker et al. Mar 2008 A1
20080086051 Voegele Apr 2008 A1
20080097187 Gielen et al. Apr 2008 A1
20080118135 Averbuch May 2008 A1
20080132909 Jascob et al. Jun 2008 A1
20080132911 Sobe Jun 2008 A1
20080139915 Dolan et al. Jun 2008 A1
20080147000 Seibel et al. Jun 2008 A1
20080157755 Kruger et al. Jul 2008 A1
20080161682 Kendrick et al. Jul 2008 A1
20080162074 Schneider Jul 2008 A1
20080183071 Strommer et al. Jul 2008 A1
20080183073 Higgins Jul 2008 A1
20080188749 Rasche et al. Aug 2008 A1
20080247622 Aylward et al. Oct 2008 A1
20090182224 Shmarak et al. Jul 2009 A1
20100016658 Zou et al. Jan 2010 A1
20100063410 Avila Mar 2010 A1
Foreign Referenced Citations (6)
Number Date Country
200754623 Mar 2007 JP
2007-312837 Dec 2007 JP
2008520319 Jun 2008 JP
9605768 Feb 1996 WO
96025882 Aug 1996 WO
2008125910 Oct 2008 WO
Non-Patent Literature Citations (24)
Entry
Extended European Search Report corresponding to counterpart Int'l Appln. No. EP 11 73 6679.9 dated Apr. 6, 2017.
WIPO, U.S. International Search Authority, International Search Report dated Sep. 24, 2009 in International Patent Application No. PCT/IL2009/000569.
WIPO, U.S. International Search Authority, International Search Report dated Nov. 13, 2008 in International Patent Application No. PCT/IB07/04567.
WIPO, U.S. International Search Authority, International Search Report dated Oct. 26, 2009 in International Patent Application No. PCT/IB2009/005609.
WIPO, International Search Report dated Mar. 31, 2000 in International Patent Application No. PCT/US99/26826.
WIPO, International Search Report dated Aug. 14, 2001 in International Patent Application No. PCT/IL01/00224.
Palagyi et al., “Quantitative analysis of pulmonary airway tree structures”, Computers in Biology and Medicine 36 (2006), pp. 974-996.
WIPO, U.S. International Search Authority, International Search Report in International Patent Application No. PCT/IB11/00243.
Japanese Search Report dated Mar. 18, 2014 for JP Appln. No. 2012-550530.
Australian Patent Examination Report No. 1 for AU 2014-201021 dated May 22, 2015.
Japanese Office Action for Japanese Appln. No. JP 2014-229546 dated Oct. 15, 2015.
Japanese Notice of Allowance for JP 2014-229546 dated Apr. 12, 2016.
Huang et al., “RGVis: Region Growing Based Techniques for Volumn Visualisation”, Proceedings of the 11th Pacific Conference on Computer Graphics and Applications, 2003, 9 pages.
Pinho et al. “Robust Region Growing Based Intrathoracic Airway Tree Segmentation”, Proc. of Second International Workshop on Pulmonary Image Analysis, 2009, 11 pages.
Sherbondy et al., “Fast volume segmentation with simultaneous visualization using programmable graphics hardware”, In Visualization, 2003, VIS 2003, IEEE (pp. 171-176), 6 pages.
Australian Patent Examination Report in connection with application No. AU2015238846, dated Jul. 19, 2016, 4 pages.
English translation of Japanese Office Action issued in corresponding Application No. 2016-095154, dated Mar. 21, 2017, 3 pages.
Examination Report issued by the Australian Government corresponding to Australian Patent Application No. 2017200332, dated Dec. 13, 2017.
Schlatholter et al. Simultaneous Segmentation and Tree Recognition of the Airways for Virtual Bronchoscopy, Proceedings of SPIE, vol. 4684 (2002), Medical Imaging, 2002, Imaging Processing, 2002, pp. 103 to 113.
Tamechika, et al. “Bronchus Extraction from Three Dimensional Chest CT Images for COPD Diagnosis”, IEICE Technical Report, Jan. 20, 2006, vol. 105, No. 579, pp. 41-44.
Tschirren et al. “Intrathoracic Airway Trees: Segmentation and Airway Morphology Analysis From Low-Dose CT Scans”, IEEE Transactions on Medical Imaging, vol. 24, No. 12, IEEE, Dec. 2005, pp. 1529 to 1539.
Japanese Office Action issued in Japanese Application No. 2017-150213, dated Jul. 24, 2018.
Partial European Search Report issued in European Patent Application No. 18182407.9, dated Oct. 10, 2018.
European Search Report issued by the European Patent Office on Jan. 17, 2019 in corresponding European Patent Application No. 18182407.9.
Related Publications (1)
Number Date Country
20180089837 A1 Mar 2018 US
Provisional Applications (1)
Number Date Country
61300423 Feb 2010 US
Continuations (5)
Number Date Country
Parent 15438134 Feb 2017 US
Child 15828699 US
Parent 14710113 May 2015 US
Child 15438134 US
Parent 14492561 Sep 2014 US
Child 14710113 US
Parent 13867217 Apr 2013 US
Child 14492561 US
Parent 13019261 Feb 2011 US
Child 13867217 US