Skip to content
#

opencv-tutorials

Here are 7 public repositories matching this topic...

Language: All
Filter by language

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

Improve this page

Add a description, image, and links to the opencv-tutorials 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 opencv-tutorials topic, visit your repo's landing page and select "manage topics."

Learn more