Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to calculate the Hough Transform lenght of the straight line

Hi, I'm currently doing the HT process. The information that I received from the library is the straight line. However, how can we measure the straight lines? In what unit is preferable?

vector<vec4i> lines; HoughLinesP(dst, lines, 1, CV_PI/180, 50, 20, 10 );