The proof-of-concept.
How do humans score a target? Eyes, then brain. Can we teach the program to do the same?
A friend working on target-detection hardware wanted to measure shot location with an impact sensor — a load-cell array that triangulates force. I didn't really follow the hardware side, so instead of arguing I flipped the question: how do we humans do this? We look at the paper, find the hole, and read off the ring. That's it. Two steps, both doable in software.
So I tried to break those two steps down and hand them to a program. A weekend of OpenCV later, it more or less worked — not gracefully, but enough to prove a phone camera could stand in for the load cells.

