CVCGNAMay 30, 2022

Fitting and recognition of geometric primitives in segmented 3D point clouds using a localized voting procedure

arXiv:2205.15426v220 citationsh-index: 38
Originality Incremental advance
AI Analysis

This work addresses the need for efficient geometric modeling in CAD applications like reverse engineering, but it is incremental as it builds on the Hough transform with localized voting.

The authors tackled the problem of automatically recognizing geometric primitives and their relationships in segmented 3D point clouds, achieving robust fitting and effective inference of inter-segment relations as demonstrated on synthetic and industrial scans.

The automatic creation of geometric models from point clouds has numerous applications in CAD (e.g., reverse engineering, manufacturing, assembling) and, more in general, in shape modelling and processing. Given a segmented point cloud representing a man-made object, we propose a method for recognizing simple geometric primitives and their interrelationships. Our approach is based on the Hough transform (HT) for its ability to deal with noise, missing parts and outliers. In our method we introduce a novel technique for processing segmented point clouds that, through a voting procedure, is able to provide an initial estimate of the geometric parameters characterizing each primitive type. By using these estimates, we localize the search of the optimal solution in a dimensionally-reduced parameter space thus making it efficient to extend the HT to more primitives than those that are generally found in the literature, i.e. planes and spheres. Then, we extract a number of geometric descriptors that uniquely characterize a segment, and, on the basis of these descriptors, we show how to aggregate parts of primitives (segments). Experiments on both synthetic and industrial scans reveal the robustness of the primitive fitting method and its effectiveness for inferring relations among segments.

Code Implementations1 repo
Foundations

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

Your Notes