Skip to content
#

hough-circles

Here are 42 public repositories matching this topic...

This Python code utilizes OpenCV to detect and draw circles in an image. It applies grayscale conversion and median blur to reduce noise, then employs the Hough Circle Transform for circle detection. Detected circles are highlighted in red on the image.

  • Updated Oct 11, 2023
  • Python

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

A web application that use python script for image processing such as detect edges using canny detection , Detect lines , Detect circles , Detect ellipse and initialize the contour and evolve the Active Contour Model (snake) using the greedy algorithm.

  • Updated Mar 25, 2023
  • Jupyter Notebook

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