Next Article in Journal
Method of Determining Sequence Actions of Products Improvement
Previous Article in Journal
Synthesis, Linear and Nonlinear Optical Properties of Ag/Al2O3 Nanocomposites
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Curve-Fitting Algorithm for the Inspection of Subtle Feature Lines on Automotive Outer Panels

Department of Mechanical System Design Engineering, Seoul National University of Science and Technology, Seoul 01811, Korea
*
Author to whom correspondence should be addressed.
Materials 2022, 15(18), 6323; https://doi.org/10.3390/ma15186323
Submission received: 9 August 2022 / Revised: 2 September 2022 / Accepted: 7 September 2022 / Published: 12 September 2022

Abstract

:
Feature lines on automotive outer panels are difficult to make, measure, and inspect. This paper proposes an algorithm to fit a line-arc-line curve to the measured data points of a subtle feature line. First, based on an iterative method and random sampling consensus, the algorithm separates points corresponding to a circular arc. Further, the lines tangent to the circle are estimated based on the other data points. The algorithm repeats the procedure until the error is lower than the specified tolerance. The sensitivity and applicability of the algorithm were analyzed by applying it to simulated data points, experimental specimens, and actual automotive panels. The results demonstrated that the algorithm is robust to noise and surface waves and can be applied to the automotive panel-manufacturing process.

1. Introduction

1.1. Motiviations

The importance of automotive exteriors has grown as competition in the automotive industry has intensified. Automotive outer panels include narrow feature lines that exhibit long curved geometries [1], and the shape and dimensions of feature lines are essential because they determine the appearance of a car. Examples of feature lines on an automotive door outer panel and a sectional view are illustrated in Figure 1 and Figure 2, respectively. Automotive outer panels are manufactured using the stamping process, which is a metal-forming process that combines drawing and bending deformations. Therefore, it is difficult to form the panel into a designed shape. Feature lines with larger angles and smaller radii are more difficult to create and are known as subtle feature lines [2]. For example, an automaker defines a feature line with an angle greater than 155° and a radius less than 48 mm as a subtle feature line and manages it separately.
It is difficult to measure and inspect the shape of a subtle feature line because of the precision required and its small size. The subtle feature line section includes an arc with lines at either ends, as shown in Figure 2, and the radius (R) of the arc and angle (θ) between the two lines specifies the shape. With an increase and decrease in the angle and radius of the subtle feature line section, respectively, the width of the subtle features decreases, making the measurement and inspection difficult. Although the typical chord length of the arc in the section measures up to 10 mm, precision, measured in micrometers, is required to estimate the arc’s radius. In addition, the roughness of the sheet metal panel and noise in the measured data make inspecting subtle feature lines difficult.

1.2. State of the Art and Related Work

Template matching helps inspect the geometry of subtle features in automakers; however, it is not accurate and does not produce numerical results. There are two types of measurement methods: noncontact and contact methods [3]. A coordinate measuring machine (CMM) employs a contact method that moves a probe along the outer surface and measures its movement in three dimensions [4]. The measurement speed of the CMM is extremely low in contrast to other methods. A non-contact 3D scanner can quickly and simultaneously measure coordinates over a large area; however, its measurement accuracy is lower than contact methods. Typical methods are not suitable for measuring subtle features regarding the measurement scale and precision.
A confocal microscope [5] and surface-roughness testers can be used to measure the subtle feature line. Confocal microscopy, a non-contact mechanism, possesses high precision for small areas; however, it takes hours to measure a small region. A surface-roughness tester measures the surface’s roughness using a contact method and measures the surface profiles with sub-micrometer resolutions. However, surface-roughness testers are typically capable of measuring surface profiles up to a length of 10 mm. Lee et al. measured the sections of subtle feature lines using a surface-roughness tester and demonstrated that the tester is a good method for measuring sections of the subtle feature line [2]. This study used data points of the surface profiles measured using a surface-roughness tester.
It is difficult to estimate the angle and radius based on the measured points on a subtle feature line. As shown in Figure 2, the angle between the two lines and the radius of the central arc are the main parameters of the subtle feature line. The angles and radius can be inspected via the line-arc-line curve by approximating the measured points on a line-arc-line curve. In this study, the random sampling consensus (RANSAC) algorithm proposed by Fischler and Bolles [6] was used to approximate the measured points on a line-arc-line curve. RANSAC is an iterative method for estimating the parameters of a mathematical model from a dataset containing noise and outliers. This process includes two iterative steps. First, the algorithm randomly selects a sample subset of data from the input dataset and estimates the parameters of the model based on the sample data. Next, the algorithm checks the elements of the entire dataset that are consistent with the model obtained in the first step. The number of sample subsets was sufficiently small enough to determine the model parameters. If a data element does not fit the model within the tolerance limit, it is considered an outlier; otherwise, it is an inlier.
Chida and Masuda used the RANSAC algorithm to estimate the shapes from a measured point cloud [7]. They subdivided a point cloud into small regions to extract surfaces in practical time. Kawashima et al. used an algorithm to fit the line of a pipe using laser-scanned point clouds [8]. Robertson et al. applied the algorithm to classify discontinuities and extract parametric models from low-quality three-dimensional data [9]. This study used the RANSAC algorithm to estimate an arc based on a measured dataset. In this study, computation times were sufficiently quick because the number of data points was minor in contrast to the number of point clouds from the surface.
Fitting geometric shapes to point data is a common geometric problem. Many researchers studied fitting a geometric model to a point sequence or point cloud. Numerous techniques, such as least-squares, principal component analysis, optimal transport, graph theory, and machine learning, have been used for fitting geometric shapes to point data. Currently, circle fitting has become a trivial problem, as most algorithms are public and easily accessible over the internet. Bo et al. proposed a graph-based method to fit B-spline curves to a planar point cloud, in which multiple curves with intersections were extracted [10]. Suzuki et al. proposed a method for matching computer-aided design (CAD) data and scan data [11]. The scan data in their study were largely deformed simulation models, and the deformed CAD data were obtained using the matching method. He et al. [12] fitted B-spline curves to numerical control (NC) milling paths using the modified progressive and iterative approximation method proposed by Qi et al. [13]. They incorporated the energy term into a progressive iterative approximation method to avoid numerical instability and they lowered chord errors by stretching the energy term.
Various fitting methods have been proposed for point data with noise and outliers [14,15,16,17]. Most of these methods first remove noise through clustering, thinning, or averaging; however, they often lose noteworthy features. Song proposed an algorithm to reconstruct curves from unorganized points using clustering, confining, and thinning. In this study, a minimal spanning tree is used to remove noise from the data [17]. Ghorbani and Khameneifar proposed an automatic reconstruction method for sectional airfoil profiles obtained from inspection data points [18]. They used a recursive weighted local least-squares technique to fit curves within the uncertainty measurement of data. The measured data in this study include wave and random noise, and the geometric model is known as a line-arc-line curve.

1.3. Contributions

This paper proposes a curve-fitting algorithm and analyzes its stability in practical applications. The algorithm fits a line-arc-line curve to the data points obtained by measuring the cross-section of the subtle feature lines using a surface-roughness tester. Three types of data points were used to analyze the stability of the algorithm: simulated data, measured data from laboratory specimens, and measured data from real panels. The main contributions of this paper are outlined as follows:
  • A curve-fitting algorithm for evaluating the accuracy of the subtle feature line is presented.
  • Numerical, experimental, and actual specimens are tested to verify the proposed algorithm.
Moreover some applications of the proposed algorithm are stated as follows:
  • The algorithm can be applied to the automotive panel-manufacturing process.
  • The stochastic method can be easily applicable to other fitting methods.
The rest of this paper is organized as follows: Section 2 provides details of the proposed algorithm. Section 3 describes the results and analysis of the algorithm. Finally, the last section concludes this paper.

2. Algorithm

The algorithm comprises four iterative steps. First, the input data are separated into three groups. Second, the middle group is approximated as a circle. Third, two tangential lines on either side of the arc are estimated. Finally, the estimated model is evaluated. The algorithm repeats these four steps until the evaluation results are satisfactory. Figure 3 shows the line-arc-line curve model and its parameters to be estimated by the algorithm. The curve model is defined as an arc with two tangent line segments on either side. In the figure, Cp and R are the center and radius of the arc, respectively. The left line is specified by Sp and Tp1, and the right line is specified by Ep and Tp2. Tp1 and Tp2 are the tangent points between the arc and two lines.
In the first step, the algorithm classifies the input dataset into three groups based on the RANSAC algorithm. Three points are randomly selected from the measured data, and these define a unique circle [19]. Subsequently, based on the circle, the algorithm separates the input data into three groups: left outliers, inliers, and right outliers. The inlier group is an arc segment, and the two outlier groups are line segments on either side of the arc. If the distance between the point and the circle is less than a specified tolerance, the point is classified as an inlier. In this study, the tolerance was set at five times the wave height. The inlier classification starts at the maximal point of the data and continues in both directions until the point is considered an outlier. Thus, the inlier group includes the maximal point, and each group defines a consecutive set of points in the input data. Figure 4 shows the three groups. The maximum data point is the point with the maximum perpendicular distance to the baseline connecting the first and last points of the data. The maximal point is selected from the arc segment because the arc segment is the only convex segment in subtle feature geometries.
The second step involves fitting a circle to the inlier points separated in the first step. In this study, Kasa’s algorithm [20] was adopted for the least-squares method of circle fitting. This algorithm minimizes the sum of the squared differences between the squared radii:
i = 1 N R i 2 R 2 2
where R i = x i a 2 + y i b 2 . x i ,   y i represents the i-th data point, and R and (a, b) are the radius and center of the circle, respectively. The output of this step is the center and radius of the arc in a subtle feature line. The starting and end points of the arc are determined in the next step.
In the third step, the two linear segments tangent to the circle fitted in the second step are estimated. The geometric center of the points at the end of the outliers is used as the starting point of the line. The number of points in the geometric center was determined by considering the noise and waviness of the data. Because the noise was significantly smaller than the wave height, waviness was considered in this study. These points included more than three waves. The starting point and tangential continuity conditions determine the unique line. Given the starting point of the line (Sp), center point (Cp), and radius (R) of the circle, the tangent point (Tp) is calculated as follows:
T p = C p m   U   ± h   V ,  
where
m = R 2 C p S p
h = R 2 m 2
U = C p S p C p S p
V = U y , U x .
The endpoint (Ep) and Tp of the right line can be calculated in a manner similar to that of the left line.
Now we have all parameters of the subtle feature line defined by the line-arc-line curve. As shown in Figure 3, the two tangent points specify the end limits of the arc segment in the subtle feature line’s geometry. The fitted model is approximated because the data points include both noise and waves. Therefore, in the final step, an evaluation of the estimated model is required. The estimated model is evaluated using the root-mean-square error (RMSE) as follows:
R M S E = 1 n i = 1 n e i 2   ,  
where e i represents the distance between the i-th point and estimated line-arc-line curve, with n being the number of data points. The distance between a point and a line or arc can easily be calculated. The algorithm repeats until the RMSE is less than the specified allowance and stops when the number of iterations reaches a predetermined maximum.

3. Results and Analysis

3.1. Numerical Experiments

A numerical experiment was conducted to verify the proposed algorithm. The arc radius and angle of the subtle feature line and the noise of the simulated data points were used as the experimental variables. The focus of the experimental analysis was the deviations observed in the arc’s radius and angle of the estimated geometry. In all experiments, we sampled 800 points at intervals of 0.005 mm based on a subtle feature curve symmetric about the y-axis. The x-coordinate values of the data points ranged from −2.0 to +2.0 mm. Because the algorithm is based on a stochastic process, the estimation results may vary for every trial. However, the estimation accuracy was very high, and the differences between the different experiments were very small. The estimates of the following experiments are the results of one trial.
In the first experiment, we added two types of noise (roughness and waviness) to the y-coordinate values of the sampled points. Figure 5 shows the noise types of the data points sampled from a subtle feature curve. The roughness was simulated using an independent Gaussian (also known as a normal distribution) noise, and the waviness was simulated using a sine curve. The noise parameters were defined as follows:
  • Mean of the Gaussian noise = 0. mm;
  • Standard deviation of the Gaussian noise = 0.001 mm;
  • Wavelength of a sine curve = 0.1 mm;
  • Wave height of a sine curve = 0.003 mm.
Table 1 lists the results for different feature curve angles with an arc radius of 10 mm. The angles were accurately estimated; however, as the angle increased, the estimated arc radius decreased, and the error increased. The error rate was calculated as follows.
E r r o r   r a t e = t r u e   v a l u e e s t i m a t e d   v a l u e t r u e   v a l u e × 100 % .  
In the second experiment, the effects of the different radii were analyzed. Table 2 lists the results for different feature curve radii at an angle of 170°. All other variables were the same as those used in the first experiment, as listed in Table 1. Similarly to the first experiment, the angles were accurately estimated for all cases. As the input radius increases, the estimated radius gradually increases as well. At a radius of 5 mm, the estimated radius was smaller than the given value; however, at 20 mm, it was greater than the given value. As listed in Table 1 and Table 2, the RMSE values were similar because the noise levels were identical.
Moreover, sensitivities relative to different noise types were analyzed. Table 3, Table 4 and Table 5 list these results. In all cases, the same feature curve was used, with an arc radius of 10 mm and an angle of 170°. The default standard deviation of Gaussian noise was 0.001 mm, and the default height and length of the sine wave were 0.003 and 0.1 mm, respectively. In the tables, the asterisk represents the default parameter value. As shown in the tables, the angles were accurately estimated for all cases. However, as noise deviation and height increased, the error in the estimated radius also increased (Table 3 and Table 4). As listed in Table 5, the wavelength of the sine wave noise is variable, while other parameters have default values. This demonstrates that the longer the wavelength of the noise, the more accurate the estimation of the radius. As listed in the tables, except for the wavelength, the Gaussian noise and wave height affected the RMSE.

3.2. Application of Specimen Panels to Metal Forming Studies

To accurately make subtle feature lines for studies on sheet metal formation, several experimental samples were prepared and measured in laboratories. A consistent measurement method in these studies is important to obtain reliable results. The proposed algorithm was applied to the measured data points. Lee et al. [2] proposed a simple geometry, including the subtle feature line shown in Figure 6. The geometry was symmetrical with a subtle feature line in the center, and beads were drawn on either side to control the flow of the material. While the draw beads hold the material from the sides, the punch operation pushes the material, resulting in tensile and bending deformations in the center region. This manufacturing process mimics the stamping and sheet-metal forming processes of automotive panels.
Figure 7 shows a die set used in the laboratory to study the formation process of subtle feature lines. Because a universal testing machine cannot generate an adequate blank holding force in one stroke, we used a two-stage manufacturing process. In the first stage, draw beads formed on both sides using a holder without a punch. In the second stage, the holder applied pressure to the draw beads. The force on the draw beads increased as the punch was lowered. Due to the friction and geometry of the draw beads, the material was held in the die set. As the punch moves, tensile and bending deformations occur in the middle section, and the final geometry is produced.
In the formation experiments, the upper plate of the die set was joined using a mechanical press (Figure 7). The distance between the beads was 90 mm. In the first stage of the draw-bead formation, the holder was fixed to the upper plate. In the second stage of subtle feature line formation, a spring with a stiffness of 158 N/mm and a length of 65 mm was used. Punches and dies of different angles and radii were used in the experiments.
Figure 8 illustrates the two-stage manufacturing process. The sheet shown in Figure 8a is the result of the bead-forming process. Figure 8b shows the result of the final formation process, and Figure 8c shows the side view of the final sheet. The angle of the punch was 155°, and the radius of the punch was 0 mm. The material used was drawing-quality mild steel (CR2) with a thickness of 0.7 mm. The surface profile of the manufactured specimen was measured using a surface-roughness tester (SJ-400, Mitutoyo) (Figure 9). The measured length was 4 mm, and the point spacing was 0.5 µm; therefore, the number of data points was 8000. Three punch angles (155°, 165°, and 170°) were tested under the same conditions. As a result of visual analysis, the proposed algorithm fits the line-arc-line curve to the measured subtle features of the specimen panels. The RMSEs were 1.075, 1.136, and 2.189 µm for specimens with punch angles of 155°, 165°, and 170°, respectively.

3.3. Application of Actual Automotive Panels

The proposed algorithm was applied to data points measured on real automotive outer panels. A column-mounted surface-roughness tester (SJ-400, Mitutoyo) was used to measure the profiles of subtle features. The measured length was 4 mm and the point spacing was 0.5 µm. The number of data points was 8000. Figure 10 shows the estimated feature curves overlaid on the measured profiles. From the visual analysis, the proposed algorithm effectively fits the line-arc-line curves to the measured subtle features. In all cases, the RMSEs were <3 µm. As listed in Table 6, the measured results were compared with the design values of automotive panels. Due to the nature of sheet metal forming, the measured angle and radius are larger than the design values.

4. Conclusions

This study proposed an algorithm to fit a line-arc-line curve to the measured data and estimate the radius and angle of a subtle feature line. The proposed algorithm is based on the RANSAC method and tangential continuity condition. Kasa’s algorithm was used in this study because the implementation of the proposed algorithm requires a circle fitting method. However, other circle-fitting methods can also be used. The results demonstrate that the proposed algorithm is stable against noise with respect to the measured data. The radius was estimated with less than 1% error, and the angle was estimated with less than 0.3% error in most simulated experiments. Using this algorithm, consistent curvature estimation can easily be implemented in the analysis of subtle feature lines and can be applied to the automotive panel-manufacturing process. Although it is not easy to measure and acquire point data in the manufacturing process, it is expected that the proposed concept can easily be applied to other fitting methods.

Author Contributions

Conceptualization, C.-W.L. and Y.-C.C.; methodology, Y.-C.C.; software, Y.-C.C.; validation, C.-W.L.; formal analysis, C.-W.L.; writing—original draft preparation, Y.-C.C.; writing—review and editing, Y.-C.C.; visualization, C.-W.L.; project administration, Y.-C.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by GM Korea and the National Research Foundation of Korea, grant number NRF 2020R1C1C1014412.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data available upon request due to restrictions. The data presented in this study are available upon request from the corresponding author. The data are not publicly available due to grant and patent restrictions.

Acknowledgments

The authors gratefully acknowledge the support of Sung-Oh Kown and Sung-Min Jun at GM Korea.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Choe, W.C.; Chung, Y.C. Measurement and Analysis of the Section Profile for Feature Line Surface on an Automotive Outer Panel. Trans. Mater. Process. 2015, 24, 107–114. [Google Scholar] [CrossRef]
  2. Lee, C.-W.; Yu, J.; Youn, H.W.; Chung, Y. The Minimum Formable Radius of Subtle Feature Lines in Automotive Outer Panel Stamping. Int. J. Automot. Technol. 2021, 22, 993–1001. [Google Scholar] [CrossRef]
  3. Babu, M.; Franciosa, P.; Ceglarek, D. Spatio-Temporal Adaptive Sampling for Effective Coverage Measurement Planning during Quality Inspection of Free Form Surfaces Using Robotic 3D Optical Scanner. J. Manuf. Syst. 2019, 53, 93–108. [Google Scholar] [CrossRef]
  4. She, C.-H.; Chang, C.-C.; Kao, Y.-C.; Cheng, H.-Y. A Study on the Computer-Aided Measuring Integration System for the Sheet Metal Stamping Die. J. Mater. Process. Technol. 2006, 177, 138–141. [Google Scholar] [CrossRef]
  5. Krolczyk, G.M.; Maruda, R.W.; Nieslony, P.; Wieczorowski, M. Surface Morphology Analysis of Duplex Stainless Steel (DSS) in Clean Production Using the Power Spectral Density. Measurement 2016, 94, 464–470. [Google Scholar] [CrossRef]
  6. Fischler, M.A.; Bolles, R.C. Random Sample Consensus: A Paradigm for Model Fitting with Applications to Image Analysis and Automated Cartography. Commun. ACM 1981, 24, 381–395. [Google Scholar] [CrossRef]
  7. Chida, A.; Masuda, H. Reconstruction of Polygonal Prisms from Point-Clouds of Engineering Facilities. J. Comput. Des. Eng. 2016, 3, 322–329. [Google Scholar] [CrossRef]
  8. Kawashima, K.; Kanai, S.; Date, H. As-Built Modeling of Piping System from Terrestrial Laser-Scanned Point Clouds Using Normal-Based Region Growing. J. Comput. Des. Eng. 2014, 1, 13–26. [Google Scholar] [CrossRef]
  9. Robertson, C.; Fisher, R.B.; Werghi, N.; Ashbrook, A.P. Fitting of Constrained Feature Models to Poor 3D Data. Evolutionary Design and Manufacture; Parmee, I.C., Ed.; Springer: London, UK, 2000; pp. 149–160. [Google Scholar] [CrossRef]
  10. Bo, P.; Luo, G.; Wang, K. A Graph-Based Method for Fitting Planar B-Spline Curves with Intersections. J. Comput. Des. Eng. 2016, 3, 14–23. [Google Scholar] [CrossRef] [Green Version]
  11. Suzuki, S.; Ohtake, Y.; Suzuki, H. Fitting CAD Data to Scanned Data with Large Deformation. J. Comput. Des. Eng. 2020, 7, 145–154. [Google Scholar] [CrossRef]
  12. He, S.; Ou, D.; Yan, C.; Lee, C.-H. A Chord Error Conforming Tool Path B-Spline Fitting Method for NC Machining Based on Energy Minimization and LSPIA. J. Comput. Des. Eng. 2015, 2, 218–232. [Google Scholar] [CrossRef]
  13. Qi, D.; Tian, Z.; Zhang, Y. The Method of Numeric Polish in Curve Fitting. Acta Math.Sin. 1975, 18, 173–184. [Google Scholar]
  14. Lee, I.-K. Curve Reconstruction from Unorganized Points. Comput. Aided Geom. Des. 2000, 17, 161–177. [Google Scholar] [CrossRef]
  15. Cheng, S.-W.; Funke, S.; Golin, M.; Kumar, P.; Poon, S.-H.; Ramos, E. Curve Reconstruction from Noisy Samples. Comput. Geom. 2005, 31, 63–100. [Google Scholar] [CrossRef]
  16. Mukhopadhyay, A.; Das, A. Curve Reconstruction in the Presence of Noise. In Proceedings of the Computer Graphics, Imaging and Visualisation (CGIV 2007), Bangkok, Thailand, 14–17 August 2007; pp. 177–182. [Google Scholar] [CrossRef]
  17. Song, Y. Boundary Fitting for 2D Curve Reconstruction. Vis. Comput. 2010, 26, 187–204. [Google Scholar] [CrossRef]
  18. Ghorbani, H.; Khameneifar, F. Airfoil profile reconstruction from unorganized noisy point cloud data. J. Comput. Des. Eng. 2021, 8, 740–755. [Google Scholar] [CrossRef]
  19. Choi, B.K. Surface Modeling for CAD/CAM; Elsevier: Amsterdam, The Netherlands, 1991; ISBN 978-0-444-88482-4. [Google Scholar]
  20. Kåsa, I. A Circle Fitting Procedure and Its Error Analysis. IEEE Trans. Instrum. Meas. 1976, IM–25, 8–14. [Google Scholar] [CrossRef]
Figure 1. Subtle feature line on a door panel.
Figure 1. Subtle feature line on a door panel.
Materials 15 06323 g001
Figure 2. Sectional view of a subtle feature line.
Figure 2. Sectional view of a subtle feature line.
Materials 15 06323 g002
Figure 3. Line-arc-line curve model and parameters.
Figure 3. Line-arc-line curve model and parameters.
Materials 15 06323 g003
Figure 4. Outliers, inliers, and maximal point.
Figure 4. Outliers, inliers, and maximal point.
Materials 15 06323 g004
Figure 5. Simulated data points with an arc radius of 10 mm and angle of 170°. The mean and standard deviation of the Gaussian noise are 0 and 0.001 mm, respectively. The height and length of the wave noise are 0.003 and 0.1 mm, respectively.
Figure 5. Simulated data points with an arc radius of 10 mm and angle of 170°. The mean and standard deviation of the Gaussian noise are 0 and 0.001 mm, respectively. The height and length of the wave noise are 0.003 and 0.1 mm, respectively.
Materials 15 06323 g005
Figure 6. Experimental model with a subtle feature line in the center.
Figure 6. Experimental model with a subtle feature line in the center.
Materials 15 06323 g006
Figure 7. Die set to study the formation process of subtle feature lines.
Figure 7. Die set to study the formation process of subtle feature lines.
Materials 15 06323 g007
Figure 8. Fabricated specimen: (a) after the bead-forming process, (b) top view after the final formation process, and (c) side view.
Figure 8. Fabricated specimen: (a) after the bead-forming process, (b) top view after the final formation process, and (c) side view.
Materials 15 06323 g008
Figure 9. Surface profile measuring using a roughness tester (Mitutoyo SJ-400).
Figure 9. Surface profile measuring using a roughness tester (Mitutoyo SJ-400).
Materials 15 06323 g009
Figure 10. Fitted curves and measured data points of the subtle features on automobile outer panels. The values for the cases, (A), (B) and (C) are given in Table 6.
Figure 10. Fitted curves and measured data points of the subtle features on automobile outer panels. The values for the cases, (A), (B) and (C) are given in Table 6.
Materials 15 06323 g010
Table 1. Estimated angles and radii for different angles with an arc radius of 10 mm.
Table 1. Estimated angles and radii for different angles with an arc radius of 10 mm.
True Angle (°)160.0165.0170.0175.0
Estimated Angle (°)159.9165.0170.0175.0
(Error Rate)(−0.06%)(0.00%)(0.00%)(0.00%)
Estimated R (mm)10.0110.009.979.70
(Error Rate)(0.10%)(0.00%)(−0.30%)(−3.00%)
RMSE (µm)1.481.481.481.49
Table 2. Estimated arc radii and angles for different radii with an angle of 170°.
Table 2. Estimated arc radii and angles for different radii with an angle of 170°.
True R (mm) 5.00 10.00 15.00 20.00
Estimated R (mm) 4.979.9715.0120.04
(Error Rate) (−0.60%)(−0.30%)(0.07%)(0.20%)
Estimated Angle (°) 170.0170.0170.0169.9
(Error Rate) (0.00%)(0.00%)(0.00%)(−0.06%)
RMSE (µm) 1.481.481.481.48
Table 3. Estimated radii and angles for different standard deviations of the Gaussian noise. Reference value is marked with an asterisk (*).
Table 3. Estimated radii and angles for different standard deviations of the Gaussian noise. Reference value is marked with an asterisk (*).
Standard Deviation (mm) 0.0001 0.001 * 0.002 0.003
Estimated R (mm) 9.989.979.959.89
(Error Rate) (−0.20%)(−0.30%)(−0.50%)(−1.10%)
Estimated Angle (°) 170.0170.0170.0170.0
(Error Rate) (0.00%)(0.00%)(0.00%)(0.00%)
RMSE (µm) 1.071.482.293.20
Table 4. Estimated radii and angles for different heights of the sine wave. Reference value is marked with an asterisk (*).
Table 4. Estimated radii and angles for different heights of the sine wave. Reference value is marked with an asterisk (*).
Wave Height (mm) 0.003 * 0.005 0.01 0.02
Estimated R (mm) 9.979.959.849.72
(Error Rate) (−0.30%)(−0.50%)(−1.60%)(−2.80%)
Estimated Angle (°) 170.0170.0170.0169.9
(Error Rate) (0.00%)(0.00%)(0.00%)(−0.06%)
RMSE (µm) 1.482.063.727.23
Table 5. Estimated radii and angles for different wavelengths of the sine wave. Reference value is marked with an asterisk (*).
Table 5. Estimated radii and angles for different wavelengths of the sine wave. Reference value is marked with an asterisk (*).
Wavelength (mm) 0.05 0.1 * 0.2 0.5
Estimated R (mm) 9.969.979.989.98
(Error Rate) (−0.40%)(−0.30%)(−0.20%)(−0.20%)
Estimated Angle (°) 170.0170.0170.0170.0
(Error Rate) (0.00%)(0.00%)(0.00%)(0.00%)
RMSE (µm) 1.461.481.421.45
Table 6. Comparison between design and measured values. The three cases, (A), (B) and (C) are graphically presented in Figure 10.
Table 6. Comparison between design and measured values. The three cases, (A), (B) and (C) are graphically presented in Figure 10.
(A)(B)(C)
DesignAngle (degree)173.4167.2155.2
Radius (mm)25.658.005.45
MeasuredAngle (degree)176.1168.2158.7
Radius (mm)40.3812.336.26
RMSE (µm)1.271.272.33
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Lee, C.-W.; Chung, Y.-C. Curve-Fitting Algorithm for the Inspection of Subtle Feature Lines on Automotive Outer Panels. Materials 2022, 15, 6323. https://doi.org/10.3390/ma15186323

AMA Style

Lee C-W, Chung Y-C. Curve-Fitting Algorithm for the Inspection of Subtle Feature Lines on Automotive Outer Panels. Materials. 2022; 15(18):6323. https://doi.org/10.3390/ma15186323

Chicago/Turabian Style

Lee, Chang-Whan, and Yun-Chan Chung. 2022. "Curve-Fitting Algorithm for the Inspection of Subtle Feature Lines on Automotive Outer Panels" Materials 15, no. 18: 6323. https://doi.org/10.3390/ma15186323

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop