Source code
Licensed under GNU GENERAL PUBLIC LICENSE Version 3
Applying hough transform to binary images
Hough transforms can be used to detect shapes in images. In this case straight a crossing of horizontal and vertical lines.
Draw something into the left square. The right square will show the hough transform of your input.
Output examples:
Back to main page