A Novel Vision-Based Outline Extraction Method for Hull Components in Shipbuilding

Hang Yu,Yixi Zhao,Chongben Ni,Jinhong Ding,Tao Zhang,Ran Zhang,Xintian Jiang
DOI: https://doi.org/10.3390/jmse12030453
IF: 2.744
2024-03-05
Journal of Marine Science and Engineering
Abstract:The diverse nature of hull components in shipbuilding has created a demand for intelligent robots capable of performing various tasks without pre-teaching or template-based programming. Visual perception of a target's outline is crucial for path planning in robotic edge grinding and other processes. Providing the target's outline from point cloud or image data is essential for autonomous programming, requiring a high-performance algorithm to handle large amounts of data in real-time construction while preserving geometric details. The high computational cost of triangulation has hindered real-time industrial applications, prompting efforts to improve efficiency. To address this, a new improvement called Directive Searching has been proposed to enhance search efficiency by directing the search towards the target triangle cell and avoiding redundant searches. Another improvement, Heritable Initial, reduces the search amount by inheriting the start position from the last search. Combining Directive Searching and Heritable Initial into a new method called DSHI has led to a significant efficiency advancement, with a calculation efficiency improvement of nearly 300–3000 times compared to the ordinary Bowyer–Watson method. In terms of outlines extraction, DSHI has improved the extraction efficiency by 4–16 times compared to the ordinary Bowyer–Watson methods, while ensuring stable outlines results, and has also increased the extraction efficiency by 2–4 times compared to PCL. The DSHI method is also applied to actual ship component edge-grinding equipment, and its effect meets the shipbuilding process requirements. It could be inferred that the new method has potential applications in shipbuilding and other industries, offering satisfying efficiency and robustness for tasks such as automatic edge grinding.
oceanography,engineering, marine, ocean
What problem does this paper attempt to address?
The problem that this paper attempts to solve is that in shipbuilding, the hull parts have diverse and complex shapes, which makes the traditional manual programming or template programming methods unable to meet the requirements of automated production. Specifically, the paper focuses on how a vision - guided robot system can efficiently extract the contours of target objects from point - cloud or image data when performing edge - grinding tasks, in order to achieve autonomous programming and path planning. This problem is crucial for improving the production efficiency of small - batch and multi - type parts. The paper proposes a new vision - based method - DSHI (Directive Searching and Heritable Initial) for efficiently extracting contours from the point - cloud data of hull parts. This method significantly improves the speed and stability of contour extraction by improving the Delaunay triangulation algorithm, especially when dealing with high - density point - cloud data. Compared with the traditional Bowyer - Watson method and the open - source PCL library, the DSHI method has a significant improvement in efficiency while ensuring the accuracy of contour extraction, meeting the actual requirements in the shipbuilding process.