I. INTRODUCTION
Nowadays, the dental implants that are surgically embedded into the jaw and fuse with the bone over 3-6 months depending on the situation have become the preferred way to recreate teeth and the global dental implants market size growing at CAGR (Compound Annual Growth Rate) of 7.7% over the forecast period [1]. In addition, according to the American Academy for Implant Dentistry, in the U.S., over 15 million people per year undergo bridge and crown replacements for missing teeth. Hence, facilitating extensive demand for dental implants.
The success rate of dental implants has been reported in scientific literature as 98 percent [2] and jaw bone density is one of the factors in the early failure of dental implants [3]. Therefore, doctors should make a preoperative assessment of jaw bone density using the patient’s CT data before dental implant surgery in order to find out whether the patient has osteoporosis and osteopenia. Hence, in this paper, we presented a method based on image processing techniques in order to reduce human activity for the estimation of the local cancellous bone density of mandible and provide accurate information about where to drill and place an abutment screw of implants in the jaw bone for doctors using patient’s CT data.
In the study, the lower jaw was used that manually extracted from the computer tomography data, because of placing implants into the upper jaw is riskier than the lower jaw. Also, local bone density means that calculate for a tooth that selected from CT data by the doctor who is going to perform the procedure.
The experiment was performed on a computed tomography data of the jaw bone of two different individuals. We assumed that the result of the estimation of jaw bone density depends on the angle of drilling and average HU (Hounsfield’s Unit) values were used to evaluate the quality of local cancellous bone density of mandible.
As a result of this study, we have been developed a toolbox that can be used to estimate jaw bone density automatically and found a positive correlation between the angle of the drill and time complexity but a negative correlation between the diameter of the drill and time complexity. Also, the toolbox can be used for planning surgical procedures of dental implants.
In what follows, related works are discussed in Section 2 and Section 3 presents the proposed method and its improvement. Section 4 shows the experimental results of the study. Section 5 serves as the conclusion and future work of the paper.
II. RELATED WORKS
Computed tomography (CT) is usually available in emergency units, and CT scans of proximal humerus fractures are frequently performed in order to precisely classify the fracture and to plan medical procedures. There are some research work about Hounsfield Unit (HU) based standardized method for the preoperative assessment of the cancellous bone mineral density (BMD) of the humeral head using CT data [4].
Assessing local bone quality on CT scans with Hounsfield unit (HU) quantification is being used with increasing frequency. Correlations between HU and bone mineral density have been established, and normative data have been defined. Recent investigations have explored the utility of HU values in assessing fracture risk, implant stability. The information provided by a simple HU measurement can alert the treating physician to decreased bone quality, which can be useful in both medically and surgically managing these patients [5].
Researchers studied that the density of bone has been related to the metastatic disease [6]. To estimate lower law density, we need to notice this relationship. However, little work has been done to evaluate the effect between tumors and bone density. Moreover, automatic parsing and segmentation of multiple organs and semantic navigation inside the body can help the clinician in efficiently obtaining an accurate diagnosis [7]. In this work, used the manually segmented low jaw bone. Further work will be consider about automatic segmentation based on whole body CT data.
Although our estimation uses only CT data, MRI data will be possible to use after converting MRI intensity to Hounsfield unit (HU) values. A method is needed to convert MRI data into CT like data. Some researchers investigated whether there is a relationship between MRI intensity and Hounsfield unit (HU) values [8].
Volume rendering is a flexible, accurate 3D imaging technique that can help the medical doctor more effectively interpret the large volumes of data generated by modern CT scanners [9, 10]. In this work, we used 3D slicer and interactive DICOM 3D viewer tools.
III. MATERIAL AND PROPOSED METHOD (DMDCT1)
"CT mandible with few teeth" [11] image set that has some teeth in its lower jaw was used for the study.
-
❖ Size: this data is derived from 300 images that are parallel to the vertical axis of the Cartesian coordinate system called “z” and an image is 400x400 pixels.
-
❖ Format: NRRD (Nearly Raw Raster Data)
Since open source CT data of mandible not found in the DICOM format, the NRRD format was converted to DICOM format using 3D slicer that mentioned above, and the lower jaw was extracted manually.
The proposed method (called “DMDCT1”) is described in Figure 2 as a block schema, and this section describes the main processes of DMDCT1 method more detailed.
-
❖ First, a start point of drilling and the diameter of the drill will be chosen by the doctor.
-
❖ Calculate the end slice of the drilling. In order to know the distance between slices that used to choose the slice that able to drill, to read header information of the DICOM formatted CT data and it is usually expressed in mm.
-
❖ We will get points from the end slice of the drilling if their angle with a vertical axis is less than 10° (15°, 20°, 25°).
-
❖ Assume that each of the selected points above is the center point of the top side and a point that doctor has chosen is center of the bottom side. Then, we will create cylinder its radius is equal to the radius of the drill.
-
❖ In each of the cylinders above, the morphological opening operation will be used to separate cortical bone (higher density than cancellous bone) and cancellous bone (also called trabecular bone).
-
❖ Lastly, we will select a cylinder that a number of points that have a value greater than 0 are maximum and an average of their value is greater than 400.
We have implemented the algorithm with 2 phases. In the first phase, assumed that drill is like line, without considering the diameter of the drill. Then in the second phase, considered the diameter and length of the drill and represented the drill as a cylinder.
The following are pseudo codes of the function that play a major role in the implementation and toolbox pictures.
Reason for improvement: In the first phase, implementation of DMDCT1 was made without considering the diameter of the drill and it was too abstract. On the other hand, we had to make calculations involving the diameter of the drill and in order to make this, it was necessary to calculate in cylinders.
Problem: Experimental results were wrong because the value of the Hounsfield unit was high in cortical bone.
Solution: To extract cortical and cancellous bone and calculate for the cancellous bone only. To do this, the morphological closing operation will be performed on all CT slices that to be used for calculation.
Note: In the above images, the cylinders and lines are shown more than bones in order to experimental results visible.
This section will briefly consider the toolbox (Figure 9) and its appearance. In order to develop GUI-based toolbox, “Medical Image Reader and Viewer” tool developed by Josh Schaefferkoetter was used. This tool can read, view write, and save medical imaging data in DICOM format [12]. We had got permission from the developer of the tool to change the tool and use some parts that are needed to develop our own GUI-based toolbox for study.
The 3D volume viewer tool has been developed to demonstrate the experimental results of the study to the doctor in an understandable way. Lower jaw 3D volume model figures that have seen before were the result of this tool.
IV. EXPERIMENTAL RESULTS
In order to evaluate experimental results, the following criteria were compared when the angle of a drill is less than or equal to 10°, 15°, 20°, 25° and the radius of a drill is 2 mm, 2.5 mm, 3 mm, 3.5 mm, 4 mm:
-
❖ Number of all checked cylinders
-
❖ Whether found cylinder that drilling is available
-
❖ Average Hounsfield value
-
❖ Time complexity (time to check all cylinders - sec)
V. CONCLUSION
As mentioned above, the proposed method (DMCT1) was implemented in two stages. As a result of these stages, the toolbox that developed after the first stage was approximately 9 times faster than the toolbox that developed after the second stage. However, considered drill as a line was too abstract and far from reality.
After the toolbox has been developed, the angle and diameter of the drill will be chosen differently and results have been evaluated by the four criteria that mentioned the experimental results section. The experimental results of the study show that when each time the angle between the drill and vertical axis of the Cartesian coordinate changed from 10° to 25° by 5° interval, an average time of the calculation increased by 23 seconds, but cylinder that drilling is available was found, regardless of the angle of the drill. There was a positive correlation between the angle of the drill and time complexity but a negative correlation between the diameter of the drill and time complexity. Increasing the number of cylinders to be inspected led to high time complexity. Also, more than half of the time required to calculate was used for extracting cortical and cancellous bone using morphological image processing operations.