View Single Post
  #7  
Old May 7th 08, 04:13 AM posted to comp.graphics.algorithms,sci.image.processing,sci.astro.ccd-imaging
SpreadTooThin
external usenet poster
 
Posts: 6
Default Some Questions about Hough Transforms...

On May 6, 7:18*am, Norberto Goussies wrote:
How can I determine the length of the line that the hough transform
detects?


MATLAB has the houghlines function to get the length. I have tried it
is very useful. You must provide two parameters : 'FillGap' and
'MinLength'


Oddly enough thats exactly what I did in my application.
Cool.