Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Interactive Tooth Separation from Dental Model Using Segmentation Field

  • Zhongyi Li ,

    Contributed equally to this work with: Zhongyi Li, Hao Wang

    Affiliation School of Hydropower and Information Engineering, Huazhong University of Science and Technology, Wuhan, Hubei Province, China

  • Hao Wang

    Contributed equally to this work with: Zhongyi Li, Hao Wang

    wanghao4110@hust.edu.cn

    Affiliation School of Hydropower and Information Engineering, Huazhong University of Science and Technology, Wuhan, Hubei Province, China

Abstract

Tooth segmentation on dental model is an essential step of computer-aided-design systems for orthodontic virtual treatment planning. However, fast and accurate identifying cutting boundary to separate teeth from dental model still remains a challenge, due to various geometrical shapes of teeth, complex tooth arrangements, different dental model qualities, and varying degrees of crowding problems. Most segmentation approaches presented before are not able to achieve a balance between fine segmentation results and simple operating procedures with less time consumption. In this article, we present a novel, effective and efficient framework that achieves tooth segmentation based on a segmentation field, which is solved by a linear system defined by a discrete Laplace-Beltrami operator with Dirichlet boundary conditions. A set of contour lines are sampled from the smooth scalar field, and candidate cutting boundaries can be detected from concave regions with large variations of field data. The sensitivity to concave seams of the segmentation field facilitates effective tooth partition, as well as avoids obtaining appropriate curvature threshold value, which is unreliable in some case. Our tooth segmentation algorithm is robust to dental models with low quality, as well as is effective to dental models with different levels of crowding problems. The experiments, including segmentation tests of varying dental models with different complexity, experiments on dental meshes with different modeling resolutions and surface noises and comparison between our method and the morphologic skeleton segmentation method are conducted, thus demonstrating the effectiveness of our method.

Introduction

In recent years, orthodontic computer-aided-design (CAD) systems are widely used by clinicians to prepare their orthodontics surgery. These CAD systems exploit hardware-supported computer graphics technology to effectively and efficiently plan diagnosis traditionally done manually. These systems provide information precise enough to be used in diagnosis and prognosis, thus free clinical dentists from repeated works and facilitate accurate treatment planning [14].

As well as in traditionally case, after acquiring digital dental model which is generated from scanning teeth of patient, dentist firstly need to accurately separate teeth from the digitized dental model in computer-aided orthodontics. After the process of teeth separation is finished, or the exact position of each tooth is determined, dentist is able to measure orthodontic features, to simulate orthodontic procedures and to work out an applicable treatment plan. Therefore, acquiring fine segmentation results of dental models is a critical step to achieving the following diagnostic work.

However, such segmentation work in dental models remains a difficult task. On the one hand, general purpose mesh segmentation approaches are not directly suited for segmenting dental meshes because of special geometrical shapes of teeth and of complex teeth arrangements on dental models.On the other hand, other segmentation approaches proposed to handle digital dental models have some shortcomings, such as tedious, time-consuming and not sufficiently accurate.

There has been extensive study of variation in general mesh segmentation. The negative minima rule proposed by Hoffman et al. [5, 6], states that objects are segmented by human perception at regions of concavity. Based on such common criterion, many existing mesh segmentation methods are proposed, including the K-mean clustering [7], graph cut-based fuzzy clustering [8], random walk algorithm [9, 10], the primitive-fitting-based [11] and spectral analysis methods [12]. These methods, directly seek a single segmentation solution without considering or reusing other potential segmentation solutions, usually do not suffice to generate high quality segmentation results for all kinds of models. In contrast, there are other alternative segmentation methods using more complex geometrical information, like shape diameter function [13], tubular analysis [14] and skeleton-based methods [15]. These methods, however, involve complex implementation procedures and expensive computation costs.

Recently, a smooth scalar or vector field—harmonic field, through computing harmonic functions [16] on mesh, have been introduced for mesh segmentation [1721]. Compare with other segmentation methods mentioned above, these harmonic field methods, including fully automatic methods and interactive methods, can directly extract concave regions, and the relevant segmentation processes are more efficient and scalable.

When dealing with dental models, the general purpose segmentation methods should be adjusted and specialized, according to complex geometrical shapes and characteristics of dental models. These dental mesh segmentation methods can be classified into two categories, curvature field based method and image based method.

To the curvature field based method, the feature regions that contain potential teeth boundaries are needed to extract by mean curvature thresholding [22, 23] or minimum rule [2427]. After feature regions are extracted, morphologic skeleton extraction technique [23, 24, 26] are applied to refine these coarse boundaries into strict single-vertex-width teeth boundaries. Other methods, like the flood-fill method [27], the fast marching watersheds method [25] and the snake-based method [22], also directly exploit the feature regions. However, the drawbacks of the curvature field based method are obvious. The curvature field is unreliable due to its sensitivity to noise which is inevitable to digital dental models. More importantly, the selection of threshold value is critical to final segmentation result. Inappropriate threshold value would leads to under-segmentation or over-segmentation, and automatically obtaining appropriate threshold value [28] is at the cost of inaccurate segmentation result with less iteration times, or of expensive computation time with more iteration times.

Given that tooth boundaries are clear in projected 2D images, many authors [2931] used a specifically designed mesh representation that maps 3D vertices onto 2D vertices and exploits 2D image segmentation techniques to segment dental models. Kondo et al. [30] proposed a highly automatic segmentation method by extracting interstice points on planar and panoramic range images. Grzegorzek et al. [31] applied multiple parallel-range map images to obtain 2D contours and to cut adjacent teeth by connecting significant non-convex points on them. The image based segmentation method, however, lacks three dimensional geometrical information, complex interstices or non-convex points are difficult to extract, which leads to inaccurate cutting between adjacent teeth.

In the article, we proposed a novel, effective and efficient teeth segmentation method based on segmentation field. The segmentation field is a scalar-valued field, which is solved by a linear system defined by a discrete Laplace-Beltrami operator with Dirichlet boundary conditions, which are imposed at a set of constraint points. A concavity-sensitive weighting scheme is applied to calculation of segmentation field, such scheme make the segmentation field exhibits significant greater variation at concave regions of dental mesh.

Through identifying maximum concavity variation, the final segmentation boundaries can be extracted from these contour lines that are sampled from segmentation field.

Overall, the aims and contributions of our dental segmentation method are included as follows:

  • Compare to other common Laplacian weighting schemes, the adjusted weighting scheme is introduced to partition teeth from dental models accurately and efficiently.
  • A strategy to assign the constraint points is proposed, according to different geometrical shapes of teeth.
  • An easy-to-use interactive tool is developed to segment dental models with minimal user interactions.

Materials and Methods

A series of strategies are applied by us to accomplish the purposes mentioned in previous section, the overview of our framework as illustrated in Fig 1. The scanned dental model is firstly preprocessed to identify and to group the feature points in dental mesh. These feature points, are assigned to segmentation field as boundary constraints, have the ability to indicate useful geometry information of dental model for tooth segmentation. Through user interaction, after this, a point on mesh is clicked to indicate which tooth the user want to separate from dental mesh, thus the target boundary constraints and the background boundary constraints are assigned according to the relevant location of the clicked point. Then, the segmentation field, whose scalar values are colored from red to blue, is computed based on the concavity-aware weighting scheme. Afterwards, a set of contour lines are sampled from the segmentation field, and the cutting boundaries between tooth-tooth and tooth-gingiva are detected from these contour lines in the concave regions. Finally, all the teeth are separated and colored from the input dental mesh based on the cutting boundaries.

thumbnail
Fig 1. The proposed pipeline for dental mesh segmentation.

https://doi.org/10.1371/journal.pone.0161159.g001

Definition of the segmentation field

The segmentation field is actually a harmonic field which has been exploited to mesh segmentation [1921, 32]. In our method, partitioning tooth from dental model relies on these desirable properties of segmentation field. The segmentation field is a smooth scalar field and is so sensitive to concave regions that tooth boundaries can easily extracted from the contour lines which lie on concave regions.

Let M = (V, E) be the given dental model, where V is the set of vertex indices, E is the set of edges and vi the location of vertex i in space. A segmentation field can be denoted by u, a solution to the Poisson equation Δu = 0, which is subjected to Dirichlet boundary conditions imposed by sites S, which can be denoted by S ∈ {1, 2, …, n}. Δ is the Laplace-Beltrami operator, which can be discretized and resulted in a symmetric Laplacian matrix. Such symmetric operator, which firstly presented by Pinkall and Polthier [33], leads to a symmetric and positive-definite linear system, allowing for fast Cholesky factorization. The site constraints are assigned in segmentation field computation, which can be described as (1) where si is the prescribed value of segmentation field at site i. To obtain constrained segmentation field, we minimize the membrane energy [34] (2) leading to the linear system (3) where L is the concavity-aware Laplacian matrix, P is the diagonal penalty matrix (4) (5) (6) (7) The penalty factor α is a large constant used to tweak the importance of constraint satisfaction (α = 108 in our experiments), D is a diagonal matrix of the row sums of W, W is the weight matrix which is defined by ωij, and the selection of weighting scheme and scalar weight assigned to ωij are discussed in the following subsection.

Selection of weighting scheme in segmentation field

Harmonic fields with different Laplacian weighting schemes have been introduced for different application purposes, such as construction of reduced deformation models [35], transformation propagation [36] and shape approximation [37]. However, for the harmonic field that is suited for dental mesh segmentation, there are two conditions should be satisfied as follows:

  • The segmentation field should be sufficiently smooth so that the smooth contour lines can be extracted from such field without post-processing, this means that the cutting boundaries to separate target teeth from dental model are clear and can be directly and easily identified.
  • Considering the segmentation purpose for dental models, the segmentation field is able to identify the shape variation and is sensitive to concavity regions of models where the candidate cutting boundaries lie on.

To fulfill the conditions mentioned above, the small prescribed values are assigned on the edges lying on concave regions, which leads to the scalar values of segmentation field change abruptly along concave regions, through setting the concavity-aware weighting scheme as (8) where |eij| denotes the length of edge eij, which is constituted by vertex i and j, Gi and Gj is the Gaussian curvature value of vertex i and j respectively. γ is a small constant (we choose γ = 0.0001 for all examples demonstrated in the manuscript) to prevent the divisor in Eq (8) to be zero. We make a large variation in field data in concave regions, which leads to a phenomenon that these concave regions can be distinguished from other areas on dental mesh, through setting small constant β (β = 0.01) when either vertex i or j lies on concave regions. Vertex i is treated as a concave vertex if one or more its adjacent vertexes hold the following inequality (9) where vadj and nadj is the position and normal of the vertex adjacent to the given vertex i, whose position and normal vector are denoted by vi and ni respectively, and θ = 0.001 is the empirical threshold value.

Besides to concavity-aware weighting scheme, the segmentation field is also related to selection of site constraints S, relevant contents are discussed in the following subsection.

Site constraints in segmentation field

As described in Eq (1), a prescribed value si of the segmentation field is assigned at site constraints i. At our case, the set of constraint sites are divided into two types, target set St and background set Sb, and Eq (1) can be extended as follow: (10) where 1 and 0 are the maximum and minimum constraint values assigned to. The paths connecting maximum constraints and minimum constraints should pass through the desirable cutting boundaries. To a incisor with relevant smooth geometrical shape, a single segmentation field with two boundary constraints is sufficiently to separate from model. However, if we need to partition a molar with complex geometrical shape, such segmentation field with only two boundary constraints cannot accurately observe the candidate cutting lines. Fig 2 shows the single segmentation field with two constraint sites, which are illustrated by the red sphere (target constraint) and blue sphere (background constraint) in Fig 2A. It is clear that the color variation in concave seam, where is located between tooth and gingiva, is small, as shown in Fig 2B, so that the final segmentation result is not accurate (as illustrated in Fig 2C). In contrast, the multiple segmentation field which is constituted by four pairs of boundary constraints is able to find the concave seam we need to extract, as shown in Fig 3. Obviously, the color variation in the seam (Fig 3B) is so large that the final segmentation result (Fig 3C) is accurate. Such comparison also shows that the amount and locations of boundary constraints are critical for the accurate segmentation results.

thumbnail
Fig 2. The single segmentation field with two constraint sites.

(A): Visualization of the molar-target segmentation with two constraint sites. (B): Visualization of the variation of field values on the concave seam between molar and gingiva. (C): The segmentation result under a single segmentation field.

https://doi.org/10.1371/journal.pone.0161159.g002

thumbnail
Fig 3. Multiple segmentation field with four constraint sites.

(A): Visualization of the molar-target segmentation with four pairs of constraint sites. (B): Visualization of the variation of field values on the concave seam between molar and gingiva. (C): The segmentation result under multiple segmentation field.

https://doi.org/10.1371/journal.pone.0161159.g003

An efficient way to identify the locations and amount of boundary constraints is to employ the method introduced by Yokesh Kumar et al. [38], in which the feature points can be automatically detected (see figure “Model with Feature Points” in Fig 1 with feature points denoted by gray spheres). By detection of tooth interstices [30], all of feature points can be grouped into N groups, where N is the amount of teeth. Hence, the feature points in same group are represented by the same color spheres (red spheres or blue spheres), as shown in figure “Grouped Feature Points” in Fig 1. With less user interaction, these processed feature points are automatically treated as the target constraints or background constraints, relevant contents are presented in the following section.

Cutting boundary selection

Extracting cutting boundaries in concave regions is the main purpose to segment dental model. The segmentation field has linear variation on model mesh so that a set of contour lines can be easily sampled from dental model (Fig 4A), and a large variation of field data can be detected in concave regions (Fig 4B). These properties of segmentation field provide an efficient mean to extract cutting boundaries from the set of contour linesfor teeth separation on dental model, through computing the field gradient magnitudes of these contour lines and identifying the one which possess the maximum gradient.

thumbnail
Fig 4. Cutting boundary selection.

(A): All sampled counter lines. (B): The counter lines on concave region. (C): The histogram of vertex amount distribution on segmentation field values.

https://doi.org/10.1371/journal.pone.0161159.g004

In Fig 4C, the histogram illustrates the distribution of the amount of mesh vertex and how many vertices fall into each small interval. As shown in the histogram, the segmentation field data are mapped into interval [0, 1]. The distribution of vertex are mainly located in three intervals, (0.04, 0.22), (0.78, 0.96) and (0.46, 0.64). The three scopes correspond to the target tooth, the adjacent tooth and the rest area on dental mesh, which are colored by red, blue and green rectangles respectively. The interval spacings, Ia and Ib in Fig 4C, between these intervals are so obviously, which means that there are fewer vertex distributing in the wider intervals and the cutting boundaries should be located in such intervals. The Binmax (denoted by red circle in Fig 4C) is the bin that contains the maximum amount of vertices, thus Binmax provides a median value Vmed to split the interval [0, 1] into two intervals [0, Vmed] and (Vmed, 1]. By picking two contour lines with maximum gradient magnitudes in intervals [0, Vmed] and (Vmed, 1] respectively, the target tooth and its adjacent tooth can be easily segmented from model.

User interface

An easy-to-use interactive tool for dental model segmentation is indispensable in an interactive segmentation approach. In our method, teeth can effectively separated from dental model by using only a single mouse click without any additional user input. In order to indicate which tooth need to be partitioned, the interactive segmentation tool (as the cross cursor showed in Fig 5) should be placed on the target tooth. Owing to the feature points are automatically detected and grouped in advance, we only need to find the two feature point groups closet to point p, which is selected by user interaction tool and is denoted by yellow sphere in Fig 5), through computing the geodesic distance between point p and feature points (denoted by blue and red spheres in Fig 5 shows). The feature points located in the closest group are assigned as the target constraints, while the feature points belong to the next-closest one are treated as the background constraints. Thus, the target tooth and its adjacent tooth can be segmented from dental model simultaneously with two cutting contour lines. It means that we only need to take only N/2 times (when N is even) or N/2 + 1 times (when N is odd) for our interactive operation to partition all teeth from dental model, if N is the amount of teeth.

Results

Segmentation experiments

Four types of experiments were devised

  • Experiments on dental models with different levels of crowding problems.
  • Experiments on dental meshes with different modeling resolutions and surface noises.
  • Comparative experiments conducted using a classical morphologic skeleton approach and our approach.
  • Comparative experiments conducted using other common Laplacian weighting scheme and our weighting scheme.

Different levels of crowding problems.

To testify the effectiveness and accuracy of our method, ten dental models, including five maxilla models (B, C, F, G, I) and five mandible models (A, D, E, H, J), are segmented, which are illustrated by Fig 6. In these ten dental models, case A and G, as well as case B and D are obtained from the Internet, and the rest of dental models are obtained from patients who need medical treatments with the same scan device. According to the crowding levels, these dental models are classified into three types, including “mild crowding”, “moderate crowding” and “severe crowding”, as Fig 6 shows. Since these dental models are collected from different sources, the scales and qualities of models are different, which can be described in Table 1.

thumbnail
Fig 6. The segmentation results of employing our approach on ten dental models with crowding problems varying from “mild crowding” to “severe crowding”.

(A), (B) and (C) show the consecutive segmentation operations.

https://doi.org/10.1371/journal.pone.0161159.g006

Different levels of modeling resolutions and surface noises.

The segmentation field in our method is sensitive to concave regions and is stable in the presence of different levels of tessellations and mesh noises. In Fig 7, we tested three dental models with different mesh resolutions and found that our method is largely sensitive to different tessellations on dental models, even to coarse tessellation as illustrated in Fig 7C. In addition, our dental model segmentation method is also insensitive to surface noises of dental models, and similar segmentation results are obtained under different scales of mesh noises in Fig 8.

thumbnail
Fig 7. The segmentation results of employing our approach on three dental models with different surface resolutions.

From up to down ((A) to (C)), each dental model is with 301964, 50000 and 10000 faces, respectively.

https://doi.org/10.1371/journal.pone.0161159.g007

thumbnail
Fig 8. The segmentation results of employing our approach on three dental models with different noises.

From up to down ((A) to (C)), the dental model is coupled with 0.05, 0.2 and 0.5 mean edge-length Gaussian noise, respectively.

https://doi.org/10.1371/journal.pone.0161159.g008

Comparison with classical morphologic skeleton segmentation approach.

By running source code that is available from [28], a classical morphologic skeleton segmentation approach can be used to compare with our approach. Under the exactly same experimental conditions with same dental models, the comparison of segmentation results are shown in Fig 9. Obviously, the striking failures, including “under-segmentation” and “over-segmentation” in Fig 9A and 9C, are avoided in our method as show in Fig 9B and 9D. On the other hand, a huge difference in time consumption between segmentation method of [28] and ours are also be detected in the comparison results. The experimental results, as shown in Fig 9A and 9C, cast 42629ms and 159208ms respectively, under framework adopted in [28], while the experimental results, as shown in Fig 9B and 9D, cast 1319ms and 3279ms respectively, under our segmentation framework. Overall, the difference between method of [28] and ours in errors and time consumption are closely related to the curvature threshold value issue. In [28], the curvature threshold value is automatically adjusted, through comparing the amount of segment parts and number of tooth that user entered for equality. Such mechanism is very time-costing due to the fact that, in order to find a satisfied threshold value, algorithm need to traverse whole the mesh vertex set multiple times with complex computation process. Conversely, corresponding iteration traversal times in our method is limited. The segmentation field computation, which is the most time consuming operation in the procedure of our segmentation framework, only need to traverse mesh vertices once. In addition to this, the appropriate curvature threshold values are difficult to obtain in some cases, the segmentation failures occurred in Fig 9A and 9C are resulted from the inappropriate threshold values. But, the threshold selection can be avoided in our method, such advantage is a significant property to reflect the superiority of our segmentation method, as the comparisons shown.

thumbnail
Fig 9. The comparison between our method and the segmentation algorithm presented by [28].

(A) and (C) are the segmentation result of [28] with model case B and case D in Fig 6, and (B) and (D) are the correspond segmentation results of our method. The average time consumption of single tooth separation in A and C were 42629ms and 159208ms, and the correspond time consumption in B and D were 1319ms and 3279ms, respectively.

https://doi.org/10.1371/journal.pone.0161159.g009

Comparison with other Laplacian weighting scheme.

The other common Laplacian weighting schemes [39, 40], are implemented and tested with our segmentation field framework. In Fig 10, we can see that, compare with the classical cotangent weighting scheme [39](Fig 10G and 10H),a large color variation can be obviously detected in the concave seams of dental model under the weighting scheme in our method (Fig 10A and 10B) and the weighting scheme adopted by [40] (Fig 10D and 10E). In addition, the concavity-sensitive weighting scheme make the field value variation mainly gathered at narrower concave areas with denser contour lines, as illustrated in Fig 10B, compare to the weighting scheme adopted by [40] (Fig 10E), leading to better segmentation result (Fig 10C and 10F).

thumbnail
Fig 10. The concavity-sensitive weighting scheme produces more denser contour lines at tooth boundary areas compared with other weighting schemes, hence leads to better segmentation result.

(Left)((A), (D) and (G)) are segmentation field, (Middle)((B), (E) and (H)) are detailed contour lines in tooth boundary ares, (Right)((C), (F) and (I)) are relevant segmentation results under different weighting schemes.

https://doi.org/10.1371/journal.pone.0161159.g010

Evaluation

The time consumption of our method on the ten dental models in Fig 6 was recorded. In Fig 11, the blue, red, green and purple lines indicate the time consumed by segmentation field computation, cutting line selection, tooth separation and coloring and total time respectively. The most time-consuming operations are segmentation field computation, while the least one are cutting line selection in our method. The relevant model scales are listed in Table 1. Our segmentation method is implemented as a C plus plus plug-in for Meshlab [41], a open source system for the processing and editing of three dimensional triangular meshes, with Intel Core i5-4200H CPU @2.8G Hz and 4GB RAM.

thumbnail
Fig 11. Average time consumption of single tooth segmentation in experiments illustrated in Fig 6.

Blue, red, green and purple lines indicate the time consumed by segmentation field computation, cutting line selection, tooth separation and coloring and total time, respectively (in ms).

https://doi.org/10.1371/journal.pone.0161159.g011

Conclusion

In this article, a novel, effective and efficient dental-target segmentation approach is presented. A segmentation field which is sensitive to concave seams of dental model is computed, through less user interaction to assign constraint sites. The cutting boundaries to separate target tooth from model mesh can be directly extracted from the smooth scalar segmentation field. As shown in the experiment results and comparisons, the properties of our approach is able to present segmentation results with less errors and less time consumption, regardless of different levels of crowding problems and different model qualities. Our future work will involve avoiding user interaction to develop a fully automatic segmentation algorithm, as well as speeding up the operation of our algorithm through optimization algorithm and applying parallel computing technique.

Author Contributions

  1. Conceived and designed the experiments: ZL HW.
  2. Performed the experiments: HW.
  3. Analyzed the data: HW.
  4. Contributed reagents/materials/analysis tools: HW.
  5. Wrote the paper: HW.

References

  1. 1. Barnfather K, Brunton P. Restoration of the upper dental arch using Lava all-ceramic crown and bridgework. British dental journal. 2007;202(12):731–735. pmid:17589454
  2. 2. Bell RB. Computer planning and intraoperative navigation in cranio-maxillofacial surgery. Oral and maxillofacial surgery clinics of North America. 2010;22(1):135–156. pmid:20159483
  3. 3. Grauer D, Wiechmann D, Heymann GC, SWIFT J, EDWARD J. Computer-Aided Design/Computer-Aided Manufacturing Technology in Customized Orthodontic Appliances. Journal of Esthetic and Restorative Dentistry. 2012;24(1):3–9. pmid:22296689
  4. 4. Kihara T, Tanimoto K, Michida M, Yoshimi Y, Nagasaki T, Murayama T, et al. Construction of orthodontic setup models on a computer. American Journal of Orthodontics and Dentofacial Orthopedics. 2012;141(6):806–813. pmid:22640682
  5. 5. Hoffman DD, Richards WA. Parts of recognition. Cognition. 1984;18(1):65–96. pmid:6543164
  6. 6. Hoffman DD, Singh M. Salience of visual parts. Cognition. 1997;63(1):29–78. pmid:9187064
  7. 7. Shlafman S, Tal A, Katz S. Metamorphosis of polyhedral surfaces using decomposition. In: Computer Graphics Forum. vol. 21. Wiley Online Library; 2002. p. 219–228.
  8. 8. Katz S, Tal A. Hierarchical mesh decomposition using fuzzy clustering and cuts. vol. 22. ACM; 2003.
  9. 9. Lai YK, Hu SM, Martin RR, Rosin PL. Fast mesh segmentation using random walks. In: Proceedings of the 2008 ACM symposium on Solid and physical modeling. ACM; 2008. p. 183–191.
  10. 10. Lai YK, Hu SM, Martin RR, Rosin PL. Rapid and effective segmentation of 3D models using random walks. Computer Aided Geometric Design. 2009;26(6):665–679.
  11. 11. Attene M, Falcidieno B, Spagnuolo M. Hierarchical mesh segmentation based on fitting primitives. The Visual Computer. 2006;22(3):181–193.
  12. 12. Zhang H, Liu R. Mesh segmentation via recursive and visually salient spectral cuts. In: Proc. of vision, modeling, and visualization. Citeseer; 2005. p. 429–436.
  13. 13. Shapira L, Shamir A, Cohen-Or D. Consistent mesh partitioning and skeletonisation using the shape diameter function. The Visual Computer. 2008;24(4):249–259.
  14. 14. Mortara M, Patané G, Spagnuolo M, Falcidieno B, Rossignac J. Plumber: a method for a multi-scale decomposition of 3D shapes into tubular primitives and bodies. In: Proceedings of the ninth ACM symposium on Solid modeling and applications. Eurographics Association; 2004. p. 339–344.
  15. 15. Reniers D, Telea A. Skeleton-based hierarchical shape segmentation. In: Shape Modeling and Applications, 2007. SMI’07. IEEE International Conference on. IEEE; 2007. p. 179–188.
  16. 16. Axler S, Bourdon P, Wade R. Harmonic function theory. vol. 137. Springer Science & Business Media; 2001.
  17. 17. Meng M, Ji Z, Liu L. Sketching mesh segmentation based on feature preserving harmonic field. Journal of Computer-Aided Design and Computer Graphics. 2008;20(9):1146–1152.
  18. 18. Zhang J, Wu C, Cai J, Zheng J, Tai Xc. Mesh snapping: Robust interactive mesh cutting using fast geodesic curvature flow. In: Computer graphics forum. vol. 29. Wiley Online Library; 2010. p. 517–526.
  19. 19. Zheng Y, Tai CL. Mesh Decomposition with Cross-Boundary Brushes. In: Computer Graphics Forum. vol. 29. Wiley Online Library; 2010. p. 527–535.
  20. 20. Meng M, Fan L, Liu L. iCutter: a direct cut-out tool for 3D shapes. Computer Animation and Virtual Worlds. 2011;22(4):335–342.
  21. 21. Au OC, Zheng Y, Chen M, Xu P, Tai CL. Mesh segmentation with concavity-aware fields. Visualization and Computer Graphics, IEEE Transactions on. 2012;18(7):1125–1134.
  22. 22. Kronfeld T, Brunner D, Brunnett G. Snake-based segmentation of teeth from virtual dental casts. Computer-Aided Design and Applications. 2010;7(2):221–233.
  23. 23. Wu K, Chen L, Li J, Zhou Y. Tooth segmentation on dental meshes using morphologic skeleton. Computers & Graphics. 2014;38:199–211.
  24. 24. Zhao M, Ma L, Tan W, Nie D. Interactive tooth segmentation of dental models. In: Engineering in Medicine and Biology Society, 2005. IEEE-EMBS 2005. 27th Annual International Conference of the. IEEE; 2006. p. 654–657.
  25. 25. Li Z, Ning X, Wang Z. A fast segmentation method for stl teeth model. In: Complex Medical Engineering, 2007. CME 2007. IEEE/ICME International Conference on. IEEE; 2007. p. 163–166.
  26. 26. Yuan T, Liao W, Dai N, Cheng X, Yu Q. Single-tooth modeling for 3D dental model. Journal of Biomedical Imaging. 2010;2010:9.
  27. 27. Kumar Y, Janardan R, Larson B, Moon J. Improved segmentation of teeth in dental models. Computer-Aided Design and Applications. 2011;8(2):211–224.
  28. 28. Mouritsen DA. Automatic segmentation of teeth in digital dental models. THE UNIVERSITY OF ALABAMA AT BIRMINGHAM; 2013.
  29. 29. Yamany SM, El-Bialy AM. Efficient free-form surface representation with application in orthodontics. In: Electronic Imaging’99. International Society for Optics and Photonics; 1999. p. 115–124.
  30. 30. Kondo T, Ong S, Foong KW. Tooth segmentation of dental study models using range images. Medical Imaging, IEEE Transactions on. 2004;23(3):350–362.
  31. 31. Grzegorzek M, Trierscheid M, Papoutsis D, Paulus D. A multi-stage approach for 3d teeth segmentation from dentition surfaces. In: Image and Signal Processing. Springer; 2010. p. 521–530.
  32. 32. Wang H, Lu T, Au OKC, Tai CL. Spectral 3D mesh segmentation with a novel single segmentation field. Graphical Models. 2014;76(5):440–456.
  33. 33. Pinkall U, Polthier K. Computing discrete minimal surfaces and their conjugates. Experimental mathematics. 1993;2(1):15–36.
  34. 34. Kobbelt L, Campagna S, Vorsatz J, Seidel HP. Interactive multi-resolution modeling on arbitrary meshes. In: Proceedings of the 25th annual conference on Computer graphics and interactive techniques. ACM; 1998. p. 105–114.
  35. 35. Au OKC, Fu H, Tai CL, Cohen-Or D. Handle-aware isolines for scalable shape editing. In: ACM Transactions on Graphics (TOG). vol. 26. ACM; 2007. p. 83.
  36. 36. Zayer R, Rössl C, Karni Z, Seidel HP. Harmonic guidance for surface deformation. In: Computer Graphics Forum. vol. 24. Wiley Online Library; 2005. p. 601–609.
  37. 37. Sorkine O, Cohen-Or D, Irony D, Toledo S. Geometry-aware bases for shape approximation. Visualization and Computer Graphics, IEEE Transactions on. 2005;11(2):171–180.
  38. 38. Kumar Y, Janardan R, Larson B. Automatic Feature Identification in Dental Meshes. Computer-Aided Design and Applications. 2012;9(6):747–769.
  39. 39. Au OKC, Tai CL, Fu H, Liu L. Mesh editing with curvature flow Laplacian. In: Proceedings of Symposium on Geometry Processing, poster; 2005.
  40. 40. Meng M, Ji Z, Liu L. Interactive Mesh Segmentation Based on Feature Preserving Harmonic Field. 2008;.
  41. 41. Cignoni P, Corsini M, Ranzuglia G. MeshLab: an Open-Source 3D Mesh Processing System. Ercim News. 2008;.