#Gantry #Construction #3D Scanning #Point Cloud #Computer Vision #Automation
Abstract
This project addresses the construction industry's shift toward automation by introducing a computer vision-based method for detecting and quantifying uneven material layers using 3D point cloud data. Uneven surfaces in applications like concrete, asphalt, and coatings can lead to cumulative installation errors. Traditionally, detection was manual, time-consuming, and inconsistent. Our approach automates this process through 3D scanning and advanced algorithms, comparing three methods—Octree, Voxel-aided triangulation, and Ball Pivoting (BP) surface mesh. The BP method achieved the highest accuracy and speed, enabling real-time anomaly detection and volume estimation for construction automation.

Publication
Paper: Method and device for estimating non-uniform spreading volume of powder material
Citation
@article{kuruppu2023분말,
title={Method and device for estimating non-uniform spreading volume of powder material},
author={Kuruppu Arachchige, Sasanka and Kim, Namyong and Lee, Kyuman},
journal={Construction Engineering and Management},
volume={24},
number={3},
pages={29--31},
year={2023},
url={https://scienceon.kisti.re.kr/commons/util/originalView.do?cn=JAKO202322246824761&oCn=JAKO202322246824761&dbt=JAKO&journal=NJOU00291654},
publisher={Korea Institute of Construction Engineering and Management}
}
Industry Context
The construction industry is experiencing rapid growth through close collaboration with the core technologies of the Fourth Industrial Revolution, including robotics. This shift aims to dramatically reduce costs by transforming existing labor-intensive production methods into automated systems through construction automation and intelligence. Uneven areas of powdered materials placed within formwork can lead to accumulated errors during installation. Ensuring even installation requires preemptive detection of uneven or compacted areas and accurate estimation of their volume. This research introduces a method and device for estimating the location and volume of non-uniform laying more quickly and accurately by acquiring data through 3D scanning techniques and applying computer vision-based techniques to the acquired 3D data.
Overview
The construction sector is embracing robotics and digitalization to replace labor-intensive processes with intelligent automation. One critical challenge is ensuring surface uniformity during material placement, as uneven layers can cause costly errors. Historically, this required manual inspection, which was slow and skill-dependent. Our research proposes an automated pipeline leveraging 3D scanning and point cloud processing to detect anomalies and estimate their volume accurately. This work forms part of the ERC Gantry initiative, aiming to integrate anomaly detection into real-time, automated construction workflows.
Methodology
- Octree Method: Divides the point cloud into an octree grid and sums the occupied grid volumes. Pros: Simple concept. Cons: Sensitive to grid size, inconsistent results, and slow computation. Error: 1.5–8.2 cm³.
- Voxel-Aided Triangulation: Voxelizes the anomaly cloud, triangulates points for rough surface reconstruction, and calculates volume under triangles. Pros: Faster (0.3–1s). Cons: Inconsistent for spherical anomalies. Error: 1.2–6.5 cm³.
- Ball Pivoting (BP) Surface Mesh: Clusters point clouds using DBSCAN, estimates inlier planes with RANSAC, and reconstructs surfaces using the BP algorithm. Pros: High accuracy, consistent for both cylindrical and spherical anomalies, fast (0.3–1s). Error: 0.6–2.1 cm³.


Results
Cylinder Volume Estimation: Actual: 25,132.74 mm³, Estimated (BP): 25,755.81 mm³, Error: 2.47%
Half-Sphere Volume Estimation: Actual: 16,755.16 mm³, Estimated (BP): 14,681.07 mm³, Error: 12.37%

Method | Cylindrical Error | Spherical Error |
---|---|---|
Octree | 7.2 cm³ | N/A |
Voxel | 1.2 cm³ | 6.5 cm³ |
BP Method | 0.6 cm³ | 2.1 cm³ |
Implementation
The BP method was integrated into the main anomaly detection script and the automated “move-and-capture” loop for real-time refinement. Future work includes on-site testing and calibration with solid reference objects to further improve accuracy.
Key Takeaways
- BP surface mesh method offers the best trade-off between speed and accuracy.
- Automated anomaly detection can significantly enhance safety and efficiency in construction monitoring.
- Real-time implementation on embedded systems (Jetson) is feasible.
Write your post content here.