ihough — Inverse hough transform
im = ihough(ht,dims)
Rho
varies along rows; theta
varies along columns. Theta
range is 0-179 degrees w/ 180 samples.
size
routine.
Function ihough calculates the inverse hough transform of a binary image. It takes as input a binarized hough image, and draws the corresponding digital straight lines in the output image.
"Digital Image Processing Algorithms", I. Pitas, Prentice Hall.
"Shape Analysis and Classification", L. da F. Costa and R. M. Cesar Jr., CRC Press.