Ask Your Question

Revision history [back]

Finding segment length

Hi all, I am new in the use of OpenCV. I have the following benchmark case to solve: image description

I need the complete definition of the three segments. With HoughLines() I am able to obtain the lines equations, but not the length of the segments. Is it any way to obtain the complete definition of those segments? Perhaps the starting and final points?

Thanks in advance