-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I have implemented line segment detection using Hough Transform. As you can see from the below images, cross lines (which are not present) are detected. One idea to remove them is to take only parallel lines (might not work in cases where cross lines are more), or some angle based method.
Goal is to detect horizontal and vertical lines (preferably able to differentiate them using diff colours)


