CVMar 12, 2020

Open Source Computer Vision-based Layer-wise 3D Printing Analysis

arXiv:2003.05660v179 citationsHas Code
AI Analysis

This addresses reliability issues in additive manufacturing for users by providing a systematic, open-source monitoring tool, though it is incremental as a first step toward failure correction.

The paper tackles the problem of detecting errors in 3D printing by developing an open-source computer vision system that analyzes layers in quasi-real time (less than one minute per layer), tracking errors and enabling intelligent suspension to save time and material.

The paper describes an open source computer vision-based hardware structure and software algorithm, which analyzes layer-wise the 3-D printing processes, tracks printing errors, and generates appropriate printer actions to improve reliability. This approach is built upon multiple-stage monocular image examination, which allows monitoring both the external shape of the printed object and internal structure of its layers. Starting with the side-view height validation, the developed program analyzes the virtual top view for outer shell contour correspondence using the multi-template matching and iterative closest point algorithms, as well as inner layer texture quality clustering the spatial-frequency filter responses with Gaussian mixture models and segmenting structural anomalies with the agglomerative hierarchical clustering algorithm. This allows evaluation of both global and local parameters of the printing modes. The experimentally-verified analysis time per layer is less than one minute, which can be considered a quasi-real-time process for large prints. The systems can work as an intelligent printing suspension tool designed to save time and material. However, the results show the algorithm provides a means to systematize in situ printing data as a first step in a fully open source failure correction algorithm for additive manufacturing.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes