Abstract: In this paper, we present a robust line segment detection algorithm to efficiently detect the line segments from an input image. Firstly a parameter-free Canny operator, named as CannyPF, is ...
Abstract: In this paper, we propose a novel line segment detector, named as NETLines, which can produce a set of accurate line segments and a set of node-connected line-networks formed by connection ...
This post was published on the now-closed HuffPost Contributor platform. Contributors control their own work and posted freely to our site. If you need to flag this entry as abusive, send us an email.
See if two line segments intersect or not. This uses the vector cross product approach described here: http://stackoverflow.com/a/565282/786339. This derives its ...