Introduction - If you have any usage issues, please Google them yourself
Hough Transformation Algorithm Input : Original image in the form of an array : Image1 [] [xMax yMax] Output : New image : Image2 [] [xMax yMax] containing the detected's traight lines. Intermediate data structure : Hough [] [tMax rMax] to calculate the correspon ding lines.
Packet : 59564347hough00.rar filelist
hough.m