Wednesday 22 February 2012

Hough Transform Fix

A fix was found for the hough transform by Essex university. The accumulator was correct but the drawing of the hough lines were off set so the new algorithm is array[x][y] instead of array[x][centre-y-1]

http://vase.essex.ac.uk/software/HoughTransform/HoughLine.java.html

No comments:

Post a Comment