Java Applet Support Required
Source code
Licensed under GNU GENERAL PUBLIC LICENSE Version 3

Applying linear hough transform to binary images

Hough transforms can be used to detect shapes in images. In this case straight lines.
Draw something into the left square. The right square will show the hough transform of your input.
Start by drawing some straight lines and see what happens

Output examples:

Back to main page