This paper presents a case study on using the circular Hough transform (CHT) to detect circles in binary images. The CHT works by detecting edges using algorithms like Canny edge detection, and then applying the Hough transform to find parameter triplets (x, y, R) that correspond to circles. An accumulator matrix is used to tally parameter combinations that correspond to edges, with the highest tallies indicating detected circles. The paper applies this method to detect coins in an image, finding circles with 95% accuracy. It concludes the CHT is an effective algorithm for circle detection, though future work could optimize it and improve accuracy.