Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 339 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 339 Bytes

Dynamic-Circle-Detection

Used Python to Dynamically detect Circles in a moving image using Hough Transform. Made use of Simple blob detector and accumulator array to verify surrounding pixels in the image. Can effectively recognize overlapping circles of varying intensities. Provides detected borders of the circles after processing.