How to use this functun : CvSeq* cvHoughLines2() with opencv ?? [closed]
Hi,
Hough_Lines_Tutorial_Theory_2.jpg C:\fakepath\41fig03.jpg I want to get the theta of the max point of intersection between Houghlines! you find two pictures attached with the representation of houghlines. Personally I want to find the angle of intersection of max lines!!
please help me thank you
Don't use it. It is old and depricated C - API. Use the function HoughLines of the C++ API instead! An example on how to use the function can be found here
yes :) actually I used this code but I do not know how I can do to return the values of theta !!!
But theta is the angle resolution, this one single value. I am guessing you want the angles of all the lines returned?
Take a look here, it shows how you can retrieve the angle of each line segment
I want to get the theta of the max point of intersection between lines !!
People cannot guess everything if you do not provide more information. Please upgrade your question to something decent ...