/Dynamic-Circle-Detection

A program to automatically detect overlapping circles in an image dynamically using Simple Blob detector.

Primary LanguagePython

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.