Line Segment Detection
A collection of line segment detection algorithms
GitHub - Vincentqyw/LineSegmentsDetection: 📐A collection of line segments detection algorithms.
Usage
git clone --recurse-submodules https://github.com/Vincentqyw/LineSegmentsDetection.gi
DeepLSD
- Title: "DeepLSD: Line Segment Detection and Refinement with Deep Image Gradients", Arxiv 2022.
- Paper: https://arxiv.org/abs/2212.07766
- Code: GitHub - cvg/DeepLSD: Implementation of the paper "DeepLSD: Line Segment Detection and Refinement with Deep Image Gradients"
M-LSD
- Title: "M-LSD: Towards Light-weight and Real-time Line Segment Detection", AAAI 2022.
- Paper: https://arxiv.org/abs/2106.00186
- Code: GitHub - navervision/mlsd: Official Tensorflow implementation of "M-LSD: Towards Light-weight and Real-time Line Segment Detection" (AAAI 2022 Oral)
F-Clip
- Title: "Fully Convolutional Line Parsing", Neurocomputing 2022.
- Paper: https://arxiv.org/abs/2104.11207
- Code: GitHub - Delay-Xili/F-Clip: The official PyTorch implementation of the paper: *Xili Dai, Xiaojun Yuan, Haigang Gong, Yi Ma. "Fully Convolutional Line Parsing." *.
SOLD2
- Title: "SOLD2: Self-supervised Occlusion-aware Line Description and Detection", CVPR 2021.
- Paper: https://arxiv.org/abs/2104.03362
- Code: GitHub - cvg/SOLD2: Joint deep network for feature line detection and description, [Kornia Tutorial]
LETR
- Title: "Line Segment Detection Using Transformers without Edges", CVPR 2021.
- Paper: https://arxiv.org/abs/2101.01909
- Code: GitHub - mlpc-ucsd/LETR: (CVPR 2021 Oral) LETR: Line Segment Detection Using Transformers without Edges
HAWP
- Title: "Holistically-Attracted Wireframe Parsing: From Supervised Learning to Self-Supervised Learning", CVPR 2020.
- Paper: https://arxiv.org/abs/2210.12971
- Code: GitHub - cherubicXN/hawp: Holistically-Attracted Wireframe Parsing [TPAMI'23] & [CVPR' 20]
TP-LSD
- Title: "TP-LSD: Tri-Points Based Line Segment Detector", ECCV 2020.
- Paper: https://arxiv.org/abs/2009.05505
- Code: GitHub - Siyuada7/TP-LSD: Official implementation of paper "TP-LSD: Tri-points based line segment detector" .
ULSD
- Title: "ULSD: Unified Line Segment Detection across Pinhole, Fisheye, and Spherical Cameras", ISPRS 2020.
- Paper: https://arxiv.org/abs/2011.03174
- Code: GitHub - lh9171338/Unified-Line-Segment-Detection: Unified Line Segment Detection
Deep-Hough-Transform-Line-Priors
- Title: "Deep Hough-Transform Line Priors", ECCV 2020.
- Paper: https://arxiv.org/abs/2007.09493
- Code: GitHub - yanconglin/Deep-Hough-Transform-Line-Priors: Official implementation for Deep-Hough-Transform-Line-Priors (ECCV 2020)
AFM-LSD
- Title: "Learning Attraction Field Representation for Robust Line Segment Detection", CVPR 2019.
- Paper: https://arxiv.org/abs/1812.02122
- Code: GitHub - cherubicXN/afm_cvpr2019: Official implementation of paper "Learning Attraction Field Map for Robust Line Segment Detection" (CVPR 2019)
L-CNN
- Title: "End-to-End Wireframe Parsing", ICCV 2019.
- Paper: https://arxiv.org/abs/1905.03246
- Code: GitHub - zhou13/lcnn: LCNN: End-to-End Wireframe Parsing
MCMLSD
- Title: "MCMLSD: A Dynamic Programming Approach to Line Segment Detection", CVPR 2017.
- Paper: http://openaccess.thecvf.com/content_cvpr_2017/papers/Almazan_MCMLSD_A_Dynamic_CVPR_2017_paper.pdf
- Code: http://www.elderlab.yorku.ca/?smd_process_download=1&download_id=8423
CannyLines
- Title: "CannyLines: A Parameter-Free Line Segment Detector", ICIP 2015.
- Project Page: CannyLines: A Parameter-Free Line Segment Detector
- Paper: http://cvrs.whu.edu.cn/projects/cannyLines/papers/CannyLines-ICIP2015.pdf
- Code: http://cvrs.whu.edu.cn/projects/cannyLines/codes/CannyLines-v3.rar
EDline
- Title: "Edge Drawing: A Combined Real-Time Edge and Segment Detector", JVCIR 2012.
- Paper: https://www.sciencedirect.com/science/article/abs/pii/S1047320312000831
- Code: GitHub - mtamburrano/LBD_Descriptor
LSD
- Title: "LSD: a Line Segment Detector", Image Processing On Line 2012.
- Project Page: IPOL Journal · LSD: a Line Segment Detector
- Paper: http://www.ipol.im/pub/art/2012/gjmr-lsd/article.pdf
- Code: http://www.ipol.im/pub/art/2012/gjmr-lsd/lsd_1.5.zip
LSWMS
- Title: "Line segment detection using weighted mean shift procedures on a 2D slice sampling strategy", Pattern Analysis and Applications 2011.
- Paper: https://www.researchgate.net/LSWMS.pdf
- Code: LSWMS download | SourceForge.net