Small interactive program which shows, how the accumulator for the hough-transformation algorithm works.
The user can draw a binary point on the left side and the program will draw the accumulated points on the right side.
The interactive screen is based on pygame.
pip install pygame