DeepAI AI Chat
Log In Sign Up

ELSED: Enhanced Line SEgment Drawing

08/06/2021
by   Iago Suárez, et al.
0

Detecting local features, such as corners, segments or blobs, is the first step in the pipeline of many Computer Vision applications. Its speed is crucial for real time applications. In this paper we present ELSED, the fastest line segment detector in the literature. The key for its efficiency is a local segment growing algorithm that connects gradient aligned pixels in presence of small discontinuities. The proposed algorithm not only runs in devices with very low end hardware, but may also be parametrized to foster the detection of short or longer segments, depending on the task at hand. We also introduce new metrics to evaluate the accuracy and repeatability of segment detectors. In our experiments with different public benchmarks we prove that our method is the most efficient in the literature and quantify the accuracy traded for such gain.

READ FULL TEXT

page 9

page 12

page 21

09/11/2020

TP-LSD: Tri-Points Based Line Segment Detector

This paper proposes a novel deep convolutional model, Tri-Points Based L...
03/27/2020

A super scalable algorithm for short segment detection

In many applications such as copy number variant (CNV) detection, the go...
09/10/2022

LSDNet: Trainable Modification of LSD Algorithm for Real-Time Line Segment Detection

As of today, the best accuracy in line segment detection (LSD) is achiev...
03/18/2016

From line segments to more organized Gestalts

In this paper, we reconsider the early computer vision bottom-up program...
05/10/2023

Level-line Guided Edge Drawing for Robust Line Segment Detection

Line segment detection plays a cornerstone role in computer vision tasks...
11/09/2021

Changepoint detection in non-exchangeable data

Changepoint models typically assume the data within each segment are ind...
11/16/2014

Combining contextual and local edges for line segment extraction in cluttered images

Automatic extraction methods typically assume that line segments are pro...

Code Repositories

ELSED

ELSED: Enhanced Line SEgment Drawing


view repo