Next Article in Journal
Improving Robot Perception Skills Using a Fast Image-Labelling Method with Minimal Human Intervention
Next Article in Special Issue
Oral Microbiota in Patients with Peri-Implant Disease: A Narrative Review
Previous Article in Journal
Geo-Electrical Detection of Impermeable Membranes in the Subsurface
Previous Article in Special Issue
Could Pro-Inflammatory Cytokines Levels IL-6, IL-8, TNFα, Total Antioxidant Status and Lactate Dehydrogenase Be Associated with Peri-Implant Bone Loss? A Pilot Study
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Jawbone Segmentation with Trabecular Bone Preservation from Cone Beam CT Images

Division of Science and Technology, Beijing Normal University—Hong Kong Baptist University United International College, Division of Science and Technology, Zhuhai 519087, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2022, 12(3), 1556; https://doi.org/10.3390/app12031556
Submission received: 12 November 2021 / Revised: 25 January 2022 / Accepted: 29 January 2022 / Published: 31 January 2022

Abstract

:
To segment jaw structures in both open and closed mouth states from cone beam CT images and to preserve the true structures of trabecular bones. Segmentation algorithms of the mandible and maxilla were designed based on their different structures. We detected edges in volume and segment edges of the mandible and maxilla whether the mouth of a patient was open or closed. The internal structures of the mandible and maxilla were preserved by a morphological method with different parameters, respectively. An axial plane corresponding to the bottom of the hard palate was identified so that the bone structures of the maxilla above this plane were removed. Finally, the mandibular surface was smoothed by a simple thresholding method, and the maxillary surface was optimized by a geodesic active contours method. The 3D jaw model was segmented automatically by our proposed procedure with high accuracy. The average dice coefficients of the mandible and maxilla were equal to 0.9709 and 0.9420, respectively. The proposed jaw segmentation algorithm is automatic and knowledge-driven. The segmented jaws truly demonstrate the cortical and trabecular bone structures. It may potentially assist doctors in diagnosis and surgical planning.

1. Introduction

In medical image analysis, a good view of an organ is essential for pathological diagnosis and treatment. In oral medicine, the bone mineral density and structures of a jaw are linked to primary operational success such as tooth implantation [1,2]. They can be assessed through X-ray-based radiographic images, such as cone beam CT (CBCT) images, which have low radiation dose and a high resolution [3]. CBCT images are frequently applied to maxillofacial surgical planning [4]. Analysis of a true 3D model that is based on CBCT data is accurate and reliable and is bound to replace traditional orthodontic planning [5,6,7,8]. Image segmentation helps doctors to better understand and analyze the region of interest (ROI) [9]. An appropriate patient model of the jaw structure is necessary for maxillofacial surgical planning [10]. To generate a 3D jaw model, we propose an automatic algorithm to segment the mandible and maxilla with trabecular bone preservation from CBCT images.
The jaw segmentation from CBCT images is challenging. As CBCT scanners have a low-level radiation dose, CBCT images have a weak signal–noise ratio and are frequently subject to artifacts [10]. The jaw structures are formed by the hard cortical bone and its inner spongy trabecular bone structures [11]. Although the cortical bone can represent the shape of the jaw, the trabecular bone structures can affect surgical success. Therefore, it is imperative that the segmented jaw model contains the true trabecular bone structures. The bone mineral densities of cortical bone and teeth are significantly higher than those of the trabecular bones. In addition, the bone mineral density of the cervical vertebra is also at a high level. Hence, it is hard to segment the jaw structures only by thresholding or region growing methods. The cortical bone of the maxilla consists of thin fibrous bones, and its bone mineral density is lower than that of the mandible [1,12]. As such, the segmentation of the maxilla is more difficult than that of the mandible. It is better to separate them and design different segmentation algorithms that are based on their specific structures. When the mouth is open, the mandible and maxilla are disconnected, and it is easy to separate them. When the mouth is closed, some teeth of the mandible and maxilla touch each other, and it is challenging to accurately separate them.
There are two categories of jaw segmentation methods that are based on 2D images and 3D volume respectively [13,14]. Some papers propose semi-automatic segmentation [15], segmentation that is based on histogram equalization [16,17], or 2D slice-by-slice segmentation methods [9,11]. Most of these methods only segment the cortical bone and the principal trabecular bones, ignoring internal non-bony structures of the jaw. A statistical shape model was proposed for the mandible segmentation [10,18]. This kind of algorithm could generate an accurate mandible with trabecular bones only when the mouth is open, and these algorithms do not work for the maxilla segmentation. In our previous work [14], we segmented the mandible and maxilla with trabecular bone preservation. However, the selection of maxilla ROI was rough, and the algorithm was not adjusted for the different structures of the mandible and maxilla.
The mandible and maxilla have different structures. In our proposed method, we designed slightly different algorithms that were based on the edges, region growing, and morphological operations in 3D volume. Our 3D jaw model illustrates not only the jaw shape but also the internal trabecular bone structures.

2. Materials and Methods

The proposed jaw segmentation algorithm is based on jaw edges. The procedure is summarized in the second row in Figure 1. The first and third rows in Figure 1 show the axial binary images at levels on the volumes that are marked by yellow and blue, respectively, in each step. The segmentation procedure consists of four steps: (I) edge detection, (II) separation of mandible and maxilla, (III) preservation of jaw structures, and (IV) model optimization.

2.1. Step I: Edge Detection

Noise in the CBCT images is a little serious, leading to many incorrect or weak edges that are detected by some edge detectors. Figure 2a shows an axial CBCT image with mandible foramina. Figure 2b shows the enlarged portion of the mandible foramen that is enclosed by the yellow square in Figure 2a. The edges of the foramen are not clear. Figure 2c shows the enlarged portion that is enclosed by the red square in Figure 2a, which illustrates that background noises are serious, and the gray value distribution of background is not uniform. Thus, the Canny edge detector is used to detect edges [19]. This method uses two thresholds to detect strong and weak edges. The strong edges and the weak edges that are connected to strong edges are the detected results. The Canny edge detector is less likely to be fooled by noise than other detectors [20].
The two thresholds that are used by the Canny detector are normalized to [0, 1] in this paper. After many experiments, the higher the threshold of the Canny edge detector is selected in range of 0.15–0.25, and the lower threshold is a classic threshold—0.4 times of the higher threshold. Figure 3a shows the Canny edges of Figure 2a with the higher threshold 0.2. The edges contain not only the mandible, the maxilla, and the spine, but also the trachea, artifacts, and the circular boundaries of CBCT field of view (FOV). The intensity values of the mandible, the maxilla, and the spine are at a high level in original CBCT images but the intensity values of the trachea, artifacts, and the circular boundaries of FOV are at a low level in original CBCT images. Therefore, an appropriate threshold T can remove or reduce these redundant edges. The T can be calculated by an automatic threshold method, such as the Otsu’s method [21]. There are four steps to obtain edges as follows:
  • Detect edges in each axial image by the Canny edge detector and generate a volume that is composed of the edges;
  • Dilate the volume by a spherical structuring element with 3 pixels radius in three-dimensions to ensure that the edges between each axial image are connected in three-dimensions;
  • Calculate a threshold T by the Otsu’s method that is based on pixel values of whole original CBCT images so that the between-class variance achieves maximum;
  • Remove voxels of the dilated volume whose intensity values of the original CBCT images are less than the threshold T.
It is important to emphasize that pixels that are outside the FOV are removed before calculating T. Figure 3b indicates the result of Figure 2a that was processed by this step.

2.2. Step II: Separation of Mandible and Maxilla

The maxilla is more difficult to segment than the mandible. The mandibular surface is formed with high bone mineral density as shown in Figure 4c. Its edges are more obvious and are easier to detect. However, the edges of the maxillary alveolar bones are not as clear as those of the mandible. Figure 4b shows the maxillary alveolar bones around the maxillary molar. The edges are too blurred to distinguish between the jaw and background. Due to the different structures of the mandible and maxilla, we propose different algorithms to segment them.
In this step, we propose to segment the mandible and maxilla that resulted from the last step. When the mouth is open, the mandible and maxilla are not connected in space and can be easily separated by a region growing method. When the mouth is closed, the mandible and maxilla are connected in space, and it is difficult to separate them accurately. Whether the mouth is open or closed, the mandible and maxilla that resulted from Step I can be segmented as follows.
The volume the result from Step I is projected to a sagittal image as shown in Figure 5a. The red point is the closest pixel to the left boundary of the sagittal image. The axial images are 2 cm below and above the red point that is selected to find the initial seeds of mandible and maxilla, respectively, as the blue and green lines that are marked in Figure 5a, and the corresponding axial images are as shown in Figure 5b,c. The pixels that are closest to the top boundary of these two axial images are selected as the initial seeds of mandible and maxilla, which are marked as the blue and green points in Figure 5b,c, and their sagittal projections are marked as blue and green points in Figure 5a. Once the initial seeds are selected, the mandible and maxilla are segmented by a 3D region growing method that is based on 26-adjacency (in a 3 × 3 × 3 cube) [22]. If the mandible and maxilla are not intersecting, the mouth is considered as open and the segmented results of mandible and maxilla by the region growing method are used in next Step.
If the mandible and maxilla are intersecting, according to the principle of the region growing method, the grown results are the same and contain both the mandible and maxilla as shown in Figure 6a. It is difficult to separate the mandible and maxilla accurately in this case. We proposed to find an axial image that is marked in Figure 6a to roughly separate the mandible and maxilla. This axial image should contain parts of both the mandible and maxilla, and the maxilla should not connect with the mandible. All voxels are then removed, as shown below this axial image in Figure 6b. The remainder voxels consist of the maxilla and the mandibular ramus. The maxilla is not connected with the mandibular ramus. As Figure 6c shows, the maxilla can be segmented by a 3D region growing method using the same initial seeds of the maxilla as shown in Figure 5c. The mandible is generated by the merged mandible and maxilla minus the maxilla, as shown in Figure 6d.
This axial image localization is critical for the segmentation of the mandible and the maxilla when the mouth is closed. The axial image detection algorithm is based on a slice-by-slice region growing method. In each slice, the axial image is segmented by region growing method that isbased on 8-adjacency. When the i-th axial image of the volume has been segmented, all the segmented pixels and their 8-adjacency pixels in the (i + 1)-th axial image which satisfy the region growing rule are set as the initial seeds of the (i + 1)-th axial image.
The axial images of the initial seeds of the mandible and maxilla in the 3D region growing are set as the first and last slice. The voxels above the first slice and below the last slice are removed as shown in Figure 7b. The volume, as shown in Figure 7c,d, is generated by a slice-by-slice region growing method. For Figure 7c, the initial seeds of the first slice are all the pixels of the first slice. For Figure 7d, the initial seed is same as that of maxilla in 3D region growing as shown in Figure 5c. As shown in Figure 7d, a part of the mandibular ramus is not segmented because the maxilla in these axial images is not connected with the mandible. The volume in Figure 7e is generated by the volume in Figure 7c minus the volume in Figure 7d. We propose to evenly divide the volume of Figure 7e into left and right volumes, then find the bottom axial images of these two volumes respectively, and finally set the upper of these two bottom axial images as the axial image that separates the mandible and maxilla, as shown in Figure 6a marked by the yellow line.
In this step, whether the mouth is open or closed, the algorithm can separate the mandible and maxilla of the volume that resulted from Step I.

2.3. Step III: Preservation of Jaw Structures

The mandible and maxilla that resulted from the last step contain no details of the internal structures, as shown in the axial images of Step II in Figure 1. This step will present our preservation algorithm of the internal structures of the jaw. The preservation algorithms for the mandible and maxilla structures are different because of their respective structural differences and are introduced respectively.

2.3.1. Preservation of Mandibular Structures

In Step I, the mandible is dilated. The borders are enclosed for almost all the axial images. The lost internal structures can be thought as holes in the axial images. To preserve them, the hole-filling morphological operation is used [23]. Here, the hole-filling operation is applied in each axial image of the mandible. For a binary image, a hole is the set of zero-valued pixels and not connected to the image boundary. If the borders of the mandible are not closed, the missing internal structures cannot be filled by the hole-filling operation. To further ensure that the borders of the mandible in each axial image are closed, the mandible that resulted from Step II is dilated first by a spherical structuring element with a 3-pixel radius. The hole-filling operation is performed and then followed by an erosion operation with the same structuring element.

2.3.2. Preservation of Maxillary Structures

As shown in Figure 8a, the edges of the maxilla that were obtained by Step II are not connected. The reason is that some edges of the maxilla are weak as shown in Figure 4b and the Canny edge detector suppresses them. The edges of the maxilla need to be enhanced. On each axial image of the maxilla that resulted from Step II, the following procedure is executed:
  • Set the GH as strong edges from Step II as shown in Figure 8a. The red square is the minimum enclosing rectangle of GH, and its width and height are C and R;
  • Expand this region to the yellow square enclosing the red square and all the edges that are detected by Canny edge detector. If the yellow square is beyond the image boundary, the yellow square is shrunk to the image boundary;
  • Detect the weak edges GL by the Canny detector with low level thresholds as shown in Figure 8b. The higher threshold of the Canny detector can be selected in the range of 0.03–0.05, and the lower threshold is 0.4 times of the higher threshold. In Figure 8b, the higher threshold is 0.04;
  • Mark all the weak edges in GL that are connected to GH based on 8-connectivity as valid edges as shown in Figure 8c.
As shown in Figure 8c, the internal structures are missing. The edges are not as closed as the mandible and the improved edges may have false edges in the axial images. If the hole-filling operation is processed on the axial images, some false structures may be preserved. The internal structures of maxilla can be preserved well if the hole-filling operation is processed on the sagittal images. First, to enclose all the holes of the maxilla in the sagittal images except for those on the top axial image, set all the pixels in the top axial image of the maxilla to 1. Second, dilate the maxilla by a spherical structuring element with a 3-pixel radius. Third, the hole-filling operation is applied on each sagittal image. Finally, the preserved volume is eroded by a spherical structuring element with a 3-pixel radius.
After edge enhancement, some false positive edges are added as shown in Figure 8c. Since the edges are detected on each axial image, most of these false positive edges are discontinuous between two adjacent axial images. After the hole-filling operation, these false positive edges are only thin lines in three-dimensions, and, unlike the maxillary structure, is a connected region. Therefore, these false positive edges are removed by morphological open operations with 1 × 1 × 5, 1 × 5 × 1 and 5 × 1 × 1 line structuring elements respectively.

2.4. Step IV: Model Improvement

After the last step, the mandible and the maxilla are roughly segmented. In Step I and III, the dilation operations are used several times. Although the dilation result is filtered in Step I and the opposite erosion operations are applied with the same structuring element in Step III, false positive voxels are still added to the surface of the segmented jaw and they should be removed or reduced. Due to the different structures of the mandible and maxilla, the jaw model improvement algorithms are different and introduced respectively.

2.4.1. Model Improvement of Mandible

As the intensity values of the mandibular surface are high, the surface voxels are calibrated by a thresholding method as follows:
  • Set I1 as the segmented mandible from Step III;
  • Erode I1 by a spherical structuring element with a 3 pixels radius, and obtain I2 and calculate the mandibular surface I3 = I1 − I2;
  • Remove the voxels in I3 with the corresponding intensity values in the original CBCT images that are lower than T; T is the threshold that was computed in Step I. Let I1 = I2 + I3;
  • To smooth the volume, the morphological opening operation is applied on I1 by a spherical structuring element with a 3-pixel radius, and then I1 is the improved mandible.

2.4.2. Model Improvement of Maxilla

Our ROI of the maxilla is immediately below the hard palate. As shown in Figure 9, the red point is the top pixel of the maxilla in an axial image, the green point is the bottom pixel of the maxilla vertically below the red point, and H is the distance between these two points. We calculate H in each axial image of the maxilla that was yielded from Step III from the bottom slice to the top slice. If H is larger than 2cm, this slice and its above slices are removed.
As the intensity values of the maxillary surface are not all at a high level as those of the mandible, the improvement method of the mandibular surface is not applicable to the maxillary surface. The geodesic active contours (GAC) method [24] is used to improve the maxillary contour in each axial image. The original images of the GAC method are the original CBCT images, the images that were processed after Step III are the initial contours of the evolution. The maximum number of iterations in the evolution is 20. To smooth the volume, the morphological opening operation by a spherical structuring element with a 3-pixel radius is performed after GAC processing.

3. Results

To evaluate the performance of the algorithm, six groups of CBCT datasets were randomly collected and manually segmented by two experts. The CBCT datasets were acquired using the MEYER SS_X9010DPro-3DE CBCT system (HEFEI MEYER OPTOELECTRONIC TECHNOLOGY INC., China), whose voxel size is 0.2658 × 0.2658 × 0.2515 mm [3] and FOV is 127 mm × 127 mm × 80 mm. The proposed method was implemented using MATLAB codes on a Lenovo desktop (Win 10, Intel Core i7-9700K 3.60 GHz CPU, 16 GB RAM). The precision, recall, dice coefficient, Hausdorff distance (HD), and the root mean square symmetric surface distance (RMSD) were used to verify the accuracy of the proposed algorithm.
Table 1 presents the evaluation metrics of the mandible and maxilla that were segmented by the proposed algorithm. These mean and standard deviation values illustrate that the segmented results have a high level of accuracy and the accuracy is stable. As mentioned in the Introduction section, the structure of the maxilla is more complex than that of the mandible, and the accuracy of the maxilla is lower than the mandible.
Figure 10 and Figure 11 show the segmentation results of the proposed algorithm, the corresponding ground truth, and the superimposing volume of the mandible and maxilla, respectively. The volumes are visualized by the 3D plugin of ImageJ software. In the superimposing volumes, the blue voxels are the background that were wrongly classified into the jaw (false positives), and red voxels are the jaw wrongly that were classified into the background (false negatives). When the mouth is closed, the algorithm can also segment the mandible and maxilla as shown in Figure 12.

4. Discussion

The proposed algorithm can be mainly in three aspects: (1) The algorithm segments both the mandible and maxilla; (2) The segmented jaw contains not only the cortical bone but also the trabecular bone structures; and (3) The algorithm works well whether the mouth is in an open or closed state. The previous approaches did not address all these aspects. The 2D image-based methods [9,11,15,16,17] did not segment the whole trabecular bone structures. The 3D volume-based methods [10,18] did not segment the maxilla and could not work when the mouth was in a closed state.
The trabecular bone structures are too complicated to segment manually. Therefore, an approximate method was designed to quantify the accuracy of the trabecular bone structure. First, erode the ground truth volume twice by the spherical structuring element with a three pixel radius and obtain the trabecular ground truth (TGT). Second, remove voxels of the TGT whose intensity values in the original CBCT images are larger than a threshold. Third, calculate the accuracy of the trabecular bone as defined as follow.
A c c u r a c y = T G T   S e g m e n t e d   J a w T G T
The average accuracy values of the mandible and maxilla are 0.9941 ± 0.0053 and 0.9982 ± 0.0044, where the threshold is same as T, as calculated in Step I. These data illustrate that the trabecular bone structures are preserved accurately.
After jaw segmentation, the structures of the trabecular bones can be observed by thresholding. Figure 13 shows some sections of the segmented mandible thresholding by T that was calculated in Step I. Figure 13e–h are the enlarged red square portions of Figure 13a–d.
To clinically use CBCT for dental diagnosis and treatment planning, the potential applications of the proposed algorithm includes the following: (1) The proposed algorithm can automatically segment the structures of the mandible and maxilla, which currently has to be done manually by experts (taking around 12 h); (2) The proposed algorithm is convenient for dentists to observe the 3D structures of the mandible and maxilla alone without muscle, cervical vertebra, and the airways. For example, if a patient needs implantation in the mandible, the dentist can only observe the 3D mandible by the proposed algorithm, rather than all the tissues from the CBCT images; and (3) The proposed algorithm can provide a 3D model of the mandible and maxilla which can be transferred to an STL file for 3D printing.

5. Conclusions

Nowadays, more and more people are concerned about dental health and aesthetics. Due to its low radiation dose, CBCT has become popular and is widely used in dental diagnosis and surgical planning. For dental implantation, orthodontic and other surgical procedures, the jaw is the major ROI. According to the evaluation metrics, our proposed jaw segmentation algorithm performs well. The proposed algorithm can automatically and precisely segment the jaw structure whether the mouth is open or closed. The results can provide a good visual of the jaw structure and help with dental diagnosis and preoperative planning. The proposed algorithm potentially helps dentists diagnose and perform surgical planning.

Author Contributions

Conceptualization, S.Z. and H.S.; methodology, S.Z. and H.S.; software, S.Z.; validation, S.Z., B.J. and H.S.; formal analysis, S.Z.; investigation, S.Z. and B.J.; resources, H.S.; data curation, H.S.; writing—original draft preparation, S.Z.; writing—review and editing, B.J. and H.S.; visualization, S.Z.; supervision, H.S.; project administration, H.S.; funding acquisition, H.S. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by Research Grant of BNU-HKBU United International College (R202013, R202114), Guangdong Higher Education Key Platform and Research Project (No. 2020ZDZX3039).

Institutional Review Board Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ikumi, N.; Tsutsumi, S. Assessment of correlation between computerized tomography values of the bone and cutting torque values at implant placement: A clinical study. Int. J. Oral Max Implants 2005, 20, 253–260. [Google Scholar]
  2. Merheb, J.; Van Assche, N.; Coucke, W.; Jacobs, R.; Naert, I.; Quirynen, M. Relationship between cortical bone thickness or computerized tomography-derived bone density values and implant stability. Clin. Oral. Implants Res. 2010, 21, 612–617. [Google Scholar] [CrossRef] [PubMed]
  3. Nackaerts, O.; Depypere, M.; Zhang, G.Z.; Vandenberghe, B.; Maes, F.; Jacobs, R.; Consortium, S. Segmentation of Trabecular Jaw Bone on Cone Beam CT Datasets. Clin. Implant. Dent. R 2015, 17, 1082–1091. [Google Scholar] [CrossRef] [PubMed]
  4. Vandenberghe, B.; Jacobs, R.; Bosmans, H. Modern dental imaging: A review of the current technology and clinical app.lications in dental practice. Eur. Radiol. 2010, 20, 2637–2655. [Google Scholar] [CrossRef] [PubMed]
  5. Hassan, B.; van der Stelt, P.; Sanderink, G. Accuracy of three-dimensional measurements obtained from cone beam computed tomography surface-rendered images for cephalometric analysis: Influence of patient scanning position. Eur. J. Orthod. 2009, 31, 129–134. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  6. Periago, D.R.; Scarfe, W.C.; Moshiri, M.; Scheetz, J.P.; Silveira, A.M.; Farman, A.G. Linear accuracy and reliability of cone beam CT derived 3-dimensional images constructed using an orthodontic volumetric rendering program. Angle Orthod. 2008, 78, 387–395. [Google Scholar] [CrossRef] [PubMed]
  7. Brown, A.A.; Scarfe, W.C.; Scheetz, J.P.; Silveira, A.M.; Farman, A.G. Linear Accuracy of Cone Beam CT Derived 3D Images. Angle Orthod. 2009, 79, 150–157. [Google Scholar] [CrossRef] [PubMed]
  8. De Oliveira, A.E.F.; Cevidanes, L.H.S.; Phillips, C.; Motta, A.; Burke, B.; Tyndall, D. Observer reliability of three-dimensional cephalometric landmark identification on cone-beam computerized tomography. Oral Surg Oral Med. Radiol. 2009, 107, 256–265. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  9. Barandiaran, I.; Macía, I.; Berckmann, E.; Wald, D.; Dupillier, M.P.; Paloc, C.; Graña, M. An automatic segmentation and reconstruction of mandibular structures from CT-data. In Proceedings of the International Conference on Intelligent Data Engineering and Automated Learning, Burgos, Spain, 23–26 September 2009; Springer: Berlin/Heidelberg, Germany, 2009; pp. 649–655. [Google Scholar]
  10. Gollmer, S.T.; Buzug, T.M. Fully automatic shape constrained mandible segmentation from cone-beam CT data. In Proceedings of the 2012 9th IEEE International Symposium on Biomedical Imaging: From Nano to Macro, ISBI 2012, Barcelona, Spain, 2–5 May 2012; pp. 1272–1275. [Google Scholar]
  11. Rueda, S.; Gil, J.A.; Pichery, R.; Alcaniz, M. Automatic segmentation of jaw tissues in CT using active appearance models and semi-automatic landmarking. In Proceedings of the 9th International Conference on Medical Image Computing and Computer-Assisted Intervention, MICCAI 2006, Copenhagen, Denmark, 1–6 October 2006; Springer: Copenhagen, Denmark, 2006; Volume 4190, pp. 167–174. [Google Scholar]
  12. Grunder, U. Immediate functional loading of immediate implants in edentulous arches: Two-year results. Int. J. Periodont. Rest 2001, 21, 545–551. [Google Scholar]
  13. Xia, Z.Y.; Gan, Y.Z.; Chang, L.C.; Xiong, J.; Zhao, Q.F. Individual tooth segmentation from CT images scanned with contacts of maxillary and mandible teeth. Comput. Meth. Prog Biol. 2017, 138, 1–12. [Google Scholar] [CrossRef] [PubMed]
  14. Zhang, S.; Xie, J.; Shi, H. Jaw Segmentation from CBCT Images. In Proceedings of the 23rd IEEE International Conference on Digital Signal Processing, Shanghai, China, 19–21 November 2018; IEEE: Shanghai, China, 2018; Volume 2018. [Google Scholar]
  15. Enciso, R.; Memon, A.; Mah, J. Three-dimensional visualization of the craniofacial patient: Volume segmentation, data integration and animation. Orthod. Craniofac. Res. 2003, 6, 66–71, discussion 179–182. [Google Scholar] [CrossRef] [PubMed]
  16. Tognola, G.; Parazzini, M.; Pedretti, G.; Ravazzani, P. Novel 3D Reconstruction Method for Mandibular Distraction Planning. In Proceedings of the 2006 IEEE International Workshop on Imagining Systems and Techniques, Ninori, Italy, 29 April 2006; pp. 82–85. [Google Scholar]
  17. Tognola, G.; Parazzini, M.; Pedretti, G.; Ravazzani, P.; Svelto, C.; Norgia, M.; Grandori, F. Three-Dimensional Reconstruction and Image Processing in Mandibular Distraction Planning. IEEE Trans. Instrum. Meas. 2006, 55, 1959–1964. [Google Scholar] [CrossRef]
  18. Kainmueller, D.; Lamecker, H.; Seim, H.; Zinser, M.; Zachow, S. Automatic extraction of mandibular nerve and bone from cone-beam CT data. In Proceedings of the 12th International Conference on Medical Image Computing and Computer-Assisted Intervention, London, UK, 20–24 September 2009; Springer: London, UK, 2009; Volume 12, pp. 76–83. [Google Scholar]
  19. Canny, J. A computational approach to edge detection. IEEE Trans. Pattern Anal. Mach. Intell. 1986, 8, 679–698. [Google Scholar] [CrossRef] [PubMed]
  20. Gonzalez, R.C.; Woods, R.E. Digital image processing. In Image Segmentation, 3rd ed.; Horton, M.J., Ed.; Pearson Prentice Hall: Upper Saddle River, NJ, USA, 2008; pp. 719–725. [Google Scholar]
  21. Otsu, N. A Threshold Selection Method from Gray-Level Histograms. IEEE Trans. Syst. Man Cybern. 1979, 9, 62–66. [Google Scholar] [CrossRef] [Green Version]
  22. Mari, J.L.; Real, P. Simplicialization of digital volumes in 26-adjacency: Application to topological analysis. Pattern Recognit. Image Anal. 2009, 19, 231–238. [Google Scholar] [CrossRef]
  23. Soille, P. Morphological Image Analysis: Principles and Applications. In Geodesie Transformations, 2nd ed.; Springer: Berlin/Heidelberg, Germany; New York, NY, USA, 1999; pp. 173–175. [Google Scholar]
  24. Caselles, V.; Kimmel, R.; Sapiro, G. Geodesic active contours. Int. J. Comput. Vis. 1997, 22, 61–79. [Google Scholar] [CrossRef]
Figure 1. Procedure of jaw segmentation algorithm.
Figure 1. Procedure of jaw segmentation algorithm.
Applsci 12 01556 g001
Figure 2. (a) An axial CBCT image, (b) the enlarged yellow square portion of (a), and (c) the enlarged red square portion of (a).
Figure 2. (a) An axial CBCT image, (b) the enlarged yellow square portion of (a), and (c) the enlarged red square portion of (a).
Applsci 12 01556 g002
Figure 3. (a) Canny edges in Figure 2 (a), (b) Result of Figure 2a by our edge detection.
Figure 3. (a) Canny edges in Figure 2 (a), (b) Result of Figure 2a by our edge detection.
Applsci 12 01556 g003
Figure 4. (a) An axial image, (b) the enlarged yellow square portion of (a), and (c) the enlarged red square portion of (a).
Figure 4. (a) An axial image, (b) the enlarged yellow square portion of (a), and (c) the enlarged red square portion of (a).
Applsci 12 01556 g004
Figure 5. (a) The sagittal projection of the volume that resulted from Step I, (b) the axial image corresponding to the blue line in (a), and (c) the axial image corresponding to the green line in (a).
Figure 5. (a) The sagittal projection of the volume that resulted from Step I, (b) the axial image corresponding to the blue line in (a), and (c) the axial image corresponding to the green line in (a).
Applsci 12 01556 g005
Figure 6. Flow chart of the mandible and maxilla separation when mouth is closed. (a) Merged of mandible and maxilla; (b) remove all voxels below the yellow line in (a); (c) region growing with the lnitial seeds of maxilla; (d) volume (a) minus volume (c).
Figure 6. Flow chart of the mandible and maxilla separation when mouth is closed. (a) Merged of mandible and maxilla; (b) remove all voxels below the yellow line in (a); (c) region growing with the lnitial seeds of maxilla; (d) volume (a) minus volume (c).
Applsci 12 01556 g006
Figure 7. Localization of the axial image separated the mandible and maxilla. (a) Merged of mandible and maxilla; (b) a part of the intersection; (c) initial seeds: all pixels of the first layer; (d) initial seeds: maxilla initial seeds; (e) volume (c) minus volume (d).
Figure 7. Localization of the axial image separated the mandible and maxilla. (a) Merged of mandible and maxilla; (b) a part of the intersection; (c) initial seeds: all pixels of the first layer; (d) initial seeds: maxilla initial seeds; (e) volume (c) minus volume (d).
Applsci 12 01556 g007
Figure 8. Steps of edge enhancement. (a) Axial edge image from step II; (b) weak edge; (c) enhanced edge.
Figure 8. Steps of edge enhancement. (a) Axial edge image from step II; (b) weak edge; (c) enhanced edge.
Applsci 12 01556 g008
Figure 9. An axial image of maxilla from Step III.
Figure 9. An axial image of maxilla from Step III.
Applsci 12 01556 g009
Figure 10. Mandibular model: (a) Segmented by the proposed algorithm, (b) ground Truth, and (c) superimposing of (a,b).
Figure 10. Mandibular model: (a) Segmented by the proposed algorithm, (b) ground Truth, and (c) superimposing of (a,b).
Applsci 12 01556 g010
Figure 11. Maxillary model: (a) Segmented by the proposed algorithm, (b) ground Truth, and (c) superimposing of (a,b).
Figure 11. Maxillary model: (a) Segmented by the proposed algorithm, (b) ground Truth, and (c) superimposing of (a,b).
Applsci 12 01556 g011
Figure 12. Jaw model that was segmented by the proposed algorithm when the mouth is closed.
Figure 12. Jaw model that was segmented by the proposed algorithm when the mouth is closed.
Applsci 12 01556 g012
Figure 13. Sections of the mandible and enlarged portions. (eh) are the enlarged red square portions of (ad).
Figure 13. Sections of the mandible and enlarged portions. (eh) are the enlarged red square portions of (ad).
Applsci 12 01556 g013
Table 1. The evaluation metrics of the mandible and maxilla that were segmented by the proposed algorithm (values indicate the mean ± standard deviation).
Table 1. The evaluation metrics of the mandible and maxilla that were segmented by the proposed algorithm (values indicate the mean ± standard deviation).
MandibleMaxilla
Precision0.9709 ± 0.00930.9249 ± 0.0124
Recall0.9710 ± 0.00810.9599 ± 0.0125
Dice Coefficient0.9709 ± 0.00260.9420 ± 0.0065
HD/mm5.2174 ± 1.34667.3647 ± 4.3813
RMSD/mm0.3887 ± 0.10110.6489 ± 0.1275
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zhang, S.; Jiang, B.; Shi, H. Jawbone Segmentation with Trabecular Bone Preservation from Cone Beam CT Images. Appl. Sci. 2022, 12, 1556. https://doi.org/10.3390/app12031556

AMA Style

Zhang S, Jiang B, Shi H. Jawbone Segmentation with Trabecular Bone Preservation from Cone Beam CT Images. Applied Sciences. 2022; 12(3):1556. https://doi.org/10.3390/app12031556

Chicago/Turabian Style

Zhang, Songze, Benxiang Jiang, and Hongjian Shi. 2022. "Jawbone Segmentation with Trabecular Bone Preservation from Cone Beam CT Images" Applied Sciences 12, no. 3: 1556. https://doi.org/10.3390/app12031556

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop