Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to use this functun : CvSeq* cvHoughLines2() with opencv ??

Hi,

Hough_Lines_Tutorial_Theory_2.jpg I want to return the orientation of theta with this functun CvSeq* cvHoughLines2(CvArr* image, void* line_storage, int method, double rho, double theta, int threshold, double param1=0, double param2=0 )

But I don't know how to use it !! please help me thank you

How to use this functun : CvSeq* cvHoughLines2() with opencv ??

Hi,

Hough_Lines_Tutorial_Theory_2.jpg C:\fakepath\41fig03.jpg I want to return get the orientation theta of theta the max point of intersection between Houghlines! you find two pictures attached with this functun CvSeq* cvHoughLines2(CvArr* image, void* line_storage, int method, double rho, double theta, int threshold, double param1=0, double param2=0 )the representation of houghlines. Personally I want to find the angle of intersection of max lines!!

But I don't know how to use it !! please help me thank you