Robust Detection of Corners and Corner-line Links in Images
Citations Over TimeTop 11% of 2010 papers
Abstract
We define corner points in an image as the intersections among detected straight line segments, and propose an algorithm that detects corners from such a definition. Our corner detection algorithm CLDC then makes use of the LDC (Line Detection using Contours) algorithm from, which outputs the list of all detected line segments together with their endpoints. Each line segment is extended in a post-processing step. CLDC (Corners from LDC) then finds corners in O((n + I)log n) time, where n and I are the number of endpoints the intersections of line segments, respectively. Detected corners are linked via line segments that define them. Such an output of the corner detection algorithm is a novel concept. The algorithm is comparable in time complexity with other algorithms, while providing more information about the line segments in the image. CLDC is robust to image transformations, such as rotation and translations. Our CLDC is compared to some existing algorithm, and its advantages are demonstrated.
Related Papers
- → CF-lines: a fusing contour features optimization method for line segment detector(2023)3 cited
- → Property Similarity Line Segment Detector(2021)2 cited
- 3DLine Segments Reconstruction for Building Facades with Line Matching Across Multi-Image with Non-Geometry Constraint(2014)
- → Constrained Orthogonal Segment Stabbing(2019)1 cited
- → NETLines: Recovering line-networks via gradient-based line segments refinement(2015)