Abstract
Objectives:
A method was proposed to segment the tooth pulp cavity region in cone beam CT) images, which aimed to make the extraction process more efficient and generate more reliable results for further research.
Methods:
Cone beam CT images of 50 teeth from 10 patients were randomly collected with the help of Peking University Hospital of Stomatology. All slice images have a ground truth tooth pulp cavity region delineated by two doctors manually. After necessary gamma transform in pre-processing stage, three kinds of information in an image such as greyscale, neighbour average greyscale and gradient were fused to search an optimal segmentation threshold by using plane intercept histogram of reciprocal cross entropy algorithm. With the optimal threshold, binarization was conducted and the tooth pulp cavity regions in slice images can be extracted. Qualitative and quantitative analyses compared to ground truth are involved with the evaluation criterion of average non-coincidence rate (). Independent repeated experiments were carried out to test the stability of this segmentation method.
Results:
Accurate and complete segmentation results are obtained. The proposed method reaches the lowest values in most cases and owns more competitive robustness under various interferences compared with the other popular segmentation methods like reciprocal cross entropy method, active contour-based method, region growing method and level set method. Quantitative analysis verified the effectiveness of this method.
Conclusions:
The proposed method can extract tooth pulp cavity regions from teeth efficiently. The segmentation results of this method are more accurate compared to other popular methods under different circumstances and can be used for subsequent applications.
Keywords: medical image processing, tooth pulp cavity region segmentation, reciprocal cross entropy
Introduction
After the formation of dentine, the volume of human tooth pulp cavity gradually shrinks as the age increases.1 The significance of obtaining complete morphological volume parameters for applications such as age identification in clinical medicine and forensics is great. However, the pulp cavity is surrounded by dentine and in the root region, the pulp cavity is slender and narrow, which poses a major challenge for measuring its volume using the traditional methods.2 Likewise, the measurement of the pulp cavity volume in living bodies is limited. Therefore, obtaining the pulp cavity volume through tooth imaging combined with medical image processing approaches is a research hotspot.
Cone beam CT (CBCT) has shown much progress in three-dimensional (3D) imaging used for dental applications.3,4 It breaks through the limitation of volumetric CT that can only obtain two-dimensional (2D) images. By using 2D surface detectors to collect the complete morphology of teeth and other organizational tissues, CBCT provides a new way for 3D imaging of tissue structures. It also lays the foundation of the 3D reconstruction and the volume measurement of tooth pulp cavity with its high spatial resolution and outstanding imaging quality. Thus, it is possible to measure the volume of pulp cavity by simply calculating the area of pulp cavity region in each slice and then integrate areas with image thickness to get the volume result by various methods.5,6 During this process, segmenting complete pulp regions is critical to the final results.
Medical image segmentation has shown great performance under the assistant of a variety of image segmentation methods. For instance, Wang et al proposed a fast and automatic algorithm based on Otsu’s threshold segmentation theory to extract cerebral vessels from brain magnetic resonance angiography.7 Nakib et al combined exponential entropy with 2D histogram to do brain MRI segmentation in a fast mode, and the spatial information also remained.8,9 These threshold kind segmentation methods are easy to implement with good performance achieved, but still facing with the limitation of spatial information and complex structures. For this reason, some region-based and cluster-based methods are posed. Li et al applied active contour model to segment spine CT image by introducing energy function.10 Nagaraju et al introduced region growing method with an affinity-based model to reduce computational complexity, which reached promising performance on skull CT images.11 Some other effective methods like fuzzy C-means and level set-based methods are also lead into the domain of medical image segmentation.12,13 Even though manual interaction is possibly required, these methods can also obtain well-performed segmentation results aiming at different kinds of medical images. Image segmentation for oral cavity has also shown much interest in recent studies.14–16 With the low resolution of a single tooth image slice, it requires quite a little bit of work to extract the pulp regions with a smaller proportion to the teeth. Due to the significant difference in grey levels between the tooth pulp cavity and the dentine tissues in the image, threshold-based segmentation methods seems more efficient. Among the popular threshold segmentation methods, the entropy-based threshold segmentation method is widely used in medical image processing due to its high segmentation accuracy.8,9,17 Kapur et al proposed an one-dimensional maximum entropy method based on the global histogram which attracts much attention.18 Subsequently, to fix the fault of computationally complex and zero-valued defects in the log entropy computation, Pal et al proposed an improved method that used exponential functions instead of logarithmic to represent entropy increasing.19 The interference problem of non-additive information in the image was not efficiently solved until Albuquerque replaced the Shannon entropy with non-generalized Tsallis entropy.20 Later, Pal et al proposed a minimum cross entropy based on Gaussian distribution to achieve threshold segmentation of dual-model and multimodel images.21 Wu et al proposed a line intercept histogram of reciprocal cross entropy method,22 which turned out to be a good approach to do threshold segmentation in multiple types of medical images. Additionally, the computational complexity is remarkably reduced when compared with other 2D cross entropy methods.
CBCT is widely used for investigation of diseases. But due to low radiation, images affected by noise and low contrast are not always fine for directly image processing business. Almost every research that deals with CBCT images has the same procedure that is to use image processing technology to eliminate such effects mentioned above, like image enhancement, image denoising, image filtering etc. Although these steps indeed improve image qualities, while interferences and some losses of details that human cannot directly observe are also emerged to affect the final results. This situation frequently shows when the image resolution becomes smaller. Thus, reduce such effects as much as possible is very important.
This study focuses on pulp cavity region segmentation in a single tooth. The tooth images are selected from a whole CBCT image so that the resolutions are rarely low. What’s more, the exposure time of CBCT can directly affect the brightness and contrast of images. According to these attributes, threshold segmentation seems more plausible to handle this situation. In order to fully exploit the edge information of pulp cavity regions, this paper proposes a pulp cavity region segmentation method for CBCT images based on plane intercept histogram of reciprocal cross entropy.
Methods and materials
Data acquisition
CBCT images were obtained using NewTom VG (Quantitative Radiology, Verona, Italy), and the exposure parameters were 110kVp, 5.14–89.37 mAs. Based on clinical need, the field of view of images contains 6 × 6 cm, 8 × 8 cm, 12 × 8 cm, 15 × 12 cm, 15 × 15 cm. Acquired images were subsequently reconstructed with a voxel-size of 0.15 mm and formatted in the digital imaging and communications in medicine standard as a series of 16-bit grey scale. In this experiment, 50 teeth composed of incisors, canines, premolars and molars were randomly picked out from 10 patients. The data sets mentioned in this paper were agreed by patients. All test images are transformed into Bitmap (BMP) format and have the corresponding ground truth that the tooth pulp cavity regions were delineated manually by two doctors, which will be utilized as evaluation criteria at the end of segmentation by the proposed method. To test the reproducibility of the delineation procedure, 146 slices of images from five teeth were first delineated by doctor A and doctor B simultaneously. The same data was re-delineated by Doctor A 3 months later. The area of the delineated tooth pulp cavity in each slice was computed and compared to test the inter- and intraobserver reproducibility. The intraclass correlation coefficient is 0.985 for interobserver test and 0.980 for intraobserver test, which shows a good reproducibility.
The flowchart in Figure 1 gives an overview of this segmentation method. When single tooth region is selected from the whole image, the first task is to enhance image contrast by using gamma transform,23 followed by computing neighbour average image and gradient image separately. These two images combined with the grey image are pixelwise added to form a mixed map. Based on this map, a histogram can be inferred to find an optimal threshold. After the optimal threshold is discovered, the mixed map is converted to a binary image by comparing each pixel value in the map with the threshold. Eventually, all the undesired tissues with connectivity along the boundary of image are cleaned up and only the pulp cavity region is left. The doctor's manual segmentation results are used as evaluation criteria for the proposed method. To show the effectiveness of the proposed method, some popular methods like reciprocal cross entropy method (RCE), active contour based method (AC), region growing method (RG) and level set method (LS) are introduced to conduct comparative experiments.
Figure 1.
The flowchart of the whole segmentation scheme. The method executes in order from up to bottom. Firstly, select a single tooth from the whole CBCT image, and then, gamma transform is applied to enhance image contrast, followed by calculating neighbour average image and gradient image separately. After that, three kinds of images are added together to a mixed map, based on which an optimal threshold can be inferred. With the threshold, a binary map is generated by threshold segmentation. Finally, wiping out redundant borders and a clear pulp cavity region image appears. CBCT, cone beam CT.
Plane intercept structure
To overcome the deficiency of simply using greyscale information for segmentation, the concept of 2D graph incorporating neighbour average greyscale information is proposed. In the 2D framework, different axis represents different threshold selection basis. When a point in the plane coordinate both satisfies the threshold of transverse and longitudinal axes, it is regarded as the target (or the background) point. This threshold selection method is also known as the regional division method.24 As shown in Figure 2(a), the traditional region division method considers that an image is divided into four regions representing the target, the background, the edges and the noise. In general, the noise and edge information are ignored. Therefore, an image requires two threshold , to determine the target region and the background region denoted as O and B respectively. After that, the 2D graph oblique division theory is put forward.22 As shown in Figure 2(b), this theory deems that a straight line k with slope one perpendicular to the diagonal line can divide the image into target and background regions, where the noise and edge information in an image are also contained within. Noting that only one threshold is used in the greyscale axis and neighbour average greyscale axis , which can be determined by the intercept histogram.
Figure 2.
Two kinds of regional division methods. (a) Is the traditional division method using two thresholds S and T to divide the coordinate into an object and background parts, denoted by O and B, shadows in (a) are the negligible noise and edges. (b) Is the oblique division method, a straight line k with slope one perpendicular to the diagonal line divides the coordinate into two part as in (a), only one threshold T is required.
The edge information of the pulp cavity region is a critical factor for image segmentation. In order to fully exploit the role of edge information plays in the determination of image segmentation threshold, this paper involves gradient information of the image and fuses edge and greyscale information as the basis for threshold selection. To show the changes of edge pixel values after adding gradient information, pixel values covered by red line are selected in Figure 3(a) to plot a curve. The result of adding neighbour average greyscale and gradient compensation is shown in Figure 3(b). It can be found that the addition of gradient compensation can reduce the smoothness caused by adding neighbur average greyscale information and better restore the original greyscale trend of the image. Figure 3(c) shows the contrast of grey levels when gradient compensation is positive and negative. It is obvious that the grey level is closer to the original greyscale change of the image when the gradient compensation is negative. Thus, putting greyscale information, neighbour average greyscale information and gradient compensation together to form a 3D space, as shown in Figure 4. This space is a combination of the 2D plane of Figure 2(b) and a third axis representing gradient compensation. The entire space is divided into an object zone O and a background zone B by a plane α, in which grey value and the neighbour average grey value of point is known as and respectively, also the gradient compensation is denoted as. T is the segmentation threshold in the 2D plane determined by greyscale and neighbour average greyscale , and GT is the gradient compensation when the threshold is T (GT <T). For each threshold T, GT is a fixed value corresponding to it. Thus, the optimal segmentation plane α is only determined by T. finding an optimal plane α is equal to find the best threshold T, and the value T is determined by the straight line k in the 2D plane, namely . Every line k crosses through the dotted line v, so the number of such lines is 2 L-1, which means the threshold range is .
Figure 3.
(a) Is the original image, take data covered by the red line in (a) to plot curves. (b, c) Are comparisons of different combinations of greyscale, neighbour average greyscale and gradient, represented by g, f and G respectively.
Figure 4.
The space composed of grescale (g), neighbour average greyscale (f) and gradient (G). A plane α in shadow divides the space into zone O (object) and B (background). Line k and threshold T are described in Figure 2(b). is the corresponding gradient compensation of threshold T, so the plane α is only determined by T and.
Gradient calculation
In order to further improve the contrast of images, this paper uses Gamma transform for pre-processing purpose. The gamma transform of an image is defined as
Where is the pixel value at the point , γ is the parameter that should be designed. In this study, the value of γ is settled to 2. is the pixel value after gamma transform.
Calculate the gradient values of every point in both horizontal and vertical directions. Given a point in an image of high N and width M, where and , the gradient values of horizontal and vertical directions can be calculated by equation (2), denoted as and respectively. The final gradient of point is a combination of gradient values in both directions, which can be derived by equation (3)
Where is the gradient compensation in 3D space.
Threshold calculation and image segmentation
Due to the same threshold, T was used in both greyscale and neighbour average greyscale axes and gradient compensation is only determined by threshold T. A mixed map can be generated by adding a grey image, neighbour average image and gradient image together, denoted by
Note that the gradient image is as discussed in Figure 3c. With the mixed map, the best threshold can be found by calculating the corresponding histogram.
In the histogram, partition the mixed map with threshold T into part and , which means pixel value lower than T belongs to , and the larger one belongs to . These two parts represent the object region and background region respectively, as described in Equations (5) and (6)
Then, calculate the reciprocal cross entropy of object and background by equation (7), the derivation details can be inferred in the reference paper.22
Where
is the frequency of value k. is the entropy between and , the aim is to find the best threshold T to make the entropy large enough. And the difference between object and background becomes the largest when the value of entropy reaches the highest. Thus, the best threshold can be obtained by maximizing the entropy function
Since the optimal threshold is discovered, the mixed map can be converted to a binary image based on the comparison of each pixel value with the threshold, as described in equation (11),
A binary image has the same size as the mixed map when the threshold segmentation is applied, the object region (pulp cavity region and other tissues) is bright and the background (dentine) is dark. Due to the tissues outside dentine are all bright and own an attribute of connectivity, they can be wiped out by the ergodic method. As shown in Figure 5(a), if a point is a foreground (number 1), and there exists at least one point around it (numbers 2–9) that also belongs to the foreground, these points make up a single connected domain. In Figure 5(b), the first point starts from the boundary of the image (number 1), through ergodic method all the points in the connected domain can be found and be wiped out by setting it value to the background, the clear result is shown in Figure 5(c). An example of clearing border is shown in Figure 5(d-e). As that is not the focus of this study, the function of imclearborder in Matlab Toolbox is used for convenience.
Figure 5.
(a) Is the example of a connected domain, (b) is the concept of how connected domains in image border are cleared, search points of the connected domain in ergodic mode and set them as background. (c) Is the result after border cleared. (d, e) are the results before and after function imclearborder.
Results
This section will give a rigorous analysis of segmentation results by the proposed method in quantitative and qualitative manners, which starts with an analysis of the integrity of segmentation results. And then, the performance of segmentation will be quantitatively discussed under the criteria of with respect to doctor’s ground truth. All experiments are conducted in the Intel(R) Core(TM) i7 CPU 3.40 GHz, Memory 16 GB, Matlab R2016a.
Qualitative evaluation
Since the pulp cavity region has a similar grey level to the background region, the pulp cavity region can be indirectly obtained by segmenting the dentine and the background. According to the difference of the way of segmentation, the segmentation procedure and results vary from accuracy and efficiency. Two instances of comparison by methods of RCE method, AC-based method, RG method and LS method are given as follows.
Figure 6(a) is the original image. Figure 6(b) is the result of AC. The active contour method requires a designed area to indicate the region of convergence. As the greyscale around the pulp region shares the similarity, it is hard to classify each pixel to a certain class completely. Thus, the segmentation result seems excessive compared with the original. So, as the result of LS in Figure 6(c), but it looks worse, more points around the pulp region are mis-segmented. Figure 6(d) is the result of RG, this method needs a seed point inside the pulp region, and expand this region with iterations. Thus, an optimal seed point is critical to the final result. Besides, this method is sensitive to the connected domain, if the greyscale of a point that lies on the process of expansion does not fit the expansion growing rule, the procedure stops and causes segmentation incomplete. As emphasized in the red box, the connected area is lost. Figure 6(e-f) are results by RCE and the proposed method. As shown in the red boxes, it’s clear to see that the segmented areas by RCE are incomplete, especially on the connection part of both sides of pulp regions, where a leakage segmentation phenomenon appears. Compared with the other methods, since the gradient information of the image is fused, the proposed method has a strong sensitivity with edges of regions so that the segmentation of the pulp cavity region stays good integrity with more details left. What’s more, both sides of pulp regions present a plump shape while no redundant dentine tissues are confessed to pulp regions.
Figure 6.
(a) Is the original image. (b~f) Are images segmented by AC, LS, RG, RCE and the proposed method. AC, active contour; LS, level set; RCE, reciprocal cross entropy; RG, region growing.
The red box marked region in Figure 7 is the tiny pulp chamber buried in the tooth. Seen from the original image in Figure 7(a), the pulp cavity region is small and the colour is light, but it also can be seen that the pulp region is not well-distributed. Like the results in Figure 6, both AC and LS in Figure 7(b-c) are oversegmented due to they are not good at dealing with the slightly shift inside the pulp cavity region, and make the shallower part mis-segmented. Pulp cavity region segmented by RG in Figure 7(d) is a little small and misses another part. Even though the results in Figure 7(e-f) by RCE and the proposed method are both properly segmented, the pulp cavity region by the proposed method is much closer to the original. Focusing the boxes marked with blue in Figure 7(b-c, e-f), the boundary of the pulp cavity region segmented by the proposed method is more sleek and clear, which proves that fusing gradient information can efficiently correct the fuzzy boundaries caused by neighbour averaging. The proposed method can reduce the occurrence of burrs after segmentation and preserves the pulp cavity region boundary information of the original image as much as possible.
Figure 7.
(a) Is the original image. (b~f) Are images segmented by AC, LS, RG, RCE and the proposed method. AC, active contour; LS, level set; RCE, reciprocal cross entropy; RG, region growing.
Quantitative evaluation
In order to further assess the segmentation accuracy of the proposed method, a quantitative evaluation was carried out with the criteria of , which is known as the rate of the average non-coincidence area. This rate is proposed to evaluate how much the pulp area generated by the proposed method keep coincident with the doctors’ ground truth; this criterion is defined as
Where N is the number of image slices, the areas of pulp region segmented by proposed method and doctors are denoted as and respectively, and means the slice serial number. From the equation, we can know that the better accuracy algorithms can achieve when the values are lower. All images of fifty teeth were involved in doing the evaluation experiment, and the results are shown in Figures 8 and 9, which are classified by different doctors.
Figure 8.
Comparison of of fifty teeth from ten patients under the ground truth of Doctor A
Figure 9.
Comparison of of 50 teeth from 10 patients under the ground truth of Doctor B.
In the above two figures, the transverse and longitudinal axes represent each tooth index and its corresponding value. The red curves in two figures both show that the proposed method has a good adaptation to the range of contrast and brightness of images. Specifically, these fluctuations are usually caused by the different exposure time of CBCT. In order to better illustrate the generality of the algorithm, the variance of values across 50 teeth is introduced to measure the adaptation of the method under various interference factors. The comparison details are listed in Table 1. Seen from the table, the proposed method reaches the lowest variance under the standards of two doctors. There remain distinct gaps between the proposed method and the other popular methods, indicating that the proposed method shows more strictly robustness to the different kinds of cases. On the contrary, the other methods are sensitive to these disturbance factors, because only greyscale is taken into consideration. What’s more, the proposed method reaches the lowest values in most tooth samples, and that is identical beyond different doctors. The proposed method combines image gradient to enhance the edge information reduced by the neighbour averaging, making the areas of pulp cavity similar to doctors’ ground truth as much as possible. The lowest values also prove that only a tiny portion of pulp region is lost, and these results can take the place of doctors’ manually results to a certain extent.
Table 1.
Variances of values across 50 teeth under different methods and doctors
| Doctors | Proposed | RCE | AC | RG | LS |
| A | 0.0043 | 0.0378 | 0.0384 | 0.1271 | 0.0362 |
| B | 0.0038 | 0.0407 | 0.0388 | 0.1366 | 0.0287 |
AC, active contour; LS, level set; RCE, reciprocal cross entropy; RG, region growing;
Discussion
This study focuses on threshold selection in image segmentation, also illustrates how the aggregation of gradient information illuminates the segmentation results. The key point of restoring the details of the original image is that the addition of gradient is in the form of negative compensation, which has been discussed before. Mostly, gradients in an image are always neglected.25–27 Not than that, a number of methods deal with images with noise reduction and filtering, which contributes to the losses of edges and details, causing the objects to appear in unsaturated shapes.
A variety of methods are proposed to fit the certain problems. In another word, according to the attribute of images, it is necessary to find a suitable method for processing. Due to the low resolution of a single tooth, the methods like AC, RG and LS that have spatial consideration seems to have less advantage, because the pulp region is too small so that the generated connected domain cannot be robust, which means that one or two noise points could affect the searching process. Among the three methods, AC generates more reliable results than the other two methods because of the constraint of the energy equation, albeit accurate, it requires an iterative operation to calculate the results. So, as the RG and LS methods, segmentation performance is dependent upon the number of iterations. Thus, the three methods are not efficient when dealing with images of high resolution.
Depending on the resolution and scale of tooth images, threshold segmentation is more reliable to realize accurate and efficient segmentation. The segmentation process is automatic when parameters are determined, all slices share the same parameter and no more reduplicated setting are needed. Compared to the methods of AC, RG and LS, all three methods require to manually specify a rectangle or a seed point related to the pulp region on every slice, which is time consumption. Besides, the manual action on an identical slice at each time may conduct different results. Thus, when processing with repeated segmentation, threshold segmentation is superior to others.
The pre-condition that ensures the proposed method works is that both pulp cavity region and background share the same grey level, explaining it with another point of view is that segmentation is done based on dividing the dentine region from pulp region and background. If there exists an obvious difference between the grey level of the pulp cavity and background or the area of the pulp cavity region is too small, the proposed method is not feasible. Although gamma transform has improved the contrast between them, there still remain some flaws, which are common in canines and incisors, but this phenomenon is not universal.
With the small resolution of the test images, the runtime of the proposed method is short to almost negligible. When handling segmentation of lots of slices, this method can be more efficient if the parameters are properly determined, and the results can be comparative. While, it seems plausible if human intervention was required to settle failure cases, and that would be discussed in the further studies.
Conclusion
This paper proposed an image segmentation method used for tooth pulp cavity region extraction. After qualitative and quantitative evaluations, this proposed method can segment pulp cavity regions precisely and completely. Under the criteria of doctors’ ground truth, the results segmented by this method can be used for further research and meet the clinical needs; e.g. 3D reconstruction, volume measurement and age estimation.
Footnotes
Acknowledgment: The study was supported by Beijing Municipal Science & Technology Commission (No.151100004015040) and National Natural Science Foundation of China (No.81671034). This study was also supported in part by the National Natural Science Foundation of China (No.61571036, No.61502025).
REFERENCES
- 1. Pinchi V, Pradella F, Buti J, Baldinotti C, Focardi M, Norelli GA. A new age estimation procedure based on the 3D CBCT study of the pulp cavity and hard tissues of the teeth for forensic purposes: A pilot study. J Forensic Leg Med 2015; 36: 150–7. doi: 10.1016/j.jflm.2015.09.015 [DOI] [PubMed] [Google Scholar]
- 2. Fanibunda KB. A method of measuring the volume of human dental pulp cavities. Int Endod J 1986; 19: 194–7. doi: 10.1111/j.1365-2591.1986.tb00476.x [DOI] [PubMed] [Google Scholar]
- 3. Pavaloiu IB,, Vasilateanu A,, Goga N. 2015.. Knowledge Based Segmentation for Fast 3D Dental Reconstruction from CBCT. International Conference on Control Systems and Computer Science; 397–401. [Google Scholar]
- 4. Thakur A,, Malik M,, Phutela N. 2017.. CBCT image noise reduction and enhancement using Bi-Histogram method with bent activation function. International Conference on Information Technology; 242–246. [Google Scholar]
- 5. Chiorean L-D, Szasz T, Vaida M-F. 3D reconstruction and volume computing in medical imaging. Acta Technica Napocensis Electronics and Telecommunications 2011; 52: 18–24. [Google Scholar]
- 6. Reitinger B, Bernhard B. Efficient volume measurement using voxelization. In Proc. of the Spring Conference on Computer Graphics; 2003; 57–64. [Google Scholar]
- 7. Wang R, Li C, Wang J, Wei X, Li Y, Zhu Y, et al. Threshold segmentation algorithm for automatic extraction of cerebral vessels from brain magnetic resonance angiography images. J Neurosci Methods 2015; 241: 30–6. doi: 10.1016/j.jneumeth.2014.12.003 [DOI] [PubMed] [Google Scholar]
- 8. Nakib A, Roman S, Oulhadj H. Fast brain MRI segmentation based on two-dimensional survival exponential entropy and particle swarm optimization. 2007 29th Annual International Conference of the IEEE Engineering in Medicine and Biology Society 2007; 5563–6. [DOI] [PubMed] [Google Scholar]
- 9.Nakib A,, Cooren Y,, Oulhadj H. Magnetic Resonance Image Segmentation Based on Two-Dimensional Exponential Entropy and a Parameter Free PSO.. International Conference on Artificial Evolution. Springer-Verlag;; 2007.. pp. 50-–61. [Google Scholar]
- 10. Li H,, Chen X. 2007.. A algorithm of medical image segmentation based on active contour model. ICME International Conference on Complex Medical Engineering; 774–777. [Google Scholar]
- 11. Nagaraju S,, Kashyap M,, Kumar S,, Bhattacharya M. 2016.. Affinity based seeded region growing algorithm for medical image segmentation. 2015 International Conference on Computing and Network Communications; 725–730. [Google Scholar]
- 12. Hoseini F,, Shahbahrami A. 2017.. An efficient implementation of Fuzzy C-Means and watershed algorithms for MRI segmentation. International Symposium on Telecommunications; 178–184. [Google Scholar]
- 13.Shan X,, B N. Li. A new level set model for unified medical image segmentation.. Tencon IEEE Region 10 Conference;; 2016.. pp. 1-–4. [Google Scholar]
- 14. Păvăloiu IB,, Vasilăţeanu A,, Goga N. 2015.. 3D dental reconstruction from CBCT data. International Symposium on Fundamentals of Electrical Engineering; 1–6. [Google Scholar]
- 15. Heo H. Segmentation of tooth in CT images for the 3D reconstruction of teeth. Spie Proceedings 2004; 5298: 157–60. doi: 10.1117/12.526111 [DOI] [Google Scholar]
- 16. Gao H, Chae O. Tooth anatomy and knowledge based segmentation from CT images. Journal of Computational Information Systems 2014; 10: 10543–52. doi: 10.12733/jcis12529 [DOI] [Google Scholar]
- 17. Shi W, Miao Y, Chen Z. Research of automatic medical image segmentation algorithm based on Tsallis entropy and improved PCNN. International Conference on Mechatronics and Automation 2009; 1004–1008. [Google Scholar]
- 18. Kapur JN, Sahoo PK, Wong AKC. A new method for gray-level picture thresholding using the entropy of the histogram. Comput Vis Graph Image Process 1985; 29: 273–85. doi: 10.1016/0734-189X(85)90125-2 [DOI] [Google Scholar]
- 19. Pal NR, Pal SK. Object-background segmentation using new definitions of entropy. IEE Proceedings E Computers and Digital Techniques 1989; 136: 284–95. doi: 10.1049/ip-e.1989.0039 [DOI] [Google Scholar]
- 20. Portes de Albuquerque M, Esquef IA, Gesualdi Mello AR, Portes de Albuquerque M, Albuquerque MPD, Mello ARG. Image thresholding using Tsallis entropy. Pattern Recognit Lett 2004; 25: 1059–65. doi: 10.1016/j.patrec.2004.03.003 [DOI] [Google Scholar]
- 21. Al-Ajlan A, El-Zaart A. Image segmentation using minimum cross-entropy thresholding. IEEE International Conference on Systems, Man and Cybernetics 2009; 1776–1781. [Google Scholar]
- 22. Wu S, Wu Y, Zhou J. Method based on line intercept histogram reciprocal cross entropy for medical image. J Data Acq & Proc 2015; 30: 982–92. [Google Scholar]
- 23. Kaur K, Kanwal N. Bhullar J S. A Technique for Enhancement of Gray Image using Local Gamma Correction. Int J Comp Appl 2014; 105: 36–9. [Google Scholar]
- 24. Chen WT, Wen CH. Yang C W. A fast two-dimensional entropic thresholding algorithm. Proceedings of SPIE - The International Society for Optical Engineering 1993; 27: 885–93. [Google Scholar]
- 25. Mortaheb P, Rezaeian M, Soltanian-Zadeh H. Automatic dental CT image segmentation using mean shift algorithm. Machine Vision & Image Processing 2014; 121–126. [Google Scholar]
- 26. Sepehrian M, Deylami AM, Zoroofi RA. Individual teeth segmentation in CBCT and MSCT dental images using watershed. Biomedical Engineering 2014; 27–30. [Google Scholar]
- 27. Subramanyam RB, Prasad KP. Different Image Segmentation Techniques for Dental Image, Extraction. Int J Eng Res & Appl 2014; 4: 173–7. [Google Scholar]









