English

ULSD: Unified Line Segment Detection across Pinhole, Fisheye, and Spherical Cameras

Computer Vision and Pattern Recognition 2020-11-09 v1

Abstract

Line segment detection is essential for high-level tasks in computer vision and robotics. Currently, most stateof-the-art (SOTA) methods are dedicated to detecting straight line segments in undistorted pinhole images, thus distortions on fisheye or spherical images may largely degenerate their performance. Targeting at the unified line segment detection (ULSD) for both distorted and undistorted images, we propose to represent line segments with the Bezier curve model. Then the line segment detection is tackled by the Bezier curve regression with an end-to-end network, which is model-free and without any undistortion preprocessing. Experimental results on the pinhole, fisheye, and spherical image datasets validate the superiority of the proposed ULSD to the SOTA methods both in accuracy and efficiency (40.6fps for pinhole images). The source code is available at https://github.com/lh9171338/Unified-LineSegment-Detection.

Keywords

Cite

@article{arxiv.2011.03174,
  title  = {ULSD: Unified Line Segment Detection across Pinhole, Fisheye, and Spherical Cameras},
  author = {Hao Li and Huai Yu and Wen Yang and Lei Yu and Sebastian Scherer},
  journal= {arXiv preprint arXiv:2011.03174},
  year   = {2020}
}