Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

lines parallel with houghlines opencv+python

I need to know how draw lines parallel, I'm beginning with Opencv, please help. I use the houghlines function for detect lines, now I want detect lines parallel, I know that the ecuacion of a lines is y = k*x+b and two lines are parallel when k1 = k2. but how represent this in opencv with houghlines?