Ask Your Question

GUI's profile - activity

2020-10-09 06:16:54 -0600 received badge  Notable Question (source)
2018-07-02 07:23:34 -0600 received badge  Popular Question (source)
2017-12-07 08:11:09 -0600 received badge  Student (source)
2015-01-15 06:08:34 -0600 received badge  Enthusiast
2015-01-14 14:37:14 -0600 commented answer lines parallel with houghlines opencv+python

if I use houghlinesP I can calculate m = (y2 - y1) / (x2 - x1) but I don't know how to compare between each item or pair of points (x1y1 and x2y2) of lines vector []. I trying with itertools.combination but I don't know how to do

2015-01-13 10:49:59 -0600 asked a question 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?

2015-01-11 01:36:35 -0600 asked a question Opencv with framegrabber usbtv007 linux

Hello! I want to know how to use a frame grabber model usbtv007 with OpenCV, work under ubuntu 14.10 with a CCD camera and python, I need to know if I need some driver installation