Description: 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.
File list (Check if you may need any files):