Next Article in Journal
A Robust Fault-Tolerant Predictive Control for Discrete-Time Linear Systems Subject to Sensor and Actuator Faults
Next Article in Special Issue
Real-Time and Efficient Traffic Information Acquisition via Pavement Vibration IoT Monitoring System
Previous Article in Journal
Application of the TDR Sensor and the Parameters of Injection Irrigation for the Estimation of Soil Evaporation Intensity
Previous Article in Special Issue
Estimation of the Vehicle Speed Using Cross-Correlation Algorithms and MEMS Wireless Sensors
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Pavement 3D Data Denoising Algorithm Based on Cell Meshing Ellipsoid Detection

1
Department of Civil Engineering, Tsinghua University, Haidian District, Beijing 100084, China
2
Virginia Tech, Blacksburg, VA 24061, USA
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(7), 2310; https://doi.org/10.3390/s21072310
Submission received: 23 February 2021 / Revised: 10 March 2021 / Accepted: 16 March 2021 / Published: 25 March 2021
(This article belongs to the Special Issue Piezoelectric Energy Harvesting Sensors and Their Applications)

Abstract

:
As a new measuring technique, laser 3D scanning technique has advantages of rapidity, safety, and accuracy. However, the measured result of laser scanning always contains some noise points due to the measuring principle and the scanning environment. These noise points will result in the precision loss during the 3D reconstruction. The commonly used denoising algorithms ignore the strong planarity feature of the pavement, and thus might mistakenly eliminate ground points. This study proposes an ellipsoid detection algorithm to emphasize the planarity feature of the pavement during the 3D scanned data denoising process. By counting neighbors within the ellipsoid neighborhood of each point, the threshold of each point can be calculated to distinguish if it is the ground point or the noise point. Meanwhile, to narrow down the detection space and to reduce the processing time, the proposed algorithm divides the cloud point into cells. The result proves that this denoising algorithm can identify and eliminate the scattered noise points and the foreign body noise points very well, providing precise data for later 3D reconstruction of the scanned pavement.

1. Introduction

As a new non-contact measurement method, the 3D laser scanning technique obtains the coordinates of the points in a scanned object by using the triangle measurement based on the distance from the scanning device to the scanned points and the angle of the reflected light [1,2,3]. Compared to the traditional measuring technique, such as manual measurement or visual inspection, laser scanning technique shows the advantages of safe operation, accurate measurement, and high efficiency, which becomes the promising technique for pavement detection [4]. However, like other measuring methods, the result of laser scanning inevitably contains noise points that do not belong to the pavement, which adversely affects the 3D reconstruction of pavement as well as the defect identification in the later stage. The causes of noise points are various [5,6], including the environmental interference (such as dust in the air), the foreign body, the sharp changes of laser incidence angle, etc.
Cao [7] classified noise points into three categories: scattered noise points deviating from the target object, less dense noise points deviating from the target object, and noise points mixed with the target object. For pavement point cloud, noise points can also be divided into these three categories. Because of the strong planarity feature of pavement, noise points are all above this pavement plane. These noise points need to be identified and eliminated by using the specific algorithms. The process of identification and elimination of noise points is called denoising process [8]. However, limited by the scanning principle and the equipment of the 3D laser scanning, the point cloud data includes only the coordinates and the RGB values of each point, which makes the denoising process difficult because the topological connection between points are not included [9].
The traditional denoising algorithms include robust filtering [10,11], median filtering [12], mean filtering [13], least squares algorithms [14], and so on. Based on the traditional algorithms, some new denoising algorithms have been proposed to eliminate noise points more accurately and quickly. Liu et al. [15] proposed a robust denoising algorithm based on the kernel density estimation clustering algorithm to eliminate the surface noise points of the general 3D point cloud and to achieve the efficient and fast denoising. Mattei et al. [16] proposed the motion robust principle component analysis (MRPCA) to denoise 3D point cloud and at the same time retain the sharp characteristics of the point cloud data by dividing the denoising process into the local and the global parts. Rakotosaona et al. [17] proposed a deep-learning-based approach for estimating the local 3D shape properties of point clouds, which shows good robustness and effectiveness when dealing with the surface noise points. The above algorithms are aimed at denoising the general 3D point cloud data, of which some algorithms were applied to denoise the pavement point cloud data [18]. However, the contributions of each coordinates of the scanned points of pavement are equally treated by these algorithms during the denoising process, which ignores the strong planarity feature of the pavement point cloud data. It is possible that these algorithms even treat the foreign body (such as kerbs or stones on the pavement) as part of the pavement or cause the defects over-smoothened, which results in the precision loss of the 3D reconstruction.
In view of the denoising problem caused by applying the traditional algorithms, the algorithms aimed at denoising the pavement 3D point cloud data has been proposed. Wang [19] proposed a multi-level denoising model to ensure the accuracy of the crack identification in the later stage by adding some adaptive supplements to improve the feasibility of algorithms. Vosselman [20] proposed the maximum local slope filtering algorithm, which mainly utilizes the slope of different cloud blocks to identify noise points. Petzold et al. [21] proposed the moving window least squares fitting algorithm, which fits the surface according to the lowest point of each window and eliminates the points with distance to the surface exceeding the threshold. Liu et al. [22] proposed a denoising algorithm for pavement point cloud data by a vehicle-borne scanner. The noise points are identified and eliminated through the cluster analysis. Hu et al. [23] proposed a denoising algorithm based on the deep learning, which distinguishes the ground points from the non-ground points by deep convolution neural network. Although the above algorithms took the strong planarity feature of the pavement into account, the parameters in their algorithms need to be manually adjusted many times for an ideal denoising result, which increases the program complexity. Lin et al. [24] proposed a segmentation based-filtering algorithm (SBF), which can identify and eliminate the pavement noise points by point cloud segmentation, multi-echo analysis, and iterative judgment. Qiu et al. [25] utilized the neighborhood to eliminate the scattered noise points. Liu et al. [22] and Qiu et al. [25] mainly aimed at denoising vehicle scanned point cloud. The density and accuracy of the scanned points are greatly affected by the vehicle speed and the road condition, which makes these algorithms not suitable for denoising the point cloud data obtained under high accuracy measurement.
To highlight the contribution of the horizontal coordinates of the pavement points, this study utilizes the characteristic of the oblate ellipsoid of which the equatorial radius is larger than the polar radius to denoise the data points of pavement with strong planarity feature. Moreover, the point cloud is divided into cells before the ellipsoid detection to narrow down the space of the ellipsoid detection and to save computing time. The rest of this paper is organized as follows. Section 2 introduces the theory of the denoising algorithm proposed in this study. Section 3 and Section 4 are the numerical analysis of Section 2, including the meshing stage and the ellipsoid detection, respectively. The algorithm verifications by using both the simulated and the scanned point cloud are presented in Section 5. Finally, Section 6 concludes the paper.

2. Theory of Denoising Algorithm

A denoising algorithm for pavement points cloud data is proposed based on the cell meshing ellipsoid detection in this study (Figure 1). Considering the planarity feature of pavement surface, this denoising algorithm utilizes the ellipsoid detection to highlight the contribution of the horizontal coordinates to the threshold of the denoising. In detail, an ellipsoid neighborhood for each point is constructed, and the number of the neighbors in this neighborhood is counted. Based on the normal distribution principle, each point has its threshold which distinguishes if this point is a noise point or not. A point will be identified as a noise point if the number of neighbors in its ellipsoid neighborhood is less than the threshold.
Moreover, this study divides the entire point cloud into cells before denoising to reduce the spatial range of the ellipsoid detection for higher denoising efficiency. The point to be detected is the center point of its ellipsoid neighborhood, of which the neighbors are counted. Because the width and the length of the gird equal to the equatorial radius of the ellipsoid and the height of the gird equals to the polar radius of the ellipsoid, the ellipsoid neighborhood fits in 27 cells (3 × 3 × 3) (Figure 2). Thus, the ellipsoid detection is conducted in both the cell where the point is located and its surrounding cells. This operation effectively reduces the computing time due to the narrow down of the detection space. The detailed process is discussed as follows (as shown in Figure 1).
(a) Preparation stage: To stress the strong planarity characteristic of pavement in the denoising process, the pavement plane is firstly identified by utilizing the visualization software, such as Geomagic Studio 2012. The identified pavement plane is then represented by a horizontal plane (the xy plane with z = 0), and the normal direction of the pavement plane denotes the height direction (z-axis direction).
(b) Cell meshing stage: As shown in Figure 2a, the point with the smallest x, y, z coordinates among all points are denoted as P m i n ( x m i n , y m i n , z m i n ) , and the point with the largest x, y, z coordinates among all points are denoted as P m a x ( x m a x , y m a x , z m a x ) . All points are distributed in the cuboid space with the diagonal vertices of P m i n   and P m a x , and the cuboid edges are along the x-axis, y-axis, or z-axis direction. The point cloud is then divided into cells. The length and width of the cell are equal to the equatorial radius of the ellipsoid, and the height of the cell is equal to the polar radius of the ellipsoid. The known pavement plane is at z = 0, and it is assumed that the ground points is distributed within an extremely limited range along the height direction. Therefore, the points will be considered as noise points and to be eliminated if they locate in cells far from the pavement plane.
(c) Ellipsoid detection stage: The ellipsoid detection is done for each point in the cloud to detect if one point is a noise point. The denoising critical value of one point should be first determined to judge whether this point is a noise point, and the detailed process is as follows. The number of neighbors in the ellipsoid neighborhood of P t ( P t is the tth point in the point cloud) is denoted as n u m t . Its neighbors are denoted as P t , i ( i = 1 , 2 , 3 ) , and the number of neighbors in the ellipsoid neighborhood of P t , i is denoted as n u m t , i . The denoising critical value of P t is denoted as n u m t , c , which is calculated according to the average value (ave) and the standard variance (std) of the array n u m t , i ( i = 1 , 2 , 3 ) , as shown in Equation (1). If n u m t   <   n u m t , c , P t will be identified as a noise point. Parameter n c is used to control the denoising degree. If the array n u m t , i obeys the normal distribution, the probability that P t is a noise point is 99.87% when n c = 3 and n u m t < n u m t , c . When the scanned data is sufficient, n c can be reduced to increase the denoising critical value ( n u m t , c ) to eliminate more potential noise points but possibly eliminate some ground points as well.
n u m t , c = a v e ( n u m t , i ) n c × s t d ( n u m t , i )
(d) Comparing stage: The comparison of the types of majority points in different cells is done to eliminate the remained noise points after stage (c). This stage applies to the situation that most points in one cell are noise points, and thus the critical value calculated in stage (c) is small. This small critical value may not be able to judge whether a point is a noise point. Therefore, to identify the cells containing mainly noise points, the comparison of the average number of neighbors in the ellipsoid neighborhood of each point from different cells is carried out. The identification principle is illustrated below.
As shown in Figure 2a, i, j, and k are the cell sequence numbers along x-axis, y-axis, and z-axis direction, respectively. For cell G(i, j, k), the mean value of all internal points’ number of neighbors is taken as the eigenvalue of the cell, which is denoted as N U M ( i , j , k ) . The critical value N U M ( i , j , k ) , c of cell G(i, j, k) is calculated according to the average value (AVE) and the standard variance (STD) of the eigenvalues of the surrounding cells (i.e., G(i±△i, j±△j, k±△k), △i = −1, 0, +1; △j = −1, 0, +1; △k = −1, 0, +1, and they are not 0 at the same time), as shown in Equation (2). Parameter N c is used to control the denoising degree. Similar to the determination of n c in Equation (1), if the array N U M ( i ± Δ i , j ± Δ j , k ± Δ k ) obeys the normal distribution, the probability that G(i, j, k) is a cell in which most points are noise points is 99.87% when N c = 3 and N U M ( i , j , k ) < N U M ( i , j , k ) , c . Therefore, the critical value of each point inside the cell G(i, j, k) will all be increased from n u m t , c (calculated in stage c) to N U M ( i , j , k ) , c to avoid the occurrence of a small critical value determined by Equation (1).
N U M ( i , j , k ) , c = A V E ( N U M ( i ± Δ i , j ± Δ j , k ± Δ k ) ) N c × S T D ( N U M ( i ± Δ i , j ± Δ j , k ± Δ k ) )
(e) Ending stage: The denoising result can be obtained after noise points have been identified and eliminated, and then the 3D reconstruction can be done. The feasibility of the denoising algorithm in terms of theoretical analysis will be discussed below.

3. Discussion of Cell Meshing Stage

3.1. Significance and Construction of Cells

This study proposes the approach of ellipsoid detection to distinguish noise points, and the neighbors in the ellipsoid neighborhood of each point need to be obtained first. However, if all points are checked to see if they are in the ellipsoid neighborhood, the program complexity will be greatly increased, given the huge amount of points. Therefore, the ellipsoid detection should be carried out in the partial space of the 3D point cloud by dividing the point cloud into cells, and the ellipsoid detection is carried out in the partial space composed of cells, as shown in Figure 2b.
For each point, the ellipsoid detection is carried out within both the cell that the point belongs to and its surrounding cells. At most 27 surrounding cells are involved during the ellipsoid detection, the inner cell has 27 surrounding cells, and the cells at the circumferences has less than 27 surrounding cells. As illustrated in Figure 2c–e, the point for the ellipsoid detection is represented by the red point, and its ellipsoid neighborhood locates at its surrounding cells. To detect the points belonging to the boundary of the target area, the target area is enlarged by a cell size in the horizontal direction when conducting the ellipsoid detection. The points in the added cells serve as the reference to determine the critical value of the boundary points.
The number of cells along the x-axis, y-axis, and z-axis direction is denoted as n u m x , n u m y and n u m z , respectively. If each cell has n points, there are total n u m x × n u m y × n u m z × n points in the point cloud. If each point in the point cloud needs to be detected, total n u m x × n u m y × n u m z × n detections are required. After the point cloud is divided into cells, only the points in the surrounding 27 cells are checked, and only 27 × n detections are required, and the denoising time will be reduced by n u m x × n u m y × n u m z / 27 times compared to that without cell construction. Therefore, the cell meshing operation can greatly reduce the computing time.
The detailed cell meshing process is as follows:
(a) The coordinates of P m i n ( x m i n , y m i n , z m i n ) and P m a x ( x m a x , y m a x , z m a x ) are determined.
(b) The number of cells along x-axis, y-axis or z-axis direction is calculated by Equation (3), and the output of int(input) is the integer part of the input.
{ n u m x = i n t ( x m a x x m i n a ) + 1 n u m y = i n t ( y m a x y m i n b ) + 1 n u m z = i n t ( z m a x z m i n c ) + 1
(c) Assuming P t is the tth point, its x, y, and z coordinates are x P t , y P t and z P t , respectively. The cell where P t . is located is denoted as G ( i P t ,   j P t ,   k P t ) , and i P t , j P t and k P t are the sequence numbers along the x-axis, y-axis, and z-axis direction, respectively. i P t , j P t and k P t are determined by Equation (4). Particularly, i P m i n , j P m i n and k P m i n are 1, and i P m a x , j P m a x and k P m a x are n u m x , n u m y and n u m z , respectively.
{ i P t =   i n t ( x P t x m i n a ) + 1 j P t =   i n t ( y P t y m i n b ) + 1 k P t =   i n t ( z P t z m i n c ) + 1 ( 1 t the   number   of   points )
After the above cell meshing process, the cell where each point is located is determined. To further simply the ellipsoid detection and reduce the computing time, pre-denoising can be done to eliminate some obvious noise points, and the details are discussed in the next section.

3.2. Pre-Denoising Point Cloud

Some obvious noise points can be eliminated in advance by utilizing the relationship between the cells. The ground points approximately make up a plane located at the bottom of the point cloud; therefore, these ground points are distributed at the bottom cells. By utilizing this feature, we can eliminate some noise points before the ellipsoid detection.
The detailed pre-denoising process is as follows:
(a) For i from 1 to numx and for j from 1 to numy, points are detected from the bottom cell to the top cell (for k from 1 to numz). The value of k when the point is detected for the first time is denoted as k e x i s t i ,   j .
(b) Because the z-coordinates of the ground points vary in a small range, it can be inferred that the points in the cell that are over a critical height from G ( i , j , k e x i s t i ,   j ) are all noise points. This critical height is denoted as h c , which is a positive integer and determined from the z-coordinates change of the ground points and the size of the cell. That is all points in the G ( i , j , k e x i s t i ,   j + h ) ( h > h c ) are treated as noise points.
(c) k e x i s t i ,   j is compared to that of the surrounding cells ( k e x i s t i ± Δ i ,   j ± Δ j ) ( Δ i = −1, 0, +1. Δ j   = −1, 0, +1. Δ i and Δ j cannot equal to 0 at the same time). If the difference ( k e x i s t i ,   j k e x i s t i ± Δ i ,   j ± Δ j ) is larger than h c , it is considered that the points in G ( i , j , k e x i s t i ,   j ) are much higher than the points in G ( i ± Δ i , j ± Δ j , k e x i s t i ± Δ i ,   j ± Δ j ) , and thus, all points in G ( i , j , k )   ( 1 k n u m z ) need to be eliminated. After this operation, the point cloud is pre-denoised.

4. Analysis of Ellipsoid Detection

The ellipsoid detection method is proposed in this study to distinguish both the scattered noise points and the foreign body noise points from the ground points, which highlights the contribution of the horizontal coordinates of the scanned points to the denoising threshold. The influencing factors, including the ellipsoid shape, the distance from the point to the pavement, and the included angle between the foreign body and the pavement, will be analyzed to find out the appropriate ellipsoid shape for denoising.
Before the detailed analysis, the following assumptions are made for simplifying the numerical analysis:
(a) Within a small space, the ground points or the foreign body noise points are evenly distributed. The number of the neighbors in one point’s ellipsoid neighborhood is proportional to the intersection area between the pavement plane and the ellipsoid neighborhood or the intersection area between the foreign body plane and the ellipsoid neighborhood.
(b) The z-coordinates variation of the ground points is limited in a small range and can form a plane within a small area of 0.40 m × 0.40 m in this study, as expressed in Equation (5).
z = constant   value
(c) By assuming a = b , the influence of x and y coordinates on the denoising results is unified. a and b are the equatorial radiuses of the ellipsoid neighborhood.
(d) To simplify the later calculation, the polar radius of the ellipsoid neighborhood c is fixed as 1 mm. Because the equatorial radius of the oblate ellipsoid is larger than the polar radius of the oblate ellipsoid, it has a = b and a / c > 1 .
(e) The vertical distance (or height) from the point to be detected to the pavement plane is denoted as d . Since c = 1 mm, when 0 < d c = 1   mm , there exists ground points in the ellipsoid neighborhood of the point. When d > c = 1   mm , there is no ground points in the ellipsoid neighborhood of that point.
Figure 3 shows the obtained point cloud consisting of ground points, the scattered noise points, and the foreign body noise points. To verify the effectiveness of the ellipsoid detection in distinguishing different types of noise points, the detailed calculation is made to obtain the different intersection areas in the ellipsoid neighborhood of the scattered noise point, the foreign body noise point, and the ground point. The denoising ability of the ellipsoid detection can be quantified by the intersection area.

4.1. Sensitivity Analysis for Detecting Scattered Points

Since the density of the scattered points is far less than that of the ground points, the scattered points cannot form a plane. Therefore, the intersection area between the pavement plane and the ellipsoid neighborhood of the scattered points is actually part of the pavement plane, as the pink area shown in Figure 3. To discuss the denoising ability of the ellipsoid detection for the scattered points, this intersection area is numerically calculated and compared with that of the ground point.
To detect if a scattered points P s c a t t e r is a noise point or not, the coordinates of this point are set as (0,0,0) for the convenience of calculation. Its height from the pavement plane is denoted as d . The equation of the ellipsoid neighborhood of P s c a t t e r is expressed as:
x 2 a 2 + y 2 b 2 + z 2 = 1   ( a = b )
By combining Equations (5) and (6), the equation of the intersection area between the ellipsoid neighborhood of P s c a t t e r and the pavement plane is shown as Equation (7), where the constant value in the Equation (5) is d .
x 2 a 2 ( 1 d 2 ) + y 2 b 2 ( 1 d 2 ) = 1   ( a = b )
The denoising ability of the ellipsoid detection can be quantified by the intersection area. The smaller the intersection area, the more likely the point to be detected is a noise point. However, the intersection areas of the ellipsoid neighborhood of the scattered point and that of the ground point are different. For example, the intersection area between the pavement plane and the ellipsoid neighborhood of the scattered points is a 2 ( 1 d 2 ) π mm2 (the pink zone shown in Figure 3) by Equation (7). For ground point, its intersection area between the pavement plane and the ellipsoid neighborhood of this point is ( a 2 π ) mm2. Therefore, a normalization of the intersection area aiming to eliminate the impact of the ellipsoid shape should be done to conveniently compare and analyze the denoising sensibility of the ellipsoid detection.
The normalization process is conducted through dividing the intersection area of the ellipsoid neighborhood of a scattered point by the intersection area of the ellipsoid neighborhood of a ground point. The normalized result equals to ( 1 d 2 ) , which is denoted as Sscatter, as shown in Equation (8).
S s c a t t e r = 1 d 2
It is specified in this study that a scattered point will be easily identified as a noise point if its S s c a t t e r is less than 0.5. From Equation (8), Sscatter < 0.5 if d > 0.71 mm; that is, the number of neighbors in the neighborhood of the scattered points is less than half of that in the ground point’s neighborhood, and thus the point is detected as a scattered noise point.
The influence of c (the ellipsoid polar radius, along z-axis direction) is revealed that the points within the distance of 0–0.71c from the pavement plane can be accepted as the ground points. This is because c equals to 1 mm by assumption to simplify the calculation in the above analysis, and therefore, by adjusting the value of c, the accepted distance from the pavement plane within which the scattered points can be regarded as the ground points can be controlled to a relatively small value to eliminate more scattered noise points and to maintain the ground points.

4.2. Sensitivity Analysis for Detecting Foreign Body Points

Affected by the scanning environment, foreign body such as stones, kerbs, and branches on the pavement may be scanned, and these scanned noise points should also be eliminated. Unlike the scattered points, the foreign body points are dense and mixed with the ground points. Therefore, the number of neighbors in the ellipsoid neighborhood of the ground points and that of the foreign body points can be represented by their intersection area, respectively.

4.2.1. Constructing Ellipsoid Neighborhood for Foreign Body Points

As shown in Figure 4a, the local foreign body surface can be treated as a plane when the ellipsoid is small. The intersection area between the ellipsoid and the pavement plane is denoted as S 1 , and the intersection area between the ellipsoid and the foreign body is denoted as S 2 . The point to be detected whether a foreign body noise points or a ground point is located in the center of its ellipsoid neighborhood. The distance from the point to the pavement is d (Figure 4b). The included angle between the foreign body and the pavement is denoted as ( 180 ° θ ) . tan θ is denoted as k to simplify calculation. Figure 4b is the side view of Figure 4a, and the location of the point to be detected is treated as the origin of the coordinate system. The equations of ellipsoid, the pavement plane, and the foreign body plane shown in Figure 4b are expressed as Equation (9), Equation (10) and Equation (11), respectively:
x 2 a 2 + y 2 = 1   ( for   ellipsoid )
y = d   ( for   pavement   plane )
y = k x     ( k = t a n θ ,   for   foreign   body   plane )
As shown in Figure 4b, P 1 is the intersection point of the ellipsoid and the pavement plane. By combining Equations (9) and (10), the coordinates of P 1 are calculated as ( a 1 d 2 , d ) . P 2 is the intersection point of the pavement plane and the foreign body plane. The coordinates of P 2 are obtained as ( d t a n θ , d ) by combining Equations (10) and (11). P 3 is the intersection point of the ellipsoid and the foreign body plane, with coordinates of P 3 ( a 1 + ( a k ) 2 , a k 1 + ( a k ) 2 ) obtained by combining Equations (9) and (11). The intersection areas of S 1 and S 2 can be calculated from the coordinates of P 1 , P 2 and P 3 , which are used to further calculate the total intersection area for sensitivity analysis of detecting foreign body noise point.

4.2.2. Calculation of S 1

S 1 is the intersection area between the pavement plane and the ellipsoid neighborhood of the foreign body point to be detected. The sketch of S 1 on the pavement plane is shown in Figure 4c. Critical points such as P 1 P P , P 2 P P , P 3 P P , P 4 P P and P 5 P P are labelled on Figure 4c, and their coordinates are calculated as follows.
(a) P 1 P P in Figure 4c is corresponding to P 1 in Figure 4b. The coordinates of P 1 P P are ( 0 , a 1 d 2 ) in Figure 4c.
(b)   P 2 P P in Figure 4c is corresponding to P 2 in Figure 4b. The coordinates of P 2 P P are ( 0 , d t a n θ ) in Figure 4c.
(c) By substituting y = d t a n θ into Equation (7) (the equation for calculating the projection of the ellipsoid on the pavement plane), the coordinates of P 3 P P and P 4 P P are obtained as ( a 2 ( 1 d 2 ) d 2 t a n 2 θ , d t a n θ ) and ( + a 2 ( 1 d 2 ) d 2 t a n 2 θ , d t a n θ ) respectively, in Figure 4c. If d t a n θ > a 2 ( 1 d 2 ) , it means that the distance from the foreign body point to be detected to the pavement plane is so far that there is no ground point in the ellipsoid neighborhood. In this situation, P 3 P P and P 4 P P do not exist and S 1 = 0 mm2.
By utilizing Equation (7) and the coordinates of P 3 P P and P 4 P P , S 1 (mm2) can be determined as shown in Equation (12).
S 1 = 2 × 0 a 2 ( 1 d 2 ) d 2 t a n 2 θ ( a 2 ( 1 d 2 ) x 2 d t a n θ )   d x

4.2.3. Calculation of S 2

S 2 is the intersection area between the foreign body plane and the ellipsoid neighborhood of the foreign body point to be detected, the sketch of S 2 on the foreign body plane is shown in Figure 4d. To calculate S 2 , the projection of the foreign body point to be detected on the foreign body plane (FBP) is treated as the origin of the coordinate system in Figure 4d. Critical points such as P 1 F B P , P 2 F B P , P 3 F B P , P 4 F B P , P 5 F B P , and P 6 F B P are labelled on Figure 4d, and their coordinates are calculated as follows.
(a) Because the red area in Figure 4d is a section of the ellipse with the length of the semi-major axis of a, P 1 F B P ( a , 0 ) and P 2 F B P ( + a , 0 ) can be obtained.
(b) P 3 F B P in Figure 4d is corresponding to P 3 in Figure 4b. Considering the projection angle (θ, k = tanθ), the coordinates of P 3 F B P are calculated to be ( 0 , a 1 + k 2 1 + ( a k ) 2 ) .
(c) P 4 F B P in Figure 4d is corresponding to P 2 in Figure 4b. Considering the projection angle (θ), the coordinates of P 4 F B P are calculated to be ( 0 , d s i n θ ) .
(d) By combining the line equation y = d s i n θ and the ellipse equation constructed by P 1 F B P , P 2 F B P and P 3 F B P , the coordinates of P 5 F B P and P 6 F B P are calculated to be ( a 1 d 2 ( 1 + ( a k ) 2 ) a 2 ( 1 + k 2 ) s i n 2 θ , d s i n θ ) and ( + a 1 d 2 ( 1 + ( a k ) 2 ) a 2 ( 1 + k 2 ) s i n 2 θ , d s i n θ ) , respectively, in Figure 4d.
Above all, S 2 (mm2) can be determined as shown in Equation (13). If there is no ground point in the ellipsoid, the lower bound of integral in Equation (13) will be replaced by a 1 + k 2 1 + ( a k ) 2 , which means the S2 area is a complete ellipse.
S 2 = 2 × d s i n θ a 1 + k 2 1 + ( a k ) 2 a 1 1 + ( a k ) 2 a 2 ( 1 + k 2 ) y 2   d y   ( k = t a n θ )
The total intersection area in the ellipsoid neighborhood of the foreign body point to be detected is S 1 plus S 2 , which is compared to the intersection area in the ellipsoid neighborhood of the ground point to analyze the denoising ability of the ellipsoid detection. Therefore, the total area is divided by the area of π a 2 mm2, and the normalized area (Sforeign body) is determined by Equation (14). It is seen that Sforeign body is influenced by the ellipsoid parameter ( a ) , the included angle ( θ ), and the distance from the foreign body point to be detected to the pavement plane (d).
S f o r e i g n   b o d y   = ( S 1 + S 2 ) / ( a 2 π )

4.2.4. Sensitivity Analysis of Detecting Foreign Body Noise Point

A point is detected to be a foreign body noise point if the calculated Sforeign body < 0.5. Figure 5 shows the relationship between the Sforeign body and the ellipsoid parameter a , θ and d. In Figure 5a, d is fixed as 0.5 mm, and c = 1 mm. It is found that Sforeign body is always around 1 with the increase of θ (when a = c = 1 mm corresponding to a spherical detection). It is concluded that the spherical detection cannot denoise the foreign body points, because Sforeign body < 0.5 is required to detect a point as a foreign body noise point.
On the other hand, Sforeign body decreases with the increase of θ and a (when a > c = 1 mm). However, the increases of a shows the limited effect on Sforeign body. The Sforeign body begins to drop below 0.5 until that a is greater than 9 mm. Therefore, a is fixed as 10 mm in Figure 5b for the purpose of investigating the effect of d on Sforeign body. From Figure 5b, it is found that Sforeign body is less than 0.5 when the ellipsoid parameter a is taken as 10 mm with d > 0.6 mm and θ > 20°, which has a good distinction between foreign body noise points and ground points.
Moreover, c (the ellipsoid polar radius) equals to 1 mm in the assumption to simplify the calculation, and the distance from the foreign body point to the pavement plane is actually from 0 to 0.60c. By reduce the value of c, the accepted distance from the pavement plane can be controlled to a relatively small value to eliminate more foreign body noise points and ground points far from the pavement.

4.3. Sensitivity Analysis of the Ellipsoid Detection

Table 1 illustrates the normalized total intersection area and the sensitivity to the influencing factors for the three types of points. For the ground point, the total intersection area in its ellipsoid neighborhood remains unchanged. For the scattered noise point, the total intersection area in its ellipsoid neighborhood is less than half of that of the ground points when its distance from the pavement plane (d) is greater than 0.71c, and it is identified a noise point and to be eliminated. For the foreign body noise point, the total intersection area in its ellipsoid neighborhood is less than half of that of the ground points under the conditions of a equals to 10c, the angle between the foreign body and the pavement is less than 160° ( θ > 20 ° ), and its distance from the pavement plane (d) is greater than 0.6c.

5. Algorithm Verification

5.1. Verification by Simulated Point Cloud

To verify the validity of the proposed ellipsoid detection, the detection algorithms are compared in terms of the number of noise points eliminated based on a simulated point cloud by MATLAB. A laptop with a CPU of intel i5 7200U (2.5 GHz) and RAM of 16 G (1866 MHz). The simulated point cloud includes the ground points, the scattered points, and the foreign body points, which is normally seen during the pavement scanning (Figure 6a).
Figure 6b,c are the denoised results by utilizing the spherical neighborhood and the ellipsoid neighborhood, respectively. It can be seen that foreign body points in the left lower corner of Figure 6b have not been identified as noise point and eliminated, which means that the spherical detection cannot effectively eliminate the foreign body noise points. From Figure 6c, the ellipsoid detection can effectively eliminate both the scattered noise points and foreign body noise points. Particularly, there are 383 noise points left in Figure 6b, and there are only 11 noise points left in Figure 6c, which suggests that the ellipsoid detection has a better denoising result than the spherical detection.
The detailed denoising results by the two detection algorithms and the influences of parameters (a, c, hc, and n c ) are listed in Table 2. It can be seen that the ellipsoid detection can eliminate more scattered noise points and foreign body noise points than the spherical detection. Particularly, for the ellipsoid detection, when n c equals to 3, at most 31 noise points (in No. 2) are remained after denoising process. With the decrease of n c , the denoising critical value determined by Equation (1) will increase, which makes more ground points eliminated. Therefore, when n c decreases from 3 (No. 1 in Table 2) to 2 (No. 3 in Table 2), the number of remaining noise points decreases by 1, but the number of remaining ground points decreases by 434. This means that n c = 3 is enough to eliminate noise points.
As illustrated in Section 3.1, the smaller the ellipsoid, the lower the computing time. Comparing No. 1 and No. 2 Table 2, when the ellipsoid size reduces to the half of its origin one, the computing time changes from 21 s to 10 s. However, the number of remaining noise points increases by 19, and the number of remaining ground points decreases by 434. It means that the ellipsoid size cannot be reduced indefinitely when the ratio of c/a is unchanged, which may mistakenly eliminate some ground points.

5.2. Verification by the Scanned Point Cloud

Due to the influence of traffic, load, and the pavement material types, the actual scanned pavement point cloud is more complex than the simulated point cloud. To verify the feasibility of the proposed algorithm to the real pavement point cloud, two types of scanned point clouds, namely, the flat concrete pavement and the concrete pavement with stones and kerbs are selected for denoising.

5.2.1. Flat Concrete Pavement

The flat concrete pavement and its original scanned point cloud are shown in Figure 7a,b, respectively. The point cloud within the four targets is used for denoising (Figure 7c). The original point cloud consists of 41,118 points within the target area, the main noise points are the scattered noise points.
As shown in Table 3, different denoising parameters (a, c, hc, nc, and Nc) are used to denoise the point cloud, and the numbers of eliminated points are 263, 748, 670, 1140, 40, and 382 for No. 1–No. 6 parameter values in Table 3. Particularly, a is fixed as 0.01 m and the shape of the ellipsoid is changed by changing c. N c is fixed as 3 because this value is appropriate to eliminate noise points by adjusting c, hc, and nc.
For ellipsoid detection, with the decrease of c/a, Sforeign body (determined by Equation (14)) will decrease (shown in Figure 6), which makes more foreign body points eliminated. Moreover, with the decrease of n c , the denoising critical value determined by Equation (1) will increase, which makes more potential noise points eliminated. Particularly, No.4 denoising parameter combination (a = 0.01, c = 0.001, hc = 6, nc = 2, and Nc = 3) eliminates the most noise points and still well preserves the ground points. For the spherical detection, the number of eliminated points increases with the decrease of nc, similar to the ellipsoid detection.

5.2.2. Concrete Pavement with Stones and Kerbs

The actual concrete pavement with stones and kerbs and its original scanned point cloud are shown in Figure 8a,b, respectively. The point cloud within four targets is used for the denoising (Figure 8c), which consists of 105,457 points.
As shown in Table 4, different denoising parameters (a, c, hc, nc, and Nc) are used to denoise the point cloud, and the results are shown in Figure 9. Particularly, a is fixed as 0.01 m and the shape of the ellipsoid is changed by changing c. N c is fixed as 3, because this value is appropriate to eliminate noise points by adjusting c, hc, and nc.
For the ellipsoid detection, with the decrease of n c , the denoising critical value determined by Equation (1) will increase, which makes more potential noise points eliminated. According to Figure 9a–d, No. 4 denoising parameter combination (a = 0.01, c = 0.001, hc = 6, nc = 1.5, and Nc = 3) eliminates most noise points and still well preserve the ground points.
For the spherical detection, the number of eliminated points increases with the decrease of nc, similar to the ellipsoid detection. In the denoised results by the spherical detection (Figure 9e,f), the foreign body noise points with high z-coordinates are eliminated, while the foreign body noise points close to the pavement are remained. Because the spherical detection homogenizes the contribution of x-, y-, and z-coordinates of point cloud, and cannot eliminate foreign body (such as stones or kerbs) noise points close to the pavement.
It is concluded that the cell meshing ellipsoid detection can eliminate more scattered noise points and foreign body noise points than the spherical neighborhood detection. Particularly, with the decrease of c/a or nc, more points will be eliminated, which may eliminate more potential noise points and the ground points far from the pavement plane.

6. Conclusions

The conventional 3D point cloud denoising algorithm emphasizes on improving the smoothness of the point cloud, however, ignores the horizontal characteristics of the pavement, which makes it difficult to eliminate the foreign body noise points and the scattered noise points close to the pavement plane. Meanwhile, the conventional denoising algorithm is lack of the cell meshing process and demands for calculating the distance between any two points, making the computing time very long. In this study, a new denoising algorithm based on the cell meshing ellipsoid detection is proposed, which reduces the computing time and highlights the contribution of horizontal coordinates to the critical value of denoising. To confirm the accuracy and efficiency of the proposed algorithm, the ellipsoid detection difference between the ground points, the scattered noise points and the foreign body noise points is theoretically analyzed. The ellipsoid detection algorithm is then quantitatively verified by the simulated point cloud and the practically scanned pavement point cloud, and the comparison is finally conducted between the ellipsoid neighborhood detection and the traditional spherical neighborhood detection.
It is found that the denoising algorithm based on the cell meshing ellipsoid detection enlarges the contribution of the horizontal coordinates for distinguishing noise points. c/a, hc, nc, and Nc are the denoising parameters, in which n c and Nc are used to control the denoising degree determined by Equations (1) and (2). By reducing the denoising parameters (c/a, hc, nc, and Nc), more foreign body noise points and ground points may be eliminated, because the critical value is increased. Compared to the traditional spheroid neighborhood detection, the ellipsoid detection can better eliminate the scattered noise points close to the pavement plane and the foreign body noise points. At the same time, the cell meshing procedure reduces the computing time by reducing the spatial scale of the ellipsoid detection.
The proposed algorithm is an improvement based on the spherical neighborhood detection of the ordinary object denoising algorithm. It can quickly and efficiently eliminate the scattered noise points. In addition, it has a good denoising effect on the foreign body noise points such as the stones and the kerbs. This algorithm can provide a practical, accurate and efficient way of processing point cloud for the later 3D reconstruction of pavement and defect identification.

Author Contributions

Methodology, C.Y. and Y.W.; investigation, C.Y. and Y.X.; formal analysis, C.Y. and Y.X.; writing—original draft preparation, C.Y.; writing—review and editing, C.Y., Y.W. and L.W.; supervision, Y.W. and L.W. All authors have read and agreed to the published version of the manuscript.

Funding

The research reported in this paper is supported by the National Key R&D Program of China [grant number 2017YFF0205600].

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data is contained within the article.

Acknowledgments

The authors express their sincere appreciation to the support.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Bitelli, G.; Simone, A.; Girardi, F.; Lantieri, C. Laser Scanning on Road Pavements: A New Approach for Characterizing Surface Texture. Sensors 2012, 12, 9110–9128. [Google Scholar] [CrossRef] [PubMed]
  2. Richard, H.; Andrew, Z. Multiple View Geometry in Computer Vision; Cambridge University Press: Cambridge, UK, 2000. [Google Scholar]
  3. Blais, F. Review of 20 years of range sensor development. J. Electron. Imaging 2004, 13, 231–243. [Google Scholar] [CrossRef]
  4. Naguib, A.M.; Kim, J.; Lee, S. 3D environmental modeling and drivable road identification for a long-range rover. In Proceedings of the 2017 14th International Conference on Ubiquitous Robots and Ambient Intelligence, Jeju, Korea, 28 June–1 July 2017; pp. 697–700. [Google Scholar]
  5. Xiao, Y.; Wei, Y.; Yan, C.; Liu, Y.; Wang, L. A new data preprocessing method for 3D reconstruction of pavement. Int. J. Pavement Eng. 2019, 1–15. [Google Scholar] [CrossRef]
  6. Sun, Z.; Yuan, M.; Li, W.; Hao, X. The pavement laser 3D data denoising algorithm based on the morphology. J. Inf. Comput. Sci. 2014, 11, 2049–2057. [Google Scholar] [CrossRef]
  7. Cao, S.; Yue, J.; Ma, W. Bilateral filtering denoise algorithm for point cloud based on feature selection. J. Southeast Univ. 2013, 43, 351–354. (In Chinese) [Google Scholar]
  8. Ma, L.; Li, Y.; Li, J.; Wang, C.; Wang, R.; Chapman, M.A. Mobile laser scanned point-clouds for road object detection and extraction: A review. Remote Sens. 2018, 10, 1531. [Google Scholar] [CrossRef] [Green Version]
  9. Lin, H.; Fu, D.; Wang, Y. Feature preserving denoising of scattered point cloud based on parametric adaptive and anisotropic gaussian kernel. Comput. Integr. Manuf. Syst. 2017, 23, 2583–2592. (In Chinese) [Google Scholar]
  10. Schall, O.; Belyaev, A.; Seidel, H.P. Robust filtering of noisy scattered point data. In Proceedings of the Eurographics/IEEE VGTC Symposium Point-Based Graphics, Stony Brook, NY, USA, 21–22 June 2005; pp. 71–77. [Google Scholar]
  11. Hong-Bin, L.; Mengrui, L.B.Z.Y.L. Research on variable scale registration algorithm for scattered point clouds in reverse engineering. J. Mech. Eng. 2013, 49, 20–27. (In Chinese) [Google Scholar]
  12. Xu, Z.; Wei, J.; Chen, X. Vehicle recognition and classification method based on laser scanning point cloud data. In Proceedings of the 2015 International Conference on Transportation Information and Safety (ICTIS), Wuhan, China, 25–28 June 2015; pp. 44–49. [Google Scholar]
  13. Deshpande, S.D.; Er, M.H.; Venkateswarlu, R.; Chan, P. Max-mean and max-median filters for detection of small targets. In Proceedings of the Signal and Data Processing of Small Targets 1999, Denver, CO, USA, 20–22 July 1999; Volume 3809, pp. 74–83. [Google Scholar]
  14. Yang, Q.; Li, P.; Wu, Y. An optimized noise reduction method for three-dimensional laser point cloud. Jiangxi Surv. Mapp. 2018, 116, 35–37, 48. (In Chinese) [Google Scholar]
  15. Liu, D.; Liao, W.; Dai, N.; Cheng, X. Research and implementation for denoising noisy scattered point data. J. Southeast Univ. 2007, 37, 1108–1112. (In Chinese) [Google Scholar]
  16. Mattei, E.; Castrodad, A. Point cloud denoising via moving RPCA. Comput. Graph. Forum 2017, 36, 123–137. [Google Scholar] [CrossRef]
  17. Rakotosaona, M.J.; La Barbera, V.; Guerrero, P.; Mitra, N.J.; Ovsjanikov, M. POINTCLEANNET: Learning to denoise and remove outliers from dense point clouds. Comput. Graph. Forum 2020, 39, 185–203. [Google Scholar] [CrossRef] [Green Version]
  18. Yu, S.J.; Sukumar, S.R.; Koschan, A.F.; Page, D.L.; Abidi, M.A. 3D reconstruction of road surfaces using an integrated multi-sensory approach. Opt. Lasers Eng. 2007, 45, 808–818. [Google Scholar] [CrossRef]
  19. Wang, X.; Qing, G.; Zhao, H. Pavement crack detection method based on multilevel denoising model. J. Comput. Appl. 2010, 30, 1606–1609. (In Chinese) [Google Scholar] [CrossRef]
  20. Vosselman, G. Slope based filtering of laser altimetry data. Int. Arch. Photogramm. Remote Sens. 2000, 33, 678–684. [Google Scholar]
  21. Petzold, B.; Reiss, P.; Stössel, W. Laser scanning—surveying and mapping agencies are using a new technique for the derivation of digital terrain models. ISPRS J. Photogramm. Remote Sens. 1999, 54, 95–104. [Google Scholar] [CrossRef]
  22. Liu, R.; Tian, M.; Xu, J. Expressway road surface point filtering for mobile laser scanning data. Geomat. Inf. Sci. Wuhan Univ. 2015, 40, 751–755. (In Chinese) [Google Scholar]
  23. Hu, X.; Yuan, Y. Deep-Learning-Based classification for dtm extraction from ALS point cloud. Remote Sens. 2016, 8, 730. [Google Scholar] [CrossRef] [Green Version]
  24. Lin, X.; Zhang, J. Segmentation-Based filtering of airborne lidar point clouds by progressive densification of terrain segments. Remote Sens. 2014, 6, 1294–1326. [Google Scholar] [CrossRef] [Green Version]
  25. Qiu, K.; Sun, K.; Ding, K.; Shu, Z. A fast and robust algorithm for road edges extraction from lidar data. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2016, 41, 693–698. [Google Scholar] [CrossRef]
Figure 1. The flow chart of pavement point cloud denoising algorithm based on cell meshing ellipsoid detection: (a) Preparation stage; (b) cell meshing the point cloud and pre-denoising; (c) Denoising by ellipsoid detection; (d) Comparison between cells; (e) Noise points elimination.
Figure 1. The flow chart of pavement point cloud denoising algorithm based on cell meshing ellipsoid detection: (a) Preparation stage; (b) cell meshing the point cloud and pre-denoising; (c) Denoising by ellipsoid detection; (d) Comparison between cells; (e) Noise points elimination.
Sensors 21 02310 g001
Figure 2. (a) The schematic diagram of cell meshing point cloud, (b) the surrounding cells of the point to be detected and (c) view 1, (d) view 2 and (e) view 3 of the (b), respectively.
Figure 2. (a) The schematic diagram of cell meshing point cloud, (b) the surrounding cells of the point to be detected and (c) view 1, (d) view 2 and (e) view 3 of the (b), respectively.
Sensors 21 02310 g002
Figure 3. Ground points in the Ellipsoidal neighborhood of the scattered noise point.
Figure 3. Ground points in the Ellipsoidal neighborhood of the scattered noise point.
Sensors 21 02310 g003
Figure 4. Schematic diagram of the ellipsoid detection of point cloud containing the foreign body, (a) 3D view, (b) side view of (a), (c) view 1 of (b) and (d) view 2 of (b).
Figure 4. Schematic diagram of the ellipsoid detection of point cloud containing the foreign body, (a) 3D view, (b) side view of (a), (c) view 1 of (b) and (d) view 2 of (b).
Sensors 21 02310 g004
Figure 5. (a) The impact of θ and a on Sforeign body when d = 0.5 mm and (b) the impact of θ and d on Sforeign bod when a = 10 mm.
Figure 5. (a) The impact of θ and a on Sforeign body when d = 0.5 mm and (b) the impact of θ and d on Sforeign bod when a = 10 mm.
Sensors 21 02310 g005
Figure 6. (a) The simulated point cloud before denoising, (b) denoised result by spherical detection (relevant factors refer to No. 4 in Table 2) and (c) denoised result by ellipsoid detection (relevant factors refer to No. 3 in Table 2).
Figure 6. (a) The simulated point cloud before denoising, (b) denoised result by spherical detection (relevant factors refer to No. 4 in Table 2) and (c) denoised result by ellipsoid detection (relevant factors refer to No. 3 in Table 2).
Sensors 21 02310 g006
Figure 7. (a) The photo of the flat concrete pavement, (b) the original point cloud and (c) the original point cloud within in the target area.
Figure 7. (a) The photo of the flat concrete pavement, (b) the original point cloud and (c) the original point cloud within in the target area.
Sensors 21 02310 g007
Figure 8. (a) The photo of the flat concrete pavement with stones and kerbs, (b) the original point cloud and (c) the original point cloud within the target area.
Figure 8. (a) The photo of the flat concrete pavement with stones and kerbs, (b) the original point cloud and (c) the original point cloud within the target area.
Sensors 21 02310 g008
Figure 9. The denoising results of the flat concrete pavement by using (a) No. 1, (b) No. 2, (c) No. 3, (d) No. 4, (e) No. 5 and (f) No. 6 parameter values in Table 4, respectively. (ED: ellipsoid detection; SD: spherical detection).
Figure 9. The denoising results of the flat concrete pavement by using (a) No. 1, (b) No. 2, (c) No. 3, (d) No. 4, (e) No. 5 and (f) No. 6 parameter values in Table 4, respectively. (ED: ellipsoid detection; SD: spherical detection).
Sensors 21 02310 g009
Table 1. The intersection area in the ellipsoid neighborhood of different types of points.
Table 1. The intersection area in the ellipsoid neighborhood of different types of points.
Point TypesIntersection Area after NormalizationSensitivityExplanation
Ground point1constantThe numbers of points in a ground point neighborhood are almost the same.
Scattered noise pointAs calculated by Equation (8)Sscatter < 0.5 when d > 0.71cIf the distance between a scattered noise point and the road plane is larger than 0.71c, the number of points in its neighborhood will be less than half of that in a ground point neighborhood.
Foreign body noise pointsAs calculated by Equations (12)–(14)Sforeign body < 0.5 when a = 10c, d > 0.6c and θ > 20°Under the conditions of a equals to 10c, the distance between a foreign body noise point and the road plane is larger than 0.6c, and the angle between the foreign body and the road plane is larger than 20°, the number of points in its neighborhood will be less than half of that in a ground point neighborhood.
Table 2. The denoising results of the simulated point cloud by different denoising parameters.
Table 2. The denoising results of the simulated point cloud by different denoising parameters.
No.a
(m)
c
(m)
hcncNcNumber of Remaining
Ground Points
Number of Remaining
Scattered Noise Points
Number of Remaining
Foreign Body Noise Points
Computation Time (s)
Before denoising--- --31,78640001000-
After denoisingEllipsoid
detection
10.020.00233331,46311121
20.010.00163328,47722910
30.020.00212331,02911020
Spherical
detection
40.020.0213331,7788929425
Table 3. The denoising results of the concrete pavement point cloud without foreign body noise points by different denoising parameters.
Table 3. The denoising results of the concrete pavement point cloud without foreign body noise points by different denoising parameters.
No.a
(m)
c
(m)
hcncNcNumber of
Eliminated Points
Number of
Preserved Points
Before denoising--- --041,118
After
denoising
Ellipsoid
detection
10.010.00233326340,855
20.010.00232374840,370
30.010.00163367040,448
40.010.001623114039,978
Spherical
detection
50.010.011334041,078
60.010.0112338240,736
Table 4. The denoising results of the concrete pavement point cloud with stone and kerb noise points by different denoising parameters.
Table 4. The denoising results of the concrete pavement point cloud with stone and kerb noise points by different denoising parameters.
No.a
(m)
c
(m)
hcncNcNumber of
Eliminated Points
Number of
Preserved Points
Before denoising--- --0105,457
After
denoising
Ellipsoid
detection
10.010.0023315,37490,08340,855
20.010.00231.518,78586,67240,370
30.010.0016316,00989,44840,448
40.010.00161.522,92582,53239,978
Spherical
detection
50.010.011313,70291,75541,078
60.010.0111.516,76888,68940,736
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Yan, C.; Wei, Y.; Xiao, Y.; Wang, L. Pavement 3D Data Denoising Algorithm Based on Cell Meshing Ellipsoid Detection. Sensors 2021, 21, 2310. https://doi.org/10.3390/s21072310

AMA Style

Yan C, Wei Y, Xiao Y, Wang L. Pavement 3D Data Denoising Algorithm Based on Cell Meshing Ellipsoid Detection. Sensors. 2021; 21(7):2310. https://doi.org/10.3390/s21072310

Chicago/Turabian Style

Yan, Chuang, Ya Wei, Yong Xiao, and Linbing Wang. 2021. "Pavement 3D Data Denoising Algorithm Based on Cell Meshing Ellipsoid Detection" Sensors 21, no. 7: 2310. https://doi.org/10.3390/s21072310

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