Ask Your Question
0

How to start using houghlines in lane detection / tracking

asked 2016-01-11 08:56:45 -0600

tenkeason gravatar image

updated 2016-01-11 17:35:33 -0600

Does anyone know the concept of using HoughLines in OpenCV for line detection? I am just starting learn opencv with its tutorials but still confused about how to use houghlines

edit retag flag offensive close merge delete

Comments

Start to understand this tutorial

thdrksdfthmn gravatar imagethdrksdfthmn ( 2016-01-11 10:23:51 -0600 )edit

I'm already look at this tutorial but still confuse

tenkeason gravatar imagetenkeason ( 2016-01-11 17:34:04 -0600 )edit
1

Well, what part are you confused about? That tutorial is pretty straight forward, but we can help you if we know what it is that you don't understand.

Tetragramm gravatar imageTetragramm ( 2016-01-11 18:07:35 -0600 )edit

This i confused :

  • In the Cartesian coordinate system: Parameters: (m,b).

  • In the Polar coordinate system: Parameters: (r,\theta)

  • The Standard Hough Transform

  • The Probabilistic Hough Line Transform

tenkeason gravatar imagetenkeason ( 2016-01-12 04:26:22 -0600 )edit

There are 2 methods of doing the detection of the lines: standard and probabilistic. Hough is based on polar coordinates, so you need to convert them for displaying the lines in Cartesian coordinates (used by line function)

thdrksdfthmn gravatar imagethdrksdfthmn ( 2016-01-12 04:54:58 -0600 )edit

may i know what is the different between method of detect the line?

tenkeason gravatar imagetenkeason ( 2016-01-12 05:25:15 -0600 )edit

You can have a look at link It is explained very well and in simple language

tomnjerry gravatar imagetomnjerry ( 2016-01-12 05:51:02 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-09-03 06:21:15 -0600

Check this Github repository : http://bit.ly/coPILOT (car tracking+ lane detection)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-01-11 08:56:45 -0600

Seen: 1,409 times

Last updated: Jan 11 '16