Ask Your Question

hbforce's profile - activity

2014-11-19 07:43:22 -0600 commented question Detecting COG .. >>

i meant geometric centre of the line .. thanks for your comment :)

2014-11-17 06:21:57 -0600 received badge  Student (source)
2014-11-15 19:09:58 -0600 received badge  Editor (source)
2014-11-15 12:31:14 -0600 asked a question Detecting COG .. >>

Hi OpenCV community ...

Am working on camera based line following project, i want to detect the center point of the line and get the x coordinates of this center at a horizontal strip, something like this :

image description

i've Thresholded the image and used Houghlines, how to get the center point now !?

Thank you in advance.