Ask Your Question

ANARKIA's profile - activity

2014-05-19 02:19:08 -0600 commented question confused in opencv tutorial 'Hough Line Transform'

I think Hough transform didn't change a line from Cartesian coordinate system to Polar Coordinate System. It just changed the form of patameters, It's still in Cartesian coordinate system. That's where i think there's something wrong, not just 'not detailed enough'. Thanks.

2014-05-13 21:51:27 -0600 received badge  Editor (source)
2014-05-13 21:50:47 -0600 asked a question confused in opencv tutorial 'Hough Line Transform'

The tutorial url link is as follow: http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.html

i'm new as a learner of opencv line detection. When i'm reading the 'Theory' part of the tutorial, i find some of the easy formulas cannot be proven (because i took the meaning of the formulas wrong).

Then i 'wiki'ed 'Hough Transform', get the main idea of the theory. Then i realized that the 'Theory' part may be lack of some information about parameter descriptions, like what is '(m, b)' and '(r, theta)'.

I'm thinking if a update of this tutorial is needed. Or maybe it's just my wrong understanding of something already known well for all, like 'Polar System', that made me confused.

Thanks!