Is there any super fast algorithm for finding LINES on picture?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-04-08T00:06:19Z Indexed on 2010/04/08 0:13 UTC
Read the original article Hit count: 603

So I have Image like this

alt text

I need some super fast algorithm for finding all straight lines on it. I want to give to algorithm parameters like min length and max line distortion. I want to get relative to picture pixel coords start and end points of lines.

So on this picture to find all lines between dalles and thouse 2 black lines on top.

So I need algorithm for super fast finding straight lines of different colors on picture.

Is there any such algorithm? (super duper fast=)

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about image-processing