Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: hough transform
Date: Wed, 4 Nov 2009 10:19:02 +0000 (UTC)
Organization: STFC Rutherford Appleton Laboratory
Lines: 16
Message-ID: <hcrkem$fj2$1@fred.mathworks.com>
References: <hcr93l$4be$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257329942 15970 172.30.248.37 (4 Nov 2009 10:19:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 4 Nov 2009 10:19:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 968489
Xref: news.mathworks.com comp.soft-sys.matlab:582314


"Mahesh " <mahisworld@gmail.com> wrote in message <hcr93l$4be$1@fred.mathworks.com>...
> i need to perfrom hough tranfrom to detect lane markings on the road...
> 
> please give me an solution for performing hough tranform and to detect the lane marking on the road

Whoops sorry - I got so spam flagging happy I accidently flagged your question as spam.

If you don't have the image processing toolbox then buy it. Then once installed type 

help hough

the implementation built into that should give you all that you need. It is a pretty fast and very robust implementation.

Regards

Dave Robinson