Skip to main content

ORIGINAL RESEARCH article

Front. Bioeng. Biotechnol., 27 August 2020
Sec. Biomaterials
This article is part of the Research Topic Advanced Materials for the Restoration and Reconstruction of Dental Functions View all 19 articles

E-quality Control in Dental Metal Additive Manufacturing Inspection Using 3D Scanning and 3D Measurement

\r\nLiang DuLiang Du1Yiwen LaiYiwen Lai1Chunwang LuoChunwang Luo1Yong ZhangYong Zhang1Jun Zheng*Jun Zheng2*Xiaohong Ge*Xiaohong Ge2*Yuangang Liu*Yuangang Liu3*
  • 1School of Electrical Engineering and Automation, Xiamen University of Technology, Xiamen, China
  • 2School of Materials Science and Engineering, Xiamen University of Technology, Xiamen, China
  • 3College of Chemical Engineering, Huaqiao University, Xiamen, China

3D printed metal crowns can be used for dental restorations. The main quality control challenge of these dental metal is the method of quality inspection. Electronic quality is a process by which the quality of the process and the parts produced can be checked online, thereby improving the process and reducing the time it takes for the entire process. Here, we propose a combination of 3D scanning and 3D measurement for 3D inspection of metal crowns. The data extracted from the 3D printed metal crowns were used as case studies to prove the proposed methodology. The obtained results confirm that the new method has very high classification accuracy compared with the traditional inspection methods, and thus yields excellent results. Moreover, the proposed approach is capable to archive 3D models of the parts and achieve rapid quality control. This paper forms the basis for solving many other similar problems that occur in 3D printing related industries.

Introduction

Selective laser melting (SLM) technology can quickly prepare metal crowns suitable for the individual needs of different patients (Huang et al., 2015; Buican et al., 2017). However, the choice of different materials and the setting of process parameters may cause defects in printed crowns. In this case, the E-quality control system was developed which is benefit to perform quality inspections reliably, accurately and in a very short time (Liverani et al., 2017).

Traditional methods to achieve and ensure quality standards are mainly through statistical process control (SPC) procedures (Zhai et al., 2004). However, the product quality in the sequential manufacturing process is affected by various factors, and it is difficult to set the optimal manufacturing specifications for SPC (Kang et al., 1999). Traditional SPC and six sigma techniques must adhere to statistical assumptions such as the normality of the variable distribution, constant variance of the variables, and so on. However, it is difficult to satisfy all these assumptions in practice. Based on some shortcomings of current statistical methods, a hybrid data mining method based on the combination of rough set theory, fuzzy set theory, genetic algorithm and agent based technology is proposed. Compared with standard statistical tools that use population based methods, the Rough Set Theory (RST) uses an individual approach based on an object model, which is a very useful tool for analyzing quality control issues (Kusiak, 2001). In addition, Fuzzy Set Theory (FST) has proven its function in many applications, especially for the control of complex non-linear systems that may be difficult to model analytically (Huang et al., 2008). The Genetic algorithm (GA) is based on the overall solution rather than a single solution (Goldberg, 1989). In order to solve the shortcomings of these statistical methodologies in the quality control of dental metal, the proposed approach expects to provide a way to optimize prediction for the lowest defective rate.

Recent work has shown that 3D dental models can be obtained through 3D scanning, which can be used for rapid prototyping, parts inspection and dimensional control (Munera et al., 2012; Javaid et al., 2019). This type of technology can use light as a probe, which does not damage the sample during analysis, ensuring that the measurement technology will not deform the object (Zhang and Alemzadeh, 2007). Therefore, it is of great significance to obtain 3D reconstruction of dental models. However, the related research mainly focused on reconstruction and measurement of plaster dental models or casting dental models, while there are few studies on dental metal models manufactured by SLM (Sinescu et al., 2008; Zhou and Fan, 2017; Song et al., 2018; Yang et al., 2018). We already have a case of E-quality control of automotive parts, but we still face some challenges for the E-quality control of metal crowns manufactured by SLM.

This paper presents a 3D E-quality control system that integrates 3D scanning and 3D reconstruction to perform fast quality control inspections of complex dental metal parts. The systems then compare the scanned 3D models of produced parts with the scanned 3D models of the standard parts to provide accurate and timely measurement feedback for quality control, thereby helping to prove that the produced products meet the required specifications.

Methodology

The 3D E-quality Control System

The 3D E-quality control system advances the basic research to address the aforementioned issues through the use of integration of cyber communication, virtual prototyping, 3D scanning, and machine vision system. The hardware is mainly composed of the 3D scanning system and the machine vision system. These equipment and systems provide the foundation for the project. The software consists of Intelligent Graphical User Interface (i.e., Application Program Interface) embedded with 3D reconstruction and 3D measurement algorithms. The overall framework of the 3D E-quality control system is shown in Figure 1. Firstly, the inspection support system (ISS) uses a 3D scanner to scan the metal crowns to generate high-resolution 2D images and accurate 3D models for inspection. The 3D scanning System based on Structured light is used to capture high-resolution 2D images of parts from different angles with blue light patterns. After these images have been produced, they are used to construct accurate 3D models which will be saved in the PC and compared with the standard 3D model later for the comparison is implemented, the contrast and difference between two parts will be identified. Finally, the inspection outcomes will be reported as Pass, Rework, and Discard.

FIGURE 1
www.frontiersin.org

Figure 1. The framework of the 3D E-quality control systems.

3D Reconstruction

The scanning process of metal crowns is carried out by using a 3D scanner. The scanner is the medium of data capture. The purpose of the 3D scanner is to measure and record the relative distance between the surface of the object and a known point in space. This geometric data is expressed in the form of point cloud data (Sinescu et al., 2008). In order to generate accurate 3D models for inspection, 3D reconstruction of metal crowns is required. The structured light used in the scanning process is blue, and the light pattern consists of a series of stripes. In capturing, the grating projection device projects several pieces of structured light with a specific code onto the metal crowns, and the two cameras at a certain angle simultaneously acquire corresponding images. Because of noise and limited resolution of the projector, the scanning of structured light will introduce some high frequency offset and noise. We use bilateral noise reduction to smooth the structured light scanning surface, then create a surface normal maps from the smoothed grid, and use high-pass filtering to extract the high frequency details of the estimated normals (Mallick et al., 2005) (see Figure 2).

FIGURE 2
www.frontiersin.org

Figure 2. Scanned geometry of metal crowns.

Finally, we use the embossing process in Zickler et al. (2002) to optimize the mesh vertices to match this combined normal map. We obtain diffuse and specular normals from gradient illumination. For the polarization pattern, a separate linear polarizer is placed on each light. The linear polarizer is installed on the servo motor in front of the camera, which can quickly flip the polarizer between its horizontal and vertical directions at its diagonal (Mallick et al., 2005).

While using normals to improve the geometry, we found the measured position from the distance image. Reference to the pixel coordinates on the camera will cause the natural parameterization of the corresponding surface. Therefore, under perspective projection, the coordinates of the surface points can be represented by the depth function Z (x, y). That is to say, given the pixel coordinates, the position of the corresponding surface point P (x, y) has only one degree of freedom Z (x, y):

P ( x , y ) = [ - x f x Z ( x , y ) , - y f y Z ( x , y ) , - x f x Z ( x , y ) ] T (1)

Where fx and fy are the focal length of the camera in pixels. The challenge we face is to find a depth function that matches our estimate of the position and normal of each point. To this end, we select a depth function to minimize the sum of two error terms: position error Ep and normal error En. Then define the position error as the sum of the square of the distance between the optimized position and the measured position:

|| P i - P j m || 2 = μ i 2 ( Z i - Z i m ) 2 , w h e r e μ i 2 = ( x i f x ) 2 + ( y i f y ) 2 + 1 (2)

The surface tangents Tx and Ty at a given pixel can be expressed as a linear function of the depth value and its partial derivative:

T x = P x = [ - 1 f x ( x Z x + Z ) , - 1 f x y Z x , Z x ] T (3)
T y = P y = [ - 1 f x x Z y , - 1 f y ( y Z y + Z ) , Z y ] T (4)

Then define the normal error as

E n = i [ T x ( P i ) N i c ] 2 + [ T y ( P i ) N i c ] 2 (5)

The best surface is as follows:

arg min Z γ E p + ( 1 - γ ) E n (6)

where the parameter γ ∈ [0,1] controls the degree of influence of position and normals in optimization.

3D Measurement Application Programming Interface (API)

Remote access can be achieved through an application programming interface (API). The purpose of API development is to provide a graphical user interface (GUI) to allow the user to establish and control communication lines with Web-enabled devices. As a result, the API allows the user to view, measure or operate dental metal parts through the machine vision system (MVS), webcam, and “remote desktop” provided by Microsoft® Windows. The current 3D measurement API using point clouds to perform 3D inspections to measure the geometric elements of metal crown parts, such as contours, surfaces, boundaries, etc. It extracts features directly from the point cloud and provides feedback such as standard deviation (mean error), tolerance and distribution. Also it gets color mapping from surfaces or contours comparison and label edition on particular points for inspection. The inspector then can classify the part into Pass or Fail categories. The 2D inspection function can show the inspector the high-resolution images taken during the scanning process that are used to generate the accurate 3D model. The 2D inspection function can also lead the inspector to the Machine Vision System (MVS) for traditional 2D inspection (see Figures 3, 4).

FIGURE 3
www.frontiersin.org

Figure 3. 3D quality control API.

FIGURE 4
www.frontiersin.org

Figure 4. Distribution from 3D measurement.

Registration of 3D Measurement

Before doing 3D measurement, we need to register the two models to be compared. The first step is to scale the two models to make sure they are expressed in the same units. First, select an accurate element that is visible in the two metal crown models, such as edges, surfaces, or other elements. Then, measure the distance Dmax between two specific points on the model on a larger scale, and then repeat the process on the other model, and obtain the corresponding distance Dmin. Finally, the scale factor Sf = Dmax/Dmin is calculated and applied to the smaller model in the fx, fy, and fz fields of the 3D measurement API modification tool. In the second step, we roughly register the two models with translate and rotation tool of the API, and then use the Iterative Closest Point (ICP) algorithm to precisely register and finish the superimposition of the two models (Figure 5).

FIGURE 5
www.frontiersin.org

Figure 5. Register the two metal crown models before 3D measurement using the ICP algorithm. (A) Standard metal crown model; (B) Scanned metal crown model; (C) Registered metal crown models.

The default method for calculating the distance between two point clouds is “nearest neighbor distance.” For each point of the compared cloud, the API searches for the closest point in the reference cloud and calculates their (Euclidean) distance. If the reference point cloud is dense enough, an approximation of the distance from the comparison cloud to the base surface represented by the reference cloud can be accepted. However, if the reference cloud is not dense enough, the nearest neighbor distance may sometimes be inaccurate. Therefore, the 3D measurement API uses an intermediate method that can better approximate the true distance of the reference surface. When determining the closest point in the reference cloud, the idea is to locally model the reference cloud surface by fitting a mathematical model, e.g., Delaunay triangulation, located at the “nearest” point and its neighbors. The distance from each point in the comparison cloud to the closest point in the reference cloud will be replaced by the distance to the model (Figure 6). Statistically, this is more accurate and less dependent on cloud sampling.

FIGURE 6
www.frontiersin.org

Figure 6. A local model is used to calculate the distance between two point clouds.

Experiment and Analysis

This case study involves the occurrence of two common defects in dental crown parts printed by SLM technology and the change on dimensions after forming. If the minimum strength requirements are not met, metallurgical defects may cause parts to crack. These requirements may be accomplished, but if appearance becomes the main requirement, they may be affected by such defects. Shrinkage is an important aspect to consider in the metal powder forming process, as it is essential for good fit and function of the final product. The final inspection of the process includes a visual inspection and a first inspection by the person in charge. Coordinate measuring machines may also be used to ensure dimensional accuracy of the final product. If defects are found, parts may be repaired manually, or in case if it cannot be repaired, it must be scrapped. Defects may occur randomly or simultaneously due to many factors. Therefore, checks are required to ensure that there are no other issues either with the forming process parameters, the materials or equipment used. If dimensional accuracy is not accomplished, parts are simply scrapped.

Selective laser melting process is a method of directly forming metal components, which has been widely used in medical, automotive, aerospace and other industries (Yadroitsev and Smurov, 2010; Hedberg et al., 2014). In the medical field, metal crowns are made of metal powder materials, usually cobalt chromium alloys or titanium alloys, depending on the characteristics and specifications of the materials (Averyanova et al., 2011; Xu et al., 2014). When designing dental parts, it must be very carefully designed for the patient to wear. Before this process, the small features of the parts, powder materials, process parameters, are some of the important points to take into account (Delgado et al., 2012; Zhang et al., 2012).

The key process parameters affecting the quality of metal crowns in SLM are shown in Figure 7. Laser power has an important influence on the quality of metal powder melting during rapid forming. If laser power is too low, the energy irradiated on the metal powder will be small, resulting in the powder cannot be completely melted, causing defects such as spheroidization and pores. However, if laser power is too high, excessive melting will occur, resulting in warping, deformation and cracking of the formed parts, which will have an adverse effect on the forming quality (Zhang et al., 2017). Scanning speed refers to the moving speed of the laser spot on the powder bed, which directly affects the interaction time between laser and metal powder. Scanning interval refers to the distance between two adjacent parallel scan lines, which determines the overlap between melt channels. Smallar powder-bed depth is generally beneficial to improve the forming quality, but at the cost of reducing processing efficiency. These important parameters are related to energy density, reflecting the complexity and difficulty of SLM process parameters control (Cherry et al., 2015).

FIGURE 7
www.frontiersin.org

Figure 7. Key process parameters affecting metal crowns quality in SLM.

When setting different process parameters to print dental parts, some defects may appear in the process. At this point, all employees involved in the process are trained to identify these issues. This means that quality control is dependent on a human being been able to identify such defects. Depending on the defect, the part may not meet its requirements and may not function as expected. There may be little details easily fixable, but there may be other details that cannot be resolved at all.

Some appearance defects may include spheroidization, warpage, shrinkage, cracking, among others (Kang and Ma, 2017). We will focus on two of cosmetic defects: balling and warpage (Figure 8).

FIGURE 8
www.frontiersin.org

Figure 8. Cosmetic defects: (A) Balling, (B) Warpage.

Since the laser melting channel has a tendency to reduce the surface energy under the action of surface tension, it is easy to form a balling phenomenon in the SLM process (Dai and Gu, 2015). The balling phenomenon is mainly caused by too low and too high energy density. The spheroidization on the sintering surface during SLM processing is the main reason for the existence of pores. The best energy density can be obtained by adjusting the process parameters so as to reduce the porosity of the sintered surface (Li et al., 2012; Galy et al., 2018).

Shrinkage and warpage are caused by residual stress (Liu et al., 2016). Such defects can be avoided by reducing the generation of residual stresses. Residual stress is an inevitable metallurgical defect when SLM processing metal parts. The main reason for its existence is the high temperature gradient during processing, and preheating the substrate can reduce residual stress (Salmi et al., 2017). At the same time, the warpage of parts can be reduced by optimizing the support structure and process parameters.

If a good quality control plan is not established and personnel are not properly trained to detect defective parts in a timely manner, scrapped parts may waste a lot of time and cost. It is required to find any defects before the parts are delivered or used so that they can be repaired, reworked or scrapped.

In order to solve the problem of surface metallurgical defects, some points need to be clarified (Olakanmi et al., 2015; Taib et al., 2016). First, you should check the exact location and shape of the defect and find out when it is really obvious. Then, we need to specify if the defect occurs once every time or irregularly, if it is always exists at a certain position of the metal crowns, if we can predict the defect and if it only happens with one 3D printer or others. If we are capable to identify defects on time, we can ensure that appropriate measures are taken to avoid major losses due to insufficient information.

To demonstrate the proposed methodologies of E-quality control in an industrial setting, metal crowns containing different types of defects including spheroidization, holes, cracking, and warpage were used for testing. This part requires certain specifications about size and durability. If it does not meet these specifications, such as cracking or deformation, it must be scrapped. If the dimensional accuracy of metal crown parts does not meet the requirements, it will not be suitable for patients to wear and cause discomfort. It is necessary to investigate what causes this problem. It depends on what kind of defects the parts have so as to make targeted technical improvements.

Design of Experiments

A half-bridge crown model is shown in Figure 9. These parts have a tolerance limit of ± 0.25 mm. Parts with dimensions outside this range will be rejected. The green surface is important because the green surface is mainly the internal surface profile of the metal crowns.

FIGURE 9
www.frontiersin.org

Figure 9. The green surface in the half-bridge crown is the key area for quality control.

Twenty metal crown parts were printed on the WXL-120 SLM equipment, and some of them exceeded tolerance limits for each size. Each type of dental metal part is mixed together for inspection. The test flow chart is shown in Figure 10 below. Although these parts does not pose any serious measurement challenges, it presents a moderate level of complexity for the requirement of our work. The 3D measurement of dental metal parts is shown in Figure 11.

FIGURE 10
www.frontiersin.org

Figure 10. 3D printed metal crowns quality control flowchart.

FIGURE 11
www.frontiersin.org

Figure 11. 3D Measurement of dental metal parts.

Classification Analysis

The following tables show the comparison of the classification analysis using 2D Machine Vision System, 3D Quality Control System and the efficiency test results. From Table 1 and Table 2, we can see that the 2D Machine Vision System can achieve accuracy of 0.85 and with precision of 0.875 while the 3D Quality Control System can achieve both accuracy and precision of 1 compared with the actual efficiency test results. With 3D E-quality control, all 20 dental metal parts are predicted correctly, resulting in 100% classification accuracy.

TABLE 1
www.frontiersin.org

Table 1. The confusion matrix of the 2D Machine Vision System (MVS) classification results.

TABLE 2
www.frontiersin.org

Table 2. The confusion matrix of the 3D Quality Control System (QCS) classification results.

Conclusion

This paper proposes a 3D E-quality control system, which integrates 3D scanning and 3D reconstruction functions, and can perform rapid quality control inspection on complex metal crown parts manufactured by SLM. The scanner based on structured light can provide traceable data and accurate 3D models of 3D printed complex parts, thereby providing manufacturers with proof of compliance. The system captures millions of data points in just a few minutes to represent the true and complete geometry of complex metal crown parts. The systems then compare the scanned 3D models to computer aided design (CAD) models to provide accurate and timely measurement feedback for quality control, thereby helping to prove that the produced products meet the required specifications. The data extracted from the 3D printed metal crowns was used as a case study to prove the proposed methodology. The results show that, compared with traditional detection approach, this approach has better effect and higher classification accuracy. Through this approach, the following conclusions can be drawn: (1) Measuring the whole part can better ensure that the requirements are met and improve overall quality. (2) Scan and store 3D models of complex parts for technicians to view, analyze and measure later. (3) Create accurate digital models of existing components for redesign. (4) Help replicate complex parts, tooling or parts that are no longer produced.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Author Contributions

All the authors were involved in this work. JZ and XG conceived the idea of the study. CL and YZ designed and performed the experiments. YLi helped with the experiments and provided constructive discussions. JZ provided the financially supporting for this work. YLa analyzed the data. LD, JZ, and YLi interpreted the data and wrote the manuscript. All authors contributed to the article and approved the submitted version.

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Acknowledgments

We sincerely thank the Xiamen Wuxinglong Technology Co., Ltd. for providing us the infrastructure needed to carry out our research work.

References

Averyanova, M., Bertrand, P., and Verquin, B. (2011). Manufacture of Co-Cr dental crowns and bridges by selective laser Melting technology. Virtual Phys. Prototy. 6, 179–185. doi: 10.1080/17452759.2011.619083

CrossRef Full Text | Google Scholar

Buican, G. R., Oancea, G., and Martins, R. F. (2017). Study on SLM manufacturing of teeth used for dental tools testing. MATEC Web Conf. 94:03002. doi: 10.1051/matecconf/20179403002

CrossRef Full Text | Google Scholar

Cherry, J. A., Davies, H. M., Mehmood, S., Lavery, N. P., Brown, S. G. R., and Sienz, J. (2015). Investigation into the effect of process parameters on microstructural and physical properties of 316L stainless steel parts by selective laser melting. Int. J. Adv. Manuf. Technol. 76, 869–879. doi: 10.1007/s00170-014-6297-2

CrossRef Full Text | Google Scholar

Dai, D., and Gu, D. (2015). Tailoring surface quality through mass and momentum transfer modeling using a volume of fluid method in selective laser melting of TiC/AlSi10Mg powder. Int. J. Mach. Tool. Manu. 88, 95–107. doi: 10.1016/j.ijmachtools.2014.09.010

CrossRef Full Text | Google Scholar

Delgado, J., Ciurana, J., and Rodríguez, C. A. (2012). Influence of process parameters on part quality and mechanical properties for DMLS and SLM with iron-based materials. Int. J. Adv. Manuf. Technol. 60, 601–610. doi: 10.1007/s00170-011-3643-5

CrossRef Full Text | Google Scholar

Galy, C., Le Guen, E., Lacoste, E., and Arvieu, C. (2018). Main defects observed in aluminum alloy parts produced by SLM: from causes to consequences. Addit. Manuf. 22, 165–175. doi: 10.1016/j.addma.2018.05.005

CrossRef Full Text | Google Scholar

Goldberg, D. E. (1989). Genetic Algorithms in Search, Optimization and Machine Learning. Reading, MA: Addison-Wesley.

Google Scholar

Hedberg, Y. S., Qian, B., Shen, Z., Virtanen, S., and Wallinder, I. O. (2014). In vitro biocompatibility of CoCrMo dental alloys fabricated by selective laser melting. Dent. Mater. 30, 525–534. doi: 10.1016/j.dental.2014.02.008

PubMed Abstract | CrossRef Full Text | Google Scholar

Huang, C. C., Fan, Y. N., Tseng, T. L., Lee, C. H., and Chuang, H. F. (2008). “A hybrid data mining approach to quality assurance of manufacturing process,” in Proceedings of the IEEE International Conference on Fuzzy Systems (IEEE World Congress on Computational Intelligence), Hong Kong, 818–825. doi: 10.1109/FUZZY.2008.4630465

CrossRef Full Text | Google Scholar

Huang, Z., Zhang, L., Zhu, J., and Zhang, X. (2015). Clinical marginal and internal fit of metal ceramic crowns fabricated with a selective laser melting technology. J. Prosthet. Dent. 113, 623–627. doi: 10.1016/j.prosdent.2014.10.012

PubMed Abstract | CrossRef Full Text | Google Scholar

Javaid, M., Haleem, A., and Kumar, L. (2019). Current status and applications of 3D scanning in dentistry. Clin. Epidemiol. Global Health 7, 228–233. doi: 10.1016/j.cegh.2018.07.005

CrossRef Full Text | Google Scholar

Kang, B. S., Choe, D. H., and Park, S. C. (1999). Intelligent process control in manufacturing industry with sequential processes. Int. J. Prod. Econ. 6061, 583–590. doi: 10.1016/s0925-5273(98)00178-9

CrossRef Full Text | Google Scholar

Kang, J., and Ma, Q. (2017). The role and impact of 3D printing technologies in casting. China Foundry 14, 157–168. doi: 10.1007/s41230-017-6109-z

CrossRef Full Text | Google Scholar

Kusiak, A. (2001). Rough set theory: a data mining tool for semiconductor manufacturing. IEEE Trans. Electron. Packag. Manuf. 24, 44–50. doi: 10.1109/6104.924792

CrossRef Full Text | Google Scholar

Li, R., Liu, J., Shi, Y., Wang, L., and Jiang, W. (2012). Balling behavior of stainless steel and nickel powder during selective laser melting process. Int. J. Adv. Manuf. Technol. 59, 1025–1035. doi: 10.1007/s00170-011-3566-1

CrossRef Full Text | Google Scholar

Liu, Y., Yang, Y., and Wang, D. (2016). A study on the residual stress during selective laser melting (SLM) of metallic powder. Int. J. Adv. Manuf. Technol. 87, 647–656. doi: 10.1007/s00170-016-8466-y

CrossRef Full Text | Google Scholar

Liverani, E., Toschi, S., Ceschini, L., and Fortunato, A. (2017). Effect of selective laser melting (SLM) process parameters on microstructure and mechanical properties of 316L austenitic stainless steel. J. Mater. Process. Technol. 249, 255–263. doi: 10.1016/j.jmatprotec.2017.05.042

CrossRef Full Text | Google Scholar

Mallick, S. P., Zickler, T. E., Kriegman, D. J., and Belhumeur, P. N. (2005). “Beyond lambert: reconstructing specular surfaces using color,” in Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR’05), San Diego, CA, 619–626. doi: 10.1109/CVPR.2005.88

CrossRef Full Text | Google Scholar

Munera, N., Lora, G. J., and Garcia-Sucerquia, J. (2012). Evaluation of fringe projection and laser scanning for 3d reconstruction of dental pieces. Dyna 79, 65–73. doi: 10.1016/j.mssp.2011.05.010

CrossRef Full Text | Google Scholar

Olakanmi, E. O., Cochrane, R., and Dalgarno, K. (2015). A review on selective laser sintering/melting (SLS/SLM) of aluminium alloy powders: processing, microstructure, and properties. PrMS 74, 401–477. doi: 10.1016/j.pmatsci.2015.03.002

CrossRef Full Text | Google Scholar

Salmi, A., Atzeni, E., Iuliano, L., and Galati, M. (2017). Experimental analysis of residual stresses on AlSi10Mg parts produced by means of Selective Laser Melting (SLM). Proc. CIRP 62, 458–463. doi: 10.1016/j.procir.2016.06.030

CrossRef Full Text | Google Scholar

Sinescu, C., Negrutiu, M., Faur, N., Negru, R., Romînu, M., and Cozarov, D. (2008). Dental scanning in CAD/CAM technologies: laser beams. Progr. Biomed. Opt. Imaging Proc. SPIE 6843:13. doi: 10.1117/12.764829

CrossRef Full Text | Google Scholar

Song, L. M., Lin, W. W., Yang, Y. G., Zhu, X. J., Guo, Q. H., and Yang, H. D. (2018). Fast 3D reconstruction of dental cast model based on structured light. Optoelectron. Lett. 14, 457–460. doi: 10.1007/s11801-018-8076-z

CrossRef Full Text | Google Scholar

Taib, M., Adnan, Z., Harun, W. S. W., Ghani, S. A. C., Ab Rashid, M. F. F., Omar, M. A., et al. (2016). Dimensional accuracy study of open cellular structure CoCrMo alloy fabricated by selective laser melting process. Adv. Mat. Res. 1133, 280–284. doi: 10.4028/www.scientific.net/AMR.1133.280

CrossRef Full Text | Google Scholar

Xu, D., Xiang, N., and Wei, B. (2014). The marginal fit of selective laser melting–fabricated metal crowns: an in vitro study. J. Prosthet. Dent. 112, 1437–1440. doi: 10.1016/j.prosdent.2014.05.018

PubMed Abstract | CrossRef Full Text | Google Scholar

Yadroitsev, I., and Smurov, I. (2010). Selective laser melting technology: from the single laser melted track stability to 3D parts of complex shape. Phys. Proc. 5, 551–560. doi: 10.1016/j.phpro.2010.08.083

CrossRef Full Text | Google Scholar

Yang, S., Shi, X., Zhang, G., and Lv, C. (2018). A dual-platform laser scanner for 3D reconstruction of dental pieces. Engineering 4, 796–805. doi: 10.1016/j.eng.2018.10.005

CrossRef Full Text | Google Scholar

Zhai, J., Xu, X., Xie, C., and Luo, M. (2004). Fuzzy control for manufacturing quality based on variable precision rough set. Proc. World Congr. Intelligent Control Autom. WCICA 3, 2347–2351. doi: 10.1109/WCICA.2004.1342013

CrossRef Full Text | Google Scholar

Zhang, B., Huang, Q., Gao, Y., Luo, P., and Zhao, C. (2012). Preliminary study on some properties of Co-Cr dental alloy formed by selective laser melting technique. J. Wuhan. Univ. Technol. 27, 665–668. doi: 10.1007/s11595-012-0525-0

CrossRef Full Text | Google Scholar

Zhang, B., Li, Y., and Bai, Q. (2017). Defect formation mechanisms in selective laser melting: a review. Chin. J. Mech. Eng. 30, 515–527. doi: 10.1007/s10033-017-0121-5

CrossRef Full Text | Google Scholar

Zhang, L., and Alemzadeh, K. (2007). “A 3-dimensional vision system for dental applications,” in Proceedings of the Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Lyon, 3369–3372. doi: 10.1109/IEMBS.2007.4353053

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhou, H., and Fan, Q. (2017). 3D Reconstruction and SLM Survey for Dental Implants. J. Mech. Med. Biol. 17:1750084. doi: 10.1142/S0219519417500841

CrossRef Full Text | Google Scholar

Zickler, T. E., Belhumeur, P. N., and Kriegman, D. J. (2002). Helmholtz stereopsis: exploiting reciprocity for surface reconstruction. IJCV 49, 215–227. doi: 10.1023/A:1020149707513

CrossRef Full Text | Google Scholar

Keywords: E-quality, dental restoration, metal materials, 3D scanning, 3D measurement

Citation: Du L, Lai Y, Luo C, Zhang Y, Zheng J, Ge X and Liu Y (2020) E-quality Control in Dental Metal Additive Manufacturing Inspection Using 3D Scanning and 3D Measurement. Front. Bioeng. Biotechnol. 8:1038. doi: 10.3389/fbioe.2020.01038

Received: 23 June 2020; Accepted: 11 August 2020;
Published: 27 August 2020.

Edited by:

Junchao Wei, Nanchang University, China

Reviewed by:

Chao Feng, Ocean University of China, China
Mingqiang Li, Sun Yat-sen University, China
Lihua Li, Jinan University, China

Copyright © 2020 Du, Lai, Luo, Zhang, Zheng, Ge and Liu. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Jun Zheng, 2016000031@xmut.edu.cn; Xiaohong Ge, xhge@xmut.edu.cn; Yuangang Liu, ygliu@hqu.edu.cn

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.