Skip to content

Circle detection is a python code using Hough Circles algorithm implemented inside openCV library in python. This project takes the image through users webcam and the converts it to gray scale further blurring and applying a search run algorithm through regional frames , sliding all over the image it tries to find all the possible circles and en…

Notifications You must be signed in to change notification settings

akanshu11121/Circle-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Circle-Detection

Circle detection is a python code using Hough Circles algorithm implemented inside openCV library in python. This project takes the image through users webcam and the converts it to gray scale further blurring and applying a search run algorithm through regional frames , sliding all over the image it tries to find all the possible circles and enumerate it at the top-left corner of the frame. The code is very simple and easy to understand and implement.

About

Circle detection is a python code using Hough Circles algorithm implemented inside openCV library in python. This project takes the image through users webcam and the converts it to gray scale further blurring and applying a search run algorithm through regional frames , sliding all over the image it tries to find all the possible circles and en…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages