Method for removing a support of an object from volume data
09786049 · 2017-10-10
Assignee
Inventors
Cpc classification
International classification
Abstract
Volume data representing a radiation image of an object are subjected to a coarse filtering process to obtain a first classification including support type and non-support type components. An iteration of low threshold filtering steps and successive extraction and classification of connected components is performed and used to rectify the result of the coarse filtering process. A further filtering is based on the location of the connected components in the volume.
Claims
1. A method for removing a support for an object from a volume data representing a radiation image of the object, the method comprising the steps of: subjecting the volume data to a coarse filtering process including the steps of: applying a first thresholding process with a coarse threshold value to the volume data to obtain a binarized result; extracting connected components from the binarized result; obtaining a first classification by assigning either a support type class or a non-support type class to the connected components to generate a support mask and a non-support mask; and subjecting the volume data to an iterative low threshold filtering process using successively lower thresholding values to correct results of the first thresholding process to obtain a corrected result; wherein the iterative low threshold filtering process includes a shape-based filtering step based on a convex hull of the connected components.
2. The method according to claim 1, wherein the iterative low threshold filtering process is performed to generate thresholding masks and to extract the connected components from the thresholding masks; and the iterative low threshold filtering process is performed until either the thresholding value equals the coarse threshold value or no further connected components are obtained that do not intersect either the support mask or the non-support mask, and one or more of the connected components extracted during the iterative low threshold filtering process is/are used to obtain a rectified result of the coarse filtering process.
3. The method according to claim 2, wherein a location-based filtering is applied to the rectified result of the coarse filtering process.
4. The method according to claim 2, wherein the rectified result of the coarse filtering process is rectified by performing the steps of: adding a connected component extracted during the iterative low threshold filtering process to the support mask if the connected component intersects the support mask and not the non-support mask; adding a connected component extracted during the iterative low threshold filtering process to the non-support mask if the connected component intersects the non-support mask and not the support mask; adding one of the connected components extracted during the iterative low threshold filtering process to a fuzzy components list if the connected component intersects both the support mask and the non-support mask; and subjecting the fuzzy components list to the shape based filtering process to decide whether a fuzzy component is assigned to the support mask or the non-support mask.
5. The method according to claim 1, wherein the coarse threshold value is determined based on a histogram of data values in a volume data representation of the radiation image.
6. The method according to claim 1, wherein the support type class or the non-support type class is assigned to one of the connected components depending on an evaluation of at least one of the following features: volume and surface of the respective connected component; number of voxels in the respective connected component; porosity; statistical values of volume data values within the respective connected component; and sphericity of the respective connected component.
7. The method according to claim 4, wherein the shape-based filtering step includes the steps of: defining a full convex hull containing the fuzzy components; subtracting the support type connected components and the non-support type connected components extracted in the coarse filtering process from the full convex hull to obtain an output mask; and if voxels in the output mask are scattered or a number of the scattered voxels is insignificant compared to a number of voxels in the output mask in the defining step, the fuzzy component is assigned to the non-support type class, otherwise the fuzzy component is assigned to the support mask.
8. A non-transitory computer readable medium comprising computer executable program code to carry out, when the computer executable program is executed on a computer, the method according to claim 1.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
(1)
(2)
(3)
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
(4) A method of the present invention is applicable to image data obtained by irradiating an object by penetrating radiation such as x-rays.
(5) An example of an imaging systems providing such images is a CT (Computed Tomography) imaging system or a CTA (Computed Tomography Angiography) which are well known in the art.
(6) In such a CT or CTA imaging system a patient or object to be examined is moved into a gantry in which the patient or object is irradiated by a rotating array of x-ray sources. The radiation transmitted by the patient or object is detected and recorded by radiation detectors at several positions of the rotating array of x-ray sources.
(7) The CT or CTA imaging apparatus uses a software algorithm to compute a radiation image of the patient or the object, i.e. to compute the amount of x-radiation absorbed by every element of the patient or the object.
(8) Each of these element of the radiation image is represented by a voxel the density of which (the amount of x-radiation absorbed) is expressed in Hounsfield units.
(9) The digital voxel representations are finally used for further processing, display, diagnosis and/or storage.
(10) When being moved into the gantry, the patient is supported on a supporting table. For some types of examinations, the body part to be irradiated is supported by a specific type of supporting means as shown in
(11) Since the supporting table and occasionally the specific support are present during the irradiation of the patient, a radiation image of this table and/or support will also be present in the radiation image of the body or body part that is irradiated.
(12) A method of the present invention processes the digital image representation in order to identify and eliminate the part of the image that represents this table or support.
(13) The algorithm of the present invention generally comprises the following three steps: 1. a coarse filtering of the volume representation of the radiation image, 2. an iteration of low threshold filtering steps, 3. a filtering based on the location of a component within the entire image.
1. The First Step is a Coarse Filtering Step.
(14) This step consists in classifying connected components extracted under a high Hounsfield (HU) threshold from the volume representation, based on morphological features.
(15) Threshold Definition
(16) The threshold value for the first filtering step is determined based on the histogram of the image data.
(17) Let min_value and max_value be the minimum and maximum HU values respectively in the acquired image/volume.
(18) The high thresholding value can be determined as defined in the following formula (other formulas have been tested and lead to similar results).
High_threshold_HU=min(100,(2×min_value+max_value)/3).
(19) Based on this thresholding value, the volume is binarized.
(20) Connected Component Extraction
(21) Then connected components are extracted from the binarized volume.
(22) The connected component extraction technique is well-known in the art.
(23) A connected component is defined as a group of voxels in which each voxel is adjacent to at least one of the other voxels in that connected component.
(24) Adjacency in this context is defined in the 6-neighborhood sense (alternatives such as 8-neighborhood may be envisaged).
(25) Connected Component Classification
(26) Next, each connected component is assigned a type class: either a table or a non-table (body) component.
(27) For time optimization considerations, small components are ignored at this step; they will be indirectly processed within the subsequent steps.
(28) For each component, the following features are evaluated:
(29) Volume and surface;
(30) Voxel count, i.e. number of voxels within the component;
(31) Porosity which measures empty space inside the component;
(32) Maximum, average and standard deviation (standard_deviation) of the HU values within the component;
(33) Sphericity of the component.
(34) Considering the following conditions, a connected component is assigned to the Table class if it meets the condition number 1 and 2 as well as one of the conditions 3, 4 or 5. 1. surface .sup.1.5>10×volume; 2. component's voxel count less than half voxel count within the entire thresholding mask; 3. maximum<550HU; 4. porosity<0.1; 5. spericity<0.7 and (average+standard_deviation)<600HU.
(35) Condition 1 ensures that the component is thin enough (as tables are rather thin).
(36) Condition 2 is based on the fact that a table always corresponds to a small part of the volume.
(37) Conditions using HU values are based on the observation that table luminosity values in CT studies are relatively low and present low variations.
(38) Condition 4 is based on the fact that tables are often full structures, so porosity values should be very low within such structures if the thresholding value is appropriate.
(39) At the end of this coarse filtering step, a set of components form the table shape and another list must exist to form the body shape.
(40) If it is not the case, i.e. if all components are assigned to the Table class, this step is re-executed with a different threshold value.
(41) Let table_shape be the mask of Table connected components and body_shape the mask of non-table components.
(42) 2. The Second Step is an Iterative Low Threshold Filtering Step.
(43) The conditions used in the above described coarse classification step are not strong enough to filter all the body components.
(44) Besides, the threshold value defined there is often too high to detect all the table components. For these reasons, further connected component classifications under lower HU threshold values are performed within this second step.
(45) This step, as well as the previous one, can be easily parallelized as each component, extracted under a given threshold, can be processed independently of the other components extracted under the same threshold.
(46) a. Iterations
(47) A list of connected components called fuzzy_components, is extracted.
(48) This list is initially empty.
(49) We also define a HU thresholding value (threshold_HU) which is incremented in every iteration. In the described preferred embodiment an incrementation of 200HU in every iteration step is used.
(50) In the performed experiments, threshold_HU was initialized with ‘High_threshold_HU−400’ or ‘High_threshold_HU−600’ depending on the data size. Experiments have shown that the chosen increment value gives good classification results. Choosing a lower value may lead to more accurate results but it would require more iterations (and subsequently more time).
(51) The following operations are repeated until no fuzzy component is encountered (in the last iteration) or the thresholding value reaches the high threshold value defined within the coarse classification step (High_threshold_HU).
(52) 1) Threshold the volume with the threshold_HU value and extract the connected component list from the resulting thresholding mask.
(53) 2) For each connected component cc: If cc intersects table_shape and does not intersect body_shape, then add cc to table_shape (this would add the previously ignored small components to the table mask), Else if cc intersects body_shape and does not intersect table_shape, then add cc to the non-table mask (body_shape). Else (if it intersects both masks), add cc to the fuzzy_components list.
(54) 3) Increment threshold_HU
(55) 3. The Third Step is a Location Based Filtering Step
(56) The location based filtering consists in assigning any component which is surrounded (in the left, right, posterior and anterior sides or the top and bottom sides) by body components to the non-table class. Indeed, table are always located within the volume borders.
(57) Fuzzy Region Filtering
(58) The fuzzy component filtering must be processed after the location based filtering, as a last filtering step.
(59) It consists in rectifying the results of the coarse classification step based on the component's position relatively to the fuzzy regions in one hand and their shapes in the other hand.
(60) Each components of the fuzzy_components list can be processed in parallel with the others.
(61) The filtering processes defined in the following sections are executed for each connected component from the fuzzy_components list.
(62) Position Based Filtering
(63) All table components must be located next to the volume border. Thus, if a table component (given by the coarse classification step) is included within a fuzzy region without touching its borders, it is removed from the table mask.
(64) Shape Based Filtering
(65) The shape based filtering aims at reassigning the body border components that have been wrongly classified as tables.
(66) Since the fuzzy components are extracted under low thresholding values, they probably include such false table detection connected to body tissues. However, true table regions may be also connected to body structures in a mask given by a low threshold value, so this filtering is performed to distinguish these two cases. In the case of correct classification (second case), the fuzzy region containing table and non-table components should include an important ratio of empty space (example in
(67) Based on this observation, we define the shape based filtering as follows:
(68) 1) Define the full convex hull (full refers to the hull plus all elements delimited by the hull) containing the fuzzy component.
(69) 2) Subtract the table components and the body components (extracted within the coarse filtering step) from that full hull (example in
(70) 3) If the voxels in the output mask of step 2 are scattered or their count number is insignificant compared to the number of voxels in the output mask of step 1, the fuzzy region is assigned to the non-table type.
(71) In the case illustrated in
(72) Having described in detail preferred embodiments of the current invention, it will now be apparent to those skilled in the art that numerous modifications can be made therein without departing from the scope of the invention as defined in the appending claims.