Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Hao Li, Huai Yu, Wen Yang, Lei Yu, Sebastian Scherer• 2020

Related benchmarks

TaskDatasetResultRank
Line Segment DetectionYorkUrban (test)
sAP (10px)28.8
39
Line Segment DetectionWireframe dataset (test)
sAP^{10}68.8
34
Line Segment DetectionF-Wireframe fisheye (test)
sAP1061.2
7
Line Segment DetectionF-YorkUrban fisheye (test)
sAP1030.2
7
Line Segment DetectionSUN360
sAP@561.9
6
Line Segment DetectionWireframe Dataset
sAP@1066.4
6
Line Segment DetectionYorkUrban Dataset
sAP@1027.4
6
Showing 7 of 7 rows

Other info

Code

Follow for update