| |
| | HOUGH |
 | | This function can be used to return either the Hough transform, which transforms each nonzero point in an image to a sinusoid in the Hough domain, or the Hough backprojection, where each point in the Hough domain is transformed to a straight line in the image. |
 | | Usually, the Hough function is used with binary images, in which case H(q, r) gives the total number of sinusoids that cross at point (q, r), and hence, the total number of points making up the line in the original image. |
 | | The Hough transform is not one-to-one: each point (x, y) is not mapped to a single (q, r). |
| idlastro.gsfc.nasa.gov /idl_html_help/HOUGH.html (1192 words) |
|