SIP Toolbox

ihough - Inverse hough transform

Calling Sequence

im = ihough(ht,dims)

Input Parameters

Output Parameters

Description

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.

Examples

       Cf. help page for hough.
   

Authors

Ricardo Fabbri <ricardofabbri (AT) users DOT sf DOT net>

Bibliography

"Digital Image Processing Algorithms", I. Pitas, Prentice Hall.

"Shape Analysis and Classification", L. da F. Costa and R. M. Cesar Jr., CRC Press.

Availability

The latest version of the Scilab Image Processing toolbox can be found at

http://siptoolbox.sourceforge.net

See Also

hough,  iradon,  drawline,  edge,