YChuan1115 / Hough-Circles

Implemented Hough transform to detect free and occluded circles in an image in two ways using OpenCV library. • Detected circles by maintaining accumulator array • Detected circles by randomizing four points along the circle and approximate the radius.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hough-Circles

Implemented Hough transform to detect free and occluded circles in an image in two ways using OpenCV library. Detected circles by maintaining accumulator array. Detected circles by randomizing four points along the circle and approximate the radius.

About

Implemented Hough transform to detect free and occluded circles in an image in two ways using OpenCV library. • Detected circles by maintaining accumulator array • Detected circles by randomizing four points along the circle and approximate the radius.


Languages

Language:Python 100.0%