Question

I would like to generate the outlines/lines of an image.- I know you can use a laplacian filter to generate the outline image but I need to take it one step further. I want to actually receive an array of lines (that can consist of multiple line segments) descibing the image. Are there existing algorithms to do that? Do you have any ideas to get there from an outline image?

Thanks

Was it helpful?

Solution

As long as the lines are straight (or can be parametrized in an adequate way), you might use hough transform.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top