This paper introduces a novel line segment detector, the Aligned Anchor Groups guided Line Segment Detector (AAGLSD), designed to detect line segments from images with high precision and completeness. The algorithm employs a hierarchical approach to extract candidate pixels with different saliency levels, including regular anchors and aligned anchor groups. AAGLSD initiates from these aligned anchor groups, sequentially linking anchors and updating the currently predicted line segment simultaneously. The final predictions are derived through straightforward validation and merging of adjacent line segments, avoiding complex refinement strategies. AAGLSD is evaluated on various datasets and quantitative experiments demonstrate that the proposed method can effectively extract complete line segments from input images compared to other advanced line segment detectors. The implementation is available at https://github.com/zyl0609/AAGLSD.
@article{arxiv.2509.00786,
title = {Aligned Anchor Groups Guided Line Segment Detector},
author = {Zeyu Li and Annan Shu},
journal= {arXiv preprint arXiv:2509.00786},
year = {2026}
}
Comments
Accepted at the 8th Chinese Conference on Pattern Recognition and Computer Vision (PRCV 2025). 14 pages, supplementary material attached