CN107230255B - Tooth restoration method based on universal template - Google Patents

Tooth restoration method based on universal template Download PDF

Info

Publication number
CN107230255B
CN107230255B CN201710454465.8A CN201710454465A CN107230255B CN 107230255 B CN107230255 B CN 107230255B CN 201710454465 A CN201710454465 A CN 201710454465A CN 107230255 B CN107230255 B CN 107230255B
Authority
CN
China
Prior art keywords
tooth model
model
restored
template
tooth
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710454465.8A
Other languages
Chinese (zh)
Other versions
CN107230255A (en
Inventor
汤德衍
宣梦洁
宋雷
宁楠
王春蝶
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Meiqi Technology Co ltd
Original Assignee
Hangzhou Meiqi Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Meiqi Technology Co ltd filed Critical Hangzhou Meiqi Technology Co ltd
Priority to CN201710454465.8A priority Critical patent/CN107230255B/en
Publication of CN107230255A publication Critical patent/CN107230255A/en
Application granted granted Critical
Publication of CN107230255B publication Critical patent/CN107230255B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T19/00Manipulating 3D models or images for computer graphics
    • G06T19/20Editing of 3D images, e.g. changing shapes or colours, aligning objects or positioning parts
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61CDENTISTRY; APPARATUS OR METHODS FOR ORAL OR DENTAL HYGIENE
    • A61C7/00Orthodontics, i.e. obtaining or maintaining the desired position of teeth, e.g. by straightening, evening, regulating, separating, or by correcting malocclusions
    • A61C7/002Orthodontic computer assisted systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • G06T15/005General purpose rendering architectures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30036Dental; Teeth

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Graphics (AREA)
  • Epidemiology (AREA)
  • Computer Hardware Design (AREA)
  • Architecture (AREA)
  • Oral & Maxillofacial Surgery (AREA)
  • Dentistry (AREA)
  • Software Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Animal Behavior & Ethology (AREA)
  • General Health & Medical Sciences (AREA)
  • Public Health (AREA)
  • Veterinary Medicine (AREA)
  • Dental Tools And Instruments Or Auxiliary Dental Instruments (AREA)

Abstract

The invention discloses a tooth restoration method based on a universal template. The initial dental model obtained by three-dimensional scanning is divided into various tooth models, and then the tooth models are processed: repairing the edge, deleting the everted dough sheet and smoothing the edge; registering the selected template tooth model with the tooth model to be restored according to the local coordinate system of the tooth model; and deforming the template tooth model according to the projection relation, splicing the deformed partial template tooth model to the tooth model to be restored, and performing smooth operation to finish restoration of the tooth model. The invention can efficiently and accurately restore the missing side of the tooth model obtained after three-dimensional scanning, and restore the base, so that the tooth becomes a closed and complete triangular mesh model, and the later correction is favorably realized.

Description

Tooth restoration method based on universal template
Technical Field
The invention relates to the field of digital oral cavities, in particular to a tooth restoration method based on a universal template.
Background
In recent years, digital oral techniques have been rapidly developed, and invisible orthodontics of teeth have been gradually popularized. In the process of orthodontics, a three-dimensional grid model of teeth needs to be established for virtual correction. However, data of the side edge and the base of the tooth model obtained after scanning and cutting are lost, and the tooth model needs to be repaired to form a complete and independent tooth model, so that virtual correction can be conveniently carried out.
Disclosure of Invention
In order to solve the problems in the background art, the invention provides a tooth restoration method based on a universal template.
As shown in fig. 14, the technical solution adopted by the present invention is to divide the initial dental model obtained by three-dimensional scanning into each tooth model, and then process the tooth models therein by the following steps:
A. repairing the edge, deleting the everted dough sheet and smoothing the edge;
B. taking the selected template tooth model as a universal template, and registering the selected template tooth model with the tooth model to be restored according to a local coordinate system of the tooth model;
C. and deforming the template tooth model according to the projection relation, splicing the deformed partial template tooth model to the tooth model to be restored, and performing smooth operation to finish restoration of the tooth model.
The step A is specifically as follows:
a-1) calculating the root mean square curvature of each vertex in the tooth model, and dividing all the vertices into two types of vertices with large curvature and small curvature according to a curvature threshold T;
a-2) traversing each tooth model for multiple times, and deleting boundary triangular patches with high curvature vertexes at the edges of the tooth model until all the boundary triangular patches at the edges of the tooth model have no vertexes with high curvature;
a-3) traversing each tooth model for multiple times, and deleting boundary triangular patches of which three vertexes of the edge of the tooth model are boundary points until at least one point of all the boundary triangular patches of the edge of the tooth model is not a boundary point;
and A-4) traversing all the tooth models, and performing Taubin smoothing operation on two layers of triangular patches (including a boundary triangular patch and a layer of triangular patch in the boundary triangular patch) of each tooth model positioned at the edge.
The typical number of traversals in said steps a-2) and a-3) is 4-5.
The step B specifically comprises the following steps:
b-1) carrying out axis fixing operation on the tooth model to be restored, and determining a local coordinate system of the tooth model to be restored;
b-2) finding a corresponding template tooth model from a template tooth model library according to the type of the tooth model to be restored;
and B-3) matching the tooth model to be restored and the template tooth model according to the local coordinate systems of the tooth model to be restored and the template tooth model.
The axis fixing operation in the step B-1) is to determine a local coordinate system of the tooth according to the morphological characteristics of the tooth. The final local coordinate system takes the central point of the tooth model as an origin, the Z axis points to the direction of the dental crown surface from the central point of the tooth model, the X axis is vertical to the direction of the dental arch line and points to the labial side from the lingual side, and the Y axis passes through two sides of the tooth.
In the step B-2), because 32 types of teeth are provided, the shapes of the teeth of the same type are relatively close, and the corresponding template tooth model is found from the template tooth model library according to the type of the tooth model to be restored.
In the step B-3), the local coordinate system of the template tooth model is subjected to coordinate transformation, so that the local coordinate system of the template tooth model is superposed with the local coordinate of the tooth model to be restored, and the same coordinate transformation matrix is acted on the template tooth model, so that the matching of the template tooth model and the tooth model to be restored is completed. In practice, a transformation matrix between the template tooth model and the local coordinate system of the tooth model to be restored is constructed, and the local coordinates of the template tooth model are transformed to the local coordinates of the tooth model to be restored by using the transformation matrix.
The step B can also adopt the technical scheme in the invention content in the specification of an algorithm for constructing a local coordinate system of the tooth by using a standard model library, wherein the application number is 201710348848.7, the application date is 2017.5.17.
The step C specifically comprises the following steps:
c-1) according to the projection condition of the vertex on the template tooth model projected onto the tooth model to be restored, dividing the template tooth model into a projection area and a non-projection area;
c-2) deforming the die tooth model according to the projection relation, directly projecting the deformation to the tooth model to be restored in the projection area, and carrying out accompanying projection deformation in the non-projection area;
c-3) splicing the non-projection area on the deformed template tooth model with the tooth model to be restored, and performing smoothing operation on the seam.
The projection of the vertex on the template tooth model to the tooth model to be restored is specifically as follows: each vertex is projected to a triangular face of the tooth model to be restored along the respective normal direction.
Since the tooth model to be restored is a model with a deletion and the template tooth model is a model without a deletion, not all points can be projected on the surface of the tooth model to be restored. Therefore, in the step C-1), on the template tooth model, an area formed by the vertexes of the template tooth model which can be projected onto the tooth model to be restored is used as a projection area, an area formed by the vertexes of the template tooth model which cannot be projected onto the tooth model to be restored is used as a non-projection area, the non-projection area is regarded as a missing part on the tooth model to be restored, and the missing part is subsequently spliced onto the tooth model to be restored.
In the step C-2), because the non-deformation region obtained in the step C-1) can not be well attached to the boundary of the tooth model to be restored, certain deformation operation needs to be carried out on the non-deformation region. The method comprises the following specific steps:
traverse all vertices on the template tooth model:
firstly, moving all vertexes in a projection area to the surface of the tooth model to be restored through projection to obtain the corresponding projection point position and moving distance;
then, the vertex in the non-projection area is processed in the following way:
starting from a non-projection region vertex adjacent to a projection point of a vertex on the inner edge of a projection region, moving each vertex to a new vertex along a projection direction according to the average moving distance of all adjacent and projected points around the vertex, thereby completing the projection of the vertex, continuously iterating and processing layer by layer towards the vertex of the non-projection region farthest from the projection region, wherein each layer of vertex is a circle of vertex parallel to the edge of the projection region, and stopping iteration until the sum of the moving distances of all the vertices between two adjacent iteration processing is less than a moving threshold (specifically, 0.01 can be adopted), and not performing vertex projection.
The method for calculating the sum diff of the moving distances of all the vertexes between two iterations is as follows:
Figure BDA0001321997850000031
Figure BDA0001321997850000032
wherein d (i) represents the ith vertex viP denotes the set of vertices of the projection area, viIndicates the position of the ith vertex, vipRepresents the ith vertex viPosition of the projection point on the tooth model to be restored, vj kRepresenting the kth iteration viIs the jth adjacent vertex of, | | vi-vipI means Vi-vipAnd vipThe euclidean distance between them.
The non-projection area on the template tooth model obtained through the previous operation can be used for filling the missing part of the tooth model to be repaired, therefore, in the step C-3), the projection area of the template tooth model is deleted, the surface model obtained by performing projection processing on the non-projection area is used as a patch model, and at this time, a gap exists between the patch model and the tooth model to be repaired, as shown in fig. 15, and then the gap between the patch model and the tooth model to be repaired is filled in the following seam mode:
c-3-1) firstly obtaining an ordered boundary point set patchSet of the patch model and an ordered boundary point set originSet of the tooth model to be restored, wherein the boundary points in the ordered boundary point set are marked by ordered serial numbers, namely, the points are numbered in the same direction.
C-3-2) traversing the boundary points in the ordered boundary point set originSet of the tooth model to be restored, wherein for the ith boundary point ob (i) and the (i +1) th boundary point ob (i +1), the boundary point ob (i) and the boundary point ob (i +1) are adjacent:
finding out a boundary point pb (1) nearest to the boundary point ob (i) in the ordered boundary point set patchSet of the patch model, then finding out a boundary point pb (2) nearest to the boundary point ob (i +1) in the ordered boundary point set patchSet of the patch model, adding a triangular patch formed by taking ob (i), ob (i +1) and pb (1) as vertexes,
c-3-3) then judging whether pb (1) and pb (2) are the same boundary point and processing:
if pb (1) and pb (2) are not the same boundary point, traversing the boundary point pb (j) between pb (1) and pb (2), pb (1) is less than or equal to pb (j) and less than pb (2), and adding a triangular patch formed by ob (i +1), pb (j) and pb (j +1) as vertexes for each boundary point pb (j);
if pb (1) and pb (2) are the same boundary point, no new surface is added;
c-3-4) repeating the steps C-3-2) and C-3-3), constructing a joint by connecting triangular patches between the ordered boundary point set patchSet of the patch model and the ordered boundary point set originSet of the tooth model to be repaired, and smoothing the jointed triangular patches by adopting Laplace smoothing in order to enable the quality of the grids at the joint to be more natural.
The invention has the beneficial effects that:
the invention can accurately restore the missing side edge and the base of the tooth model obtained after three-dimensional scanning, so that the tooth becomes a closed and complete triangular mesh model close to reality, and the later correction is favorably realized.
Drawings
FIG. 1 is a plot of root mean square curvature of a tooth, the darker the grayscale, the greater the curvature;
FIG. 2 is a root-mean-square curvature diagram of a single tooth, wherein the deeper the gray scale, the larger the curvature is represented;
FIG. 3 is a diagram of a tooth model with everted patches removed and a smoothing operation completed;
FIG. 4 is a comparison of a single tooth model before and after performing the operation of step 1);
FIG. 5 is a diagram of a tooth model with sides and bottom to be restored;
FIG. 6 is a schematic illustration of local coordinates after a tooth centering operation;
FIG. 7 is a graph illustrating the registration of the dental model to be restored and the template dental model;
FIG. 8 is a diagram illustrating the effect of deformation of the projection area of the template tooth model onto the tooth model to be restored;
FIG. 9 is a graph of the effect of a deformed non-projected region of a template tooth model;
FIG. 10 is a diagram of a patch model extracted from the non-deformed region of the template tooth model;
FIG. 11 is a diagram of the results of the seaming operation performed on the patch model and the tooth model to be restored;
FIG. 12 is a graph of the results of smoothing a seam after splicing;
FIG. 13 is a schematic view of a process for creating a joint between a patch model and a dental model to be restored;
FIG. 14 is a flow chart of a template tooth model deformation algorithm;
FIG. 15 is a flow chart of the seaming algorithm.
Detailed Description
The invention is described in further detail below with reference to the figures and the embodiments.
The embodiment and the specific implementation process of the invention are as follows:
the edges of the teeth just cut out can have a plurality of everted surface sheets and burrs, and the edges need to be repaired in order to ensure the accuracy of the tooth model. As shown in fig. 1, the tooth model can be colored according to the curvature, the dark area is an area with a larger curvature, the light area is an area with a smaller curvature, and in this embodiment, the curvature threshold is 6. Fig. 2 is a schematic view of curvature distribution of a single tooth model. Firstly, traversing all tooth models, deleting boundary triangular patches with vertexes marked as larger curvatures at the edges of the tooth models, and in the embodiment, performing iteration on the operation of each tooth model for 8 times; then, removing burrs, traversing all tooth models, and deleting boundary triangular patches of which three vertexes of the edge of the tooth model are boundary points, wherein in the embodiment, the operation is performed for each tooth model for 5 times of iteration. And then traversing all the tooth models, marking two layers of triangular patches of the boundary of each tooth model, and performing Taubin smoothing operation on the marked part. The tooth model after the border restoration is shown in fig. 3, and the tooth model before and after the border restoration is shown in fig. 4.
When the tooth model is cut, the cut tooth model has a loss in the side surface portion and the bottom surface portion because some adjacent teeth are close and the gum is blocked. These missing tooth models need to be restored in order to obtain a complete single tooth model. The tooth model to be restored is shown in fig. 5.
Next, a fixed axis operation is performed, as shown in fig. 6, according to the local coordinate axis and the type of the tooth to be restored, a corresponding template tooth model can be searched from the universal template tooth model library, and a registration operation is performed with the template tooth model, as shown in fig. 7. After the registration, a projection operation is performed on the template tooth model, the template tooth model is divided into a projection area and a non-projection area, and the projection area is directly deformed onto the tooth model to be restored, as shown in fig. 8, the dark area represents the projection area, and the light area represents the non-projection area. The non-deformed region of the die tooth model is also subjected to a deformation operation, as shown in fig. 9. And after deformation, the non-projection area is independently extracted to obtain a patch model for repairing the missing part of the tooth model to be repaired, as shown in fig. 10, at the moment, a tiny gap exists between the patch model and the tooth model to be repaired, and splicing operation is realized by utilizing a seam algorithm.
The splicing operation is illustrated by taking the points in fig. 13 as an example, and the flow is shown in fig. 15:
(1) for the ith boundary point ob (1) and the (i +1) th boundary point ob (i +1) in the ordered set of boundary points originSet of the tooth model to be restored:
finding out a boundary point pb (1) nearest to the boundary point ob (i) in the ordered boundary point set patchSet of the patch model, then finding out a boundary point pb (2) nearest to the boundary point ob (i +1) in the ordered boundary point set patchSet of the patch model, adding a triangular patch formed by taking ob (i), ob (i +1) and pb (1) as vertexes,
then judging whether pb (1) and pb (2) are the same boundary point and processing: if pb (1) and pb (2) are not the same boundary point, traversing the boundary point pb (j) between pb (1) and pb (2), pb (1) is less than or equal to pb (j) and less than pb (2), and adding a triangular patch formed by ob (i +1), pb (j) and pb (j +1) as vertexes for each boundary point pb (j);
if pb (1) and pb (2) are the same boundary point, no new facets are added.
By analogy, a joint is formed by the triangular patches connected between the ordered boundary point set patchSet of the patch model and the ordered boundary point set originSet of the tooth model to be restored, and the joint is shown in fig. 11.
Then, laplace smoothing operation is performed on the seam region to obtain a finally repaired model, as shown in fig. 12.
Therefore, the missing side edge and the missing base of the tooth model obtained after the three-dimensional scanning are accurately repaired, and the tooth becomes a closed and complete triangular mesh model close to reality.

Claims (4)

1. A tooth restoration method based on a universal template is characterized in that: the method comprises the following steps of (1) dividing an initial dental model obtained by three-dimensional scanning into various tooth models, and then processing the tooth models by adopting the following steps:
A. repairing the edge, deleting the everted dough sheet and smoothing the edge;
B. registering the selected template tooth model with the tooth model to be restored according to the local coordinate system of the tooth model;
C. deforming the template tooth model according to the projection relation, splicing the deformed partial template tooth model to the tooth model to be restored, and performing smooth operation to finish restoration of the tooth model;
the step C specifically comprises the following steps:
c-1) according to the projection condition of the vertex on the template tooth model projected onto the tooth model to be restored, dividing the template tooth model into a projection area and a non-projection area;
c-2) deforming the die tooth model according to the projection relation, directly projecting the deformation to the tooth model to be restored in the projection area, and carrying out accompanying projection deformation in the non-projection area;
c-3) splicing the non-projection area on the deformed template tooth model with the tooth model to be restored, and performing smoothing operation on the seam;
the step C-2) is specifically as follows:
traverse all vertices on the template tooth model:
firstly, moving all vertexes in a projection area to the surface of the tooth model to be restored through projection to obtain the corresponding projection point position and moving distance;
then, the vertex in the non-projection area is processed in the following way: starting from the vertex of a non-projection area adjacent to the projection point of the vertex of the inner edge of the projection area, moving each vertex to a new vertex along the projection direction according to the average moving distance of all adjacent and projected points around the vertex, continuously iterating layer by layer towards the vertex of the non-projection area farthest from the projection area, stopping iteration until the sum of the moving distances of all the vertexes between two adjacent iterations is smaller than a moving threshold value, and not performing vertex projection any more;
in the step C-3), the projection area of the template tooth model is firstly deleted, the surface model subjected to projection processing in the non-projection area is used as a patch model, and then the gap between the patch model and the tooth model to be repaired is filled in by adopting the following seam mode:
c-3-1) firstly obtaining an ordered boundary point set patchSet of the patch model and an ordered boundary point set originSet of the tooth model to be restored;
c-3-2) traversing the boundary points in the ordered set of boundary points originSet of the tooth model to be restored, and for the ith boundary point ob (i) and the (i +1) th boundary point ob (i + 1):
finding out a boundary point pb (1) closest to a boundary point ob (i) in the ordered boundary point set patchSet of the patch model, then finding out a boundary point pb (2) closest to the boundary point ob (i +1) in the ordered boundary point set patchSet of the patch model, and adding a triangular patch formed by taking ob (i), ob (i +1) and pb (1) as vertexes;
c-3-3) then judging whether pb (1) and pb (2) are the same boundary point and processing:
if pb (1) and pb (2) are not the same boundary point, traversing the boundary point pb (j) between pb (1) and pb (2), pb (1) is less than or equal to pb (j) and less than pb (2), and adding a triangular patch formed by ob (i +1), pb (j) and pb (j +1) as vertexes for each boundary point pb (j);
if pb (1) and pb (2) are the same boundary point, no new surface is added;
c-3-4) repeating the steps C-3-2) and C-3-3), constructing a joint by connecting triangular patches between the ordered boundary point set patchSet of the patch model and the ordered boundary point set originSet of the tooth model to be restored, and then smoothing the jointed triangular patches by adopting Laplace smoothing.
2. A universal template-based dental restoration method according to claim 1, wherein: the step B specifically comprises the following steps:
b-1) carrying out axis fixing operation on the tooth model to be restored, and determining a local coordinate system of the tooth model to be restored;
b-2) finding a corresponding template tooth model from a template tooth model library according to the type of the tooth model to be restored;
and B-3) matching the tooth model to be restored and the template tooth model according to the local coordinate systems of the tooth model to be restored and the template tooth model.
3. A universal template-based dental restoration method according to claim 1, wherein: the projection of the vertex on the template tooth model to the tooth model to be restored is specifically as follows: each vertex is projected to a triangular face of the tooth model to be restored along the respective normal direction.
4. A universal template-based dental restoration method according to claim 1, wherein: in the step C-1), on the template tooth model, a region formed by the vertexes of the template tooth model which can be projected onto the tooth model to be restored is taken as a projection region, and a region formed by the vertexes of the template tooth model which cannot be projected onto the tooth model to be restored is taken as a non-projection region.
CN201710454465.8A 2017-06-14 2017-06-14 Tooth restoration method based on universal template Active CN107230255B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710454465.8A CN107230255B (en) 2017-06-14 2017-06-14 Tooth restoration method based on universal template

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710454465.8A CN107230255B (en) 2017-06-14 2017-06-14 Tooth restoration method based on universal template

Publications (2)

Publication Number Publication Date
CN107230255A CN107230255A (en) 2017-10-03
CN107230255B true CN107230255B (en) 2020-10-30

Family

ID=59936166

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710454465.8A Active CN107230255B (en) 2017-06-14 2017-06-14 Tooth restoration method based on universal template

Country Status (1)

Country Link
CN (1) CN107230255B (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108776992B (en) * 2018-05-04 2022-08-05 正雅齿科科技(上海)有限公司 Tooth type identification method and device, user terminal and storage medium
CN108670451B (en) * 2018-05-04 2020-10-13 上海正雅齿科科技股份有限公司 Method and device for repairing adjacent tooth surface, user terminal and storage medium
CN108711177B (en) * 2018-05-15 2022-04-01 南方医科大学口腔医院 Method for quickly and automatically extracting dental arch line of oral CBCT reconstructed posterior body data
CN108827151B (en) * 2018-06-22 2020-05-19 北京大学口腔医学院 Data registration method and data registration system
CN108961326B (en) * 2018-07-03 2020-07-07 雅客智慧(北京)科技有限公司 Registration method for visual navigation of dental implant surgery and electronic equipment
CN109165663B (en) * 2018-07-03 2020-12-11 上海正雅齿科科技股份有限公司 Tooth feature identification method and device, user terminal and storage medium
CN108992188B (en) * 2018-07-12 2020-10-20 杭州美齐科技有限公司 Single tooth grid model repairing algorithm
CN111568592B (en) * 2020-04-30 2021-08-17 成都贝施美医疗科技股份有限公司 Intelligent design method of digital model for oral digital impression instrument
CN111710426A (en) * 2020-05-14 2020-09-25 先临三维科技股份有限公司 Method, device, system and computer readable storage medium for filling holes in tooth model
CN112288886B (en) * 2020-09-15 2022-02-15 陈学鹏 Tooth position arrangement method of accurate digital tooth model
CN112206064B (en) * 2020-09-25 2021-12-28 雅客智慧(北京)科技有限公司 Digital dental model generation method and system
CN115661406B (en) * 2022-12-23 2023-06-02 深圳市创想三维科技股份有限公司 Tooth model restoration method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103058653A (en) * 2012-08-27 2013-04-24 斯尔瑞(厦门)生物科技有限公司 Preparation method of metal stable zirconia composite ceramics for dental restorations
CN105046750A (en) * 2015-08-24 2015-11-11 杭州美齐科技有限公司 Method for automatically segmenting whole dental triangular mesh model
CN105931291A (en) * 2016-05-16 2016-09-07 杭州美齐科技有限公司 Digitalized complete tooth and jaw modeling method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103058653A (en) * 2012-08-27 2013-04-24 斯尔瑞(厦门)生物科技有限公司 Preparation method of metal stable zirconia composite ceramics for dental restorations
CN105046750A (en) * 2015-08-24 2015-11-11 杭州美齐科技有限公司 Method for automatically segmenting whole dental triangular mesh model
CN105931291A (en) * 2016-05-16 2016-09-07 杭州美齐科技有限公司 Digitalized complete tooth and jaw modeling method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
3D Dental Mesh Repairing Using Template-based Deformation;Genyuan Xia等;《International Conference on Bio Medical Engineering and Informatics》;20141231;第3-4节 *
计算机辅助牙齿隐形正畸系统;范然等;《计算机辅助设计与图形学学报》;20130131;第25卷(第1期);第81-90页 *

Also Published As

Publication number Publication date
CN107230255A (en) 2017-10-03

Similar Documents

Publication Publication Date Title
CN107230255B (en) Tooth restoration method based on universal template
CN107292951B (en) Tooth restoration method based on multiple sets of templates
CN107590825B (en) Point cloud hole repairing method based on SFM
CN105931291B (en) A kind of complete dental modeling method of digitlization
CN110675508B (en) BIM model geometric figure simplifying method
CN111991106B (en) Automatic tooth socket cutting line generation method and application
CN105046750A (en) Method for automatically segmenting whole dental triangular mesh model
JP2010522089A (en) How to repair a workpiece such as a turbomachine blade of a dam blade
CN108961398A (en) A kind of automatic filling algorithm of tooth undercut grid model based on normal vector angle
CN108992188B (en) Single tooth grid model repairing algorithm
CN110288517B (en) Projection matching group-based skeleton line extraction method
CN114663621A (en) Three-dimensional dental crown model optimization method based on geometric information
CN115366568B (en) Self-adaptive olive pit conformal carving method and system
CN114897924B (en) Tooth model segmentation method and device
CN115758496A (en) Viewpoint planning method and system for three-dimensional measurement of blade
CN116246046A (en) Three-dimensional tooth model segmentation method and device
CN113274150B (en) Gum construction method and system
CN111145204B (en) Polygonal simplifying method for profile curve with settable edge number
CN111402155B (en) Improved crown model edge smoothing processing method based on noise classification and fitting
CN104599327B (en) A kind of automatic detection and rehabilitation method of the black triangle of tooth jaw
CN113742856A (en) Development method, application and equipment of tire 3D pattern cross-pitch design template
CN112927358A (en) Automatic complete tooth reconstruction method based on multi-mode data registration
CN104504762B (en) Denture surface local deformation method based on topology reconstruction
CN116168185B (en) Three-dimensional tooth model segmentation method and device
CN117409176B (en) Block positioning method and related equipment for chair-side CAD/CAM system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant