Hough Transform
The Hough transform and the Radon transform are indeed very similar to each other and their relation can be loosely defined as the former being a discretized form of the latter… However, the Hough transform is a quick algorithm that can be prone to certain artifacts. Radon, being more mathematically sound, is more accurate but slower. - stack
How the Hough Transform Was Invented - [HN]
Line Detection
Circle Detection
Written on September 2, 2019, Last update on August 31, 2020
opencv
algorithm
math
transform