Introduction - If you have any usage issues, please Google them yourself
The actual detection environment can not collect the perfect circle, so the Hough transform is often biased to detect the center of the circles. The program can detect the center of different angle, different distortion circle, and output its center coordinates. It is realized by C++.