I'm trying to detect line segments in an image.
From what I gather, the Hough algorithm detects lines but not segments.
Does anyone know of how I would go about this, or any libraries suitable for this?
Im my case, I'm trying to detect star trails (which for these purposes are all straight) from a photograph so I can reduce them back to points.
If it's important, I'm trying to implement this in C#
Any ideas?