Fast 3D Line Segment Detection From Unorganized Point Cloud

01/08/2019
by   Xiaohu Lu, et al.
14

This paper presents a very simple but efficient algorithm for 3D line segment detection from large scale unorganized point cloud. Unlike traditional methods which usually extract 3D edge points first and then link them to fit for 3D line segments, we propose a very simple 3D line segment detection algorithm based on point cloud segmentation and 2D line detection. Given the input unorganized point cloud, three steps are performed to detect 3D line segments. Firstly, the point cloud is segmented into 3D planes via region growing and region merging. Secondly, for each 3D plane, all the points belonging to it are projected onto the plane itself to form a 2D image, which is followed by 2D contour extraction and Least Square Fitting to get the 2D line segments. Those 2D line segments are then re-projected onto the 3D plane to get the corresponding 3D line segments. Finally, a post-processing procedure is proposed to eliminate outliers and merge adjacent 3D line segments. Experiments on several public datasets demonstrate the efficiency and robustness of our method. More results and the C++ source code of the proposed algorithm are publicly available at https://github.com/xiaohulugo/3DLineDetection.

READ FULL TEXT

page 1

page 2

page 3

page 4

page 5

page 6

page 7

research
05/09/2019

PPGNet: Learning Point-Pair Graph for Line Segment Detection

In this paper, we present a novel framework to detect line segments in m...
research
03/03/2019

Robust corner and tangent point detection for strokes with deep learning approach

A robust corner and tangent point detection (CTPD) tool is critical for ...
research
06/11/2023

LF-PGVIO: A Visual-Inertial-Odometry Framework for Large Field-of-View Cameras using Points and Geodesic Segments

In this paper, we propose LF-PGVIO, a Visual-Inertial-Odometry (VIO) fra...
research
10/08/2018

High-quality Ellipse Detection Based on Arc-support Line Segments

Over the years many ellipse detection algorithms spring up and are studi...
research
06/23/2011

Inferring 3D Articulated Models for Box Packaging Robot

Given a point cloud, we consider inferring kinematic models of 3D articu...
research
03/07/2023

Parsing Line Segments of Floor Plan Images Using Graph Neural Networks

In this paper, we present a GNN-based Line Segment Parser (GLSP), which ...
research
12/18/2021

An effective coaxiality error measurement for twist drill based on line structured light sensor

Since the structure of twist drill is complex, it is hard and challengin...

Please sign up or login with your details

Forgot password? Click here to reset