The PPHT, cont.
Algorithm Outline:
- If end condition not met, choose random active pixel from input image
- Map pixel into accumulator space
- Check if count in any incremented bin exceeds value expected from random noise threshold
- If no, return to 1. If yes, continue
- Label corresponding bin in output structure
- Remove circle corresponding to bin that exceeded threshold
- Return to 1