Skip to content
#

hough-circles

Here are 42 public repositories matching this topic...

A small Python Program which uses OpenCV, PIL and Tkinter to unwarp an image, detect the coins in it, tries too gauge their values and detects an aruco marker. The program was created in July 2023 as part of university coursework. Feel free to play around with the different settings constants.

  • Updated Aug 13, 2023
  • Python

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…

  • Updated Jan 24, 2019
  • Python

Improve this page

Add a description, image, and links to the hough-circles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hough-circles topic, visit your repo's landing page and select "manage topics."

Learn more