Thursday, 12 September 2013

simple straight lines detection algorithm

simple straight lines detection algorithm

I'm looking for a simple algorithm for finding straight lines on the
image. Not necessarily fast, just a working concept. I've done my homework
and already found several approaches to the problem (e.g. combination of
Canny and Hough transform or LSD) but couldn't find anything relatively
easy to implement.
My input data are grayscaled 8 bpp images.

No comments:

Post a Comment