EX4b: Hough circles

Ex4b raw .py file is available for download as a .zip file (direct download). Instructions are inside the .py file.

In the ex. we will implement fom scratch Hough transform to detect circles.

This is a very short assignment- no more than 20 lines of code…

Colab links are also available for online solving:

  • ex4b_a - Circle Hough transform implementation Open In Colab
  • ex4b_b - Circle Hough transform usage Open In Colab